{ "info": { "author": "Fang Wang", "author_email": "wangfang@ems.hrbmu.edu.cn", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: Python Software Foundation License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Build Tools" ], "description": "CellMethy_v1\n\nDNA methylation patterns within a cell population from individual somatic tissues are highly heterogeneous and polymorphic. We developed CellMethy method to quantify fraction of focal full methylation of cell subpopulation (FMC fraction) and identify fully methylated regions of cell subpopulation (CellMethy) based on single base resolution DNA methylation data. \nThis script is used for infering fraction of focal full methylation cell subpopulation.\n \n\n***************\nEasy to start:\n***************\n\nInputfile: File sepearated by \"\\\\t\" after bismark processed including read id, strand, chromosome, position of CpGc and methylation state (Z or z).\n\nThe result would be placed into input folder: outputfile.\n\nIf your fastq mapping is done with bismark and extracted methylation state, use following command:\n \n ::\n \n python CellMethy.py -f inputfile -o outputfile\n\nOptions:\n^^^^^^^^\n\n -f: The file name of input file after bismark processed, include five columns: read ID, strand, chromosome, position of CpG and methylation states Z (methylated) or z (unmethylated) separated by '\\\\t'.\n \n -c: Lowest coverage cutoff in each bin, default is 10.\n \n -b: number of CpGs in each bin, default is 5.\n \n -o: The file name of output file showing full methylation of cell subpopulation, include five columns: chromosome, start, end, FMC fraction, and CpGs number in the region separated by \"\\\\t\".\n \nexamples:\n\"\"\"\"\"\"\"\"\" \n \n ::\n \n cd ~/CellMethy-*.*.*\n python ./CellMethy/bin/CellMethy.py -f ./data/data_file -b5 -c 10 -o myoutput \n\n \nHow to get Input file\n^^^^^^^^^^^^^^^^^^^^^^^^^^\nIf you have fastq data, you can mapping with bismark tools.\n\nexamples:\n\"\"\"\"\"\"\"\"\"\n \n ::\n \n bismark ./referenceGenome --bowtie2 test.fastq -o test.sam \n bismark_methylation_extractor -s --comprehensive test.sam\n \n \nThe output file named \"CpG_context_test.txt\" is inputfile of CellMethy.\nThe format of CellMethy inputfile include read id, strand, chromosome, position of CpGc and methylation state (Z or z) separated by '\\\\t'.\n\n \n ::\n \n Read1\t+\tchr21\t9827508\tZ\n Read1\t-\tchr21\t9827503\tz\n Read1\t-\tchr21\t9827484\tz\n Read2\t+\tchr21\t9827434\tZ\n Read2\t+\tchr21\t9827454\tZ\n Read2\t-\tchr21\t9827483\tz", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/pypa/CellMethyproject", "keywords": "CellMethy setuptools development", "license": "Harbin Medical University, Python Software Foundation License", "maintainer": null, "maintainer_email": null, "name": "CellMethy", "package_url": "https://pypi.org/project/CellMethy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/CellMethy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/pypa/CellMethyproject" }, "release_url": "https://pypi.org/project/CellMethy/1.2.0/", "requires_dist": null, "requires_python": null, "summary": "Identifying focal full methylation of cell subpopulation and inferring fraction", "version": "1.2.0" }, "last_serial": 1241195, "releases": { "1.1.27": [ { "comment_text": "", "digests": { "md5": "95f073df7337b552c804487aa8a9dc75", "sha256": "c9f20b18ea9df9e35239f2d8bb764e62b34db9644412817a39d14dc5ff1e96a2" }, "downloads": -1, "filename": "CellMethy-1.1.27.tar.gz", "has_sig": false, "md5_digest": "95f073df7337b552c804487aa8a9dc75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1081649, "upload_time": "2014-09-29T00:48:38", "url": "https://files.pythonhosted.org/packages/2d/b8/cd53ddd2d7e0c88d63c1c7f87428b317e42a921c3681e3660929a9ee27fa/CellMethy-1.1.27.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "5f9dd46cb192c5400ffa174d1d6f606e", "sha256": "d61790eb9ce6245f8d94ec6eb99b47d0d551a83ddf31897ff4d7da0e0db2bc89" }, "downloads": -1, "filename": "CellMethy-1.2.0.tar.gz", "has_sig": false, "md5_digest": "5f9dd46cb192c5400ffa174d1d6f606e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3152517, "upload_time": "2014-09-29T04:56:18", "url": "https://files.pythonhosted.org/packages/6d/e3/d1f715bad17815100e1a9da0210f31cadb0697f7abdb76bb95711badcff0/CellMethy-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5f9dd46cb192c5400ffa174d1d6f606e", "sha256": "d61790eb9ce6245f8d94ec6eb99b47d0d551a83ddf31897ff4d7da0e0db2bc89" }, "downloads": -1, "filename": "CellMethy-1.2.0.tar.gz", "has_sig": false, "md5_digest": "5f9dd46cb192c5400ffa174d1d6f606e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3152517, "upload_time": "2014-09-29T04:56:18", "url": "https://files.pythonhosted.org/packages/6d/e3/d1f715bad17815100e1a9da0210f31cadb0697f7abdb76bb95711badcff0/CellMethy-1.2.0.tar.gz" } ] }