{ "info": { "author": "Rhys Newell, Mikael Boden, Alex Essebier", "author_email": "r.newell@uq.edu.au", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "ChIP-R (\"chipper\")\n==================\n\nChIP-R uses an adaptation of the rank product statistic to assess the reproducibility of ChIP-seq peaks by incorporating information from multiple ChIP-seq replicates and \"fragmenting\" peak locations to better combine the information present across the replicates.\n\nInstall\n-------\n\n- [Python3.x](https://www.python.org/getit/) with the following packages:\n- Numpy\n- Scipy\n- pyBigWig\n\nTo install ChIP-R:\n\n pip install ChIP-R\n\nOR if you want to install from source:\n\n git clone https://github.com/rhysnewell/ChIP-R.git\n cd ChIP-R\n python3 setup.py install\n\n\n\nUsage\n-----\n\nIn the command line, type in **'chipr -h '** for detailed usage.\n\n $ chipr -h\n\n usage: chipr [-h] -i INPUT [INPUT ...] [-o OUTPUT] [-m MINENTRIES]\n [--rankmethod RANKMETHOD] [--duphandling DUPHANDLING]\n [--seed RANDOM_SEED] [-a ALPHA]\n\n Combine multiple ChIP-seq files and return a union of all peak locations and a\n set confident, reproducible peaks as determined by rank product analysis\n\n optional arguments:\n -h, --help show this help message and exit\n -i INPUT [INPUT ...], --input INPUT [INPUT ...]\n ChIP-seq input files. These files must be in either\n narrowPeak, broadPeak, or regionPeak format. Multiple\n inputs are separeted by a single space\n -o OUTPUT, --output OUTPUT\n ChIP-seq output filename prefix\n -B, --bigbed Specify if input files are in BigBed format\n -m MINENTRIES, --minentries MINENTRIES\n The minimum peaks between replicates required to form\n an intersection of the peaks Default: 1\n --rankmethod RANKMETHOD\n The ranking method used to rank peaks within\n replicates. Options: 'signalvalue', 'pvalue',\n 'qvalue'. Default: pvalue\n --duphandling DUPHANDLING\n Specifies how to handle entries that are ranked\n equally within a replicate Can either take the\n 'average' ranks or a 'random' rearrangement of the\n ordinal ranks Options: 'average', 'random' Default:\n 'average'\n --seed RANDOM_SEED Specify a seed to be used in conjunction with the\n 'random' option for -duphandling Must be between 0 and\n 1 Default: 0.5\n -a ALPHA, --alpha ALPHA\n Alpha specifies the user cut-off value for set of\n reproducible peaks The analysis will still produce\n results including peaks within the threshold\n calculatedusing the binomial method Default: 0.05\n\n\n\nExample\n------\n $ chipr -i input_prefix1.bed input_prefix2.bed input_prefix3.bed input_prefix4.bed -m 2 -o output_prefix \n\nOutput\n------\n\nImportant result files:\n\n- **prefixname_ALL.bed**: All intersected peaks, ordered from most significant to least (10 columns)\n- **prefixname_T2.bed**: The tier 2 intersected peaks, the peaks that fall within the binomial threshold (10 columns)\n- **prefixname_T1.bed**: The tier 1 intersected peaks, the peaks that fall within the user defined threshold (10 columns)\n- **prefixname_log.txt**: A log containing the number of peaks appearing in each tier.\n\n\nprefixname.bed file has 10 columns. The output follows the standard peak format for bed files, with the addition of a 10th column that specifies the ranks of the peaks that produced this possible peak. See the toy example below.\n\n|chr |start|end |name |score |strand |signalValue |p-value |q-value|\n|----|-----|-----|----|------|-----|------|------|------|\n|chr1|9118 |10409|T3_peak_87823|\t491|\t.\t|15.000000\t| 0.113938|0.712353\t|\n\n\nCitation\n--------\n\n\n\n\nContact\n-------\n\nAuthors: Rhys Newell, Michael Piper, Mikael Boden, Alexandra Essebier\n\nContact: rhys.newell(AT)uq.edu.au\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rhysnewell/ChIP-R", "keywords": "ChIP-R", "license": "GPL-3.0", "maintainer": "", "maintainer_email": "", "name": "ChIP-R", "package_url": "https://pypi.org/project/ChIP-R/", "platform": "", "project_url": "https://pypi.org/project/ChIP-R/", "project_urls": { "Homepage": "https://github.com/rhysnewell/ChIP-R" }, "release_url": "https://pypi.org/project/ChIP-R/1.1.6/", "requires_dist": [ "scipy", "numpy", "pyBigWig" ], "requires_python": ">=3", "summary": "ChIP-R is a method for assessing the reproducibility of replicated ChIP-seq type experiments. It incorporates the rank product method, a novel thresholding methods, and the use of peak fragmentation return the most reproducible peaks.", "version": "1.1.6" }, "last_serial": 5679931, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "d0e5840394c01e8179c8002a669e6ac2", "sha256": "2e3cbf00e027bdb1f3e6c3d503ee6656efa676f472bb13d9b6aaf82821d59f33" }, "downloads": -1, "filename": "ChIP_R-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d0e5840394c01e8179c8002a669e6ac2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 49951, "upload_time": "2019-05-28T20:34:34", "url": "https://files.pythonhosted.org/packages/92/12/4f3b88578c4cedf8b1b4ae22130e8e3031382a8592df47e1f880e98085e4/ChIP_R-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d18201ee28adfb72b7cd8c863454615d", "sha256": "f75aa2a715e8a99d91dbd90895a134bb05468dd439a1eaaab1388d303ab58e09" }, "downloads": -1, "filename": "ChIP-R-1.0.tar.gz", "has_sig": false, "md5_digest": "d18201ee28adfb72b7cd8c863454615d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 35010, "upload_time": "2019-05-28T20:34:36", "url": "https://files.pythonhosted.org/packages/34/c7/c6a70cc78a3ecedd9d446857cb4856e60322cb75b79c8a95ce7f77a4b3d1/ChIP-R-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "0d528ba85295a4e64351c769c6f74d92", "sha256": "c53693e896e8c5a7f0143e08ccaef4f5ac0cdbcb4ef65e92e1d6eb681fa1474e" }, "downloads": -1, "filename": "ChIP_R-1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0d528ba85295a4e64351c769c6f74d92", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 50920, "upload_time": "2019-07-27T03:58:14", "url": "https://files.pythonhosted.org/packages/2a/36/8cefa93e6f4d351d542dc76747319ee2dbd992794dd3fc790b3a9348acf2/ChIP_R-1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f2dc2deea106e604aa0115397d186ab", "sha256": "cfa53246d9c2e2a8507bf4c40977a6d60ed0384c67703a158fe346b42edf06d5" }, "downloads": -1, "filename": "ChIP-R-1.1.tar.gz", "has_sig": false, "md5_digest": "5f2dc2deea106e604aa0115397d186ab", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 35606, "upload_time": "2019-07-27T03:58:15", "url": "https://files.pythonhosted.org/packages/b2/f9/6e069ea099b74ffdf49a99ea30db75014f3bb96bdf44357308c6bb3853f7/ChIP-R-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "22527bf889264f46d50cd886d4563d9c", "sha256": "ef6f12e8d005469a9c9f42849bf83c8ab9c2d6f7b9fe81275c3e4f7fdf8fe137" }, "downloads": -1, "filename": "ChIP_R-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "22527bf889264f46d50cd886d4563d9c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 50935, "upload_time": "2019-07-27T04:03:44", "url": "https://files.pythonhosted.org/packages/94/de/32068ed9c81afbeb7a1a9af242291350d1a202ddcd519caa1b72b3f74769/ChIP_R-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bac15ee83af82c49e6931571c814cb17", "sha256": "53b19d89bf1c976f1ebe5f149cdcab28b4d5c90a0c322ea8808b44d47b8e956a" }, "downloads": -1, "filename": "ChIP-R-1.1.1.tar.gz", "has_sig": false, "md5_digest": "bac15ee83af82c49e6931571c814cb17", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 35608, "upload_time": "2019-07-27T04:03:47", "url": "https://files.pythonhosted.org/packages/a0/a8/14207d77c10979672f1ff1090f42b863926a22b173a1e90f35e73ff8430e/ChIP-R-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "704edf8e5397d65c1e66721d85d055c3", "sha256": "d326136c4c2c9e6f39e61c9f3f71609834a107d82b671542cff1f7c05be47ce8" }, "downloads": -1, "filename": "ChIP_R-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "704edf8e5397d65c1e66721d85d055c3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 50849, "upload_time": "2019-07-29T01:09:58", "url": "https://files.pythonhosted.org/packages/ac/96/704ef2ddba067f2abe81308d6498f60c4d9fcf163dc31493599bfcb508c5/ChIP_R-1.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "40be58258aad48528d482123f119acdc", "sha256": "05c8120517889a9c2a52f063f5a2943a3c1ec8915f477390e0875e86d8a581c7" }, "downloads": -1, "filename": "ChIP-R-1.1.2.tar.gz", "has_sig": false, "md5_digest": "40be58258aad48528d482123f119acdc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 35537, "upload_time": "2019-07-29T01:10:00", "url": "https://files.pythonhosted.org/packages/c2/e5/f2b18b247052f89b88df0b668b5961f37b1805ad9599d392164a30e0c19b/ChIP-R-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "7e40941530aaa5d0fa5f8f4381d3a523", "sha256": "c2b161c65b357dc90faba969f2be21a74c4f22fba960b5afd57392aa170514e1" }, "downloads": -1, "filename": "ChIP_R-1.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "7e40941530aaa5d0fa5f8f4381d3a523", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 50912, "upload_time": "2019-08-09T02:00:28", "url": "https://files.pythonhosted.org/packages/35/53/5c74ff975bebdd471dd1ab41962e32de076d46023f0a451d8884bd0e141a/ChIP_R-1.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "332bade27d83d3bed250b45adb4c79d5", "sha256": "198264ab43e0506fe1cfb97d22d6144ccded6be7568ae9db89f5f0927f4e3a51" }, "downloads": -1, "filename": "ChIP-R-1.1.3.tar.gz", "has_sig": false, "md5_digest": "332bade27d83d3bed250b45adb4c79d5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 35630, "upload_time": "2019-08-09T02:00:30", "url": "https://files.pythonhosted.org/packages/16/bc/d81a9ac8d7e62e8279e3c3c948c5f81679f0a44699868c0edea9ce7da5b9/ChIP-R-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "ff2cc72d699bccf1de89e0a2e64177ea", "sha256": "ddf4f5469746a6fa69ef82f1a3b8f9429bfde568c98e3c5c1eb4b158c6d006a1" }, "downloads": -1, "filename": "ChIP_R-1.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "ff2cc72d699bccf1de89e0a2e64177ea", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 50820, "upload_time": "2019-08-09T11:04:37", "url": "https://files.pythonhosted.org/packages/19/66/2a601c568b29f3e4afc20aaf691785f309096aa21fd435b2aeed2c28c5c4/ChIP_R-1.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "39b55d7d6bdbf189bd73bbf1fc77089a", "sha256": "fa934d2106d3ac939c5fc96fe1fb0b329b07dd4d3a17c6be7d3abd06ce87b1f6" }, "downloads": -1, "filename": "ChIP-R-1.1.4.tar.gz", "has_sig": false, "md5_digest": "39b55d7d6bdbf189bd73bbf1fc77089a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 35539, "upload_time": "2019-08-09T11:04:39", "url": "https://files.pythonhosted.org/packages/23/25/195340269192dab060523f9b0a51399c617544b80c86ea352809de196ae0/ChIP-R-1.1.4.tar.gz" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "6999019d9df48440580f2e2d30edc52c", "sha256": "f9e37729caa9202cd58066b633d79432d714e74c0e7e630a962aed0ecf0e229b" }, "downloads": -1, "filename": "ChIP_R-1.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "6999019d9df48440580f2e2d30edc52c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 51397, "upload_time": "2019-08-14T02:37:50", "url": "https://files.pythonhosted.org/packages/98/9e/f747a912908d1021ec3e5d95d8981b9cc9867faee8aef7b4aaac2913b0ee/ChIP_R-1.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d97eea279de937237c6638864c9f19fa", "sha256": "4421c65d49ba17be68a8f9875c6a608dd90bc704eeba4031cd75233aca94d45c" }, "downloads": -1, "filename": "ChIP-R-1.1.5.tar.gz", "has_sig": false, "md5_digest": "d97eea279de937237c6638864c9f19fa", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 36172, "upload_time": "2019-08-14T02:37:53", "url": "https://files.pythonhosted.org/packages/de/0d/c9dbaaefc17350d7ee6dcfa32ec8f32f8477c7ecc2821bdfa3e7340229dd/ChIP-R-1.1.5.tar.gz" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "d31e51cc2d31726baa9aae824be54798", "sha256": "5bcd2b55559284811e9d6665dff55f221718f995a0f0cf00b65236163350b8d0" }, "downloads": -1, "filename": "ChIP_R-1.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "d31e51cc2d31726baa9aae824be54798", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 51432, "upload_time": "2019-08-15T00:29:43", "url": "https://files.pythonhosted.org/packages/36/ea/2254fbc13bf3f193fad9dd31b7ec78095399586989095638b06c6a915772/ChIP_R-1.1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3cbea3bbc8931b78831fab29a5f588be", "sha256": "ade117db8a6b821c77fb788e2141d752d24cf12a48ba0447cf04a3366a72e573" }, "downloads": -1, "filename": "ChIP-R-1.1.6.tar.gz", "has_sig": false, "md5_digest": "3cbea3bbc8931b78831fab29a5f588be", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 36181, "upload_time": "2019-08-15T00:29:45", "url": "https://files.pythonhosted.org/packages/82/6a/0ee49bc8244048bb108c2a0fefcef0d48218e408e80059257aa0c43ea603/ChIP-R-1.1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d31e51cc2d31726baa9aae824be54798", "sha256": "5bcd2b55559284811e9d6665dff55f221718f995a0f0cf00b65236163350b8d0" }, "downloads": -1, "filename": "ChIP_R-1.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "d31e51cc2d31726baa9aae824be54798", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 51432, "upload_time": "2019-08-15T00:29:43", "url": "https://files.pythonhosted.org/packages/36/ea/2254fbc13bf3f193fad9dd31b7ec78095399586989095638b06c6a915772/ChIP_R-1.1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3cbea3bbc8931b78831fab29a5f588be", "sha256": "ade117db8a6b821c77fb788e2141d752d24cf12a48ba0447cf04a3366a72e573" }, "downloads": -1, "filename": "ChIP-R-1.1.6.tar.gz", "has_sig": false, "md5_digest": "3cbea3bbc8931b78831fab29a5f588be", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 36181, "upload_time": "2019-08-15T00:29:45", "url": "https://files.pythonhosted.org/packages/82/6a/0ee49bc8244048bb108c2a0fefcef0d48218e408e80059257aa0c43ea603/ChIP-R-1.1.6.tar.gz" } ] }