Analyse genes against peak data, and vice versa
Project description
RnaChipIntegrator is a utility that performs integrated analyses of ‘gene’ data (a set of genes or other genomic features) with ‘peak’ data (a set of regions, for example ChIP peaks) to identify the genes nearest to each peak, and vice versa.
The program was originally written specifically for ChIP-Seq and RNA-Seq data but works equally well for ChIP-chip and microarray expression data, and can also be used to integrate any set of genomic features (e.g. canonical genes, CpG islands) with peak data.
Quick Start
Install the latest version of the program from the Python Package Index (PyPI):
pip install RnaChipIntegrator
The simplest use of the program is:
RnaChipIntegrator GENES PEAKS
where GENES and PEAKS are tab-delimited files containing the ‘gene’ and ‘peak’ data respectively.
This will output two files with the nearest genes for each peak (“peak-centric” analysis), and the nearest peaks for each gene (“gene-centric” analysis).
Full documentation can be found at ReadTheDocs:
See the INSTALL file for complete installation instructions.
Developers
The source code for the development version of the program is hosted on GitHub in the devel branch:
and can be installed directly from GitHub using pip:
pip install git+https://github.com/fls-bioinformatics-core/RnaChipIntegrator.git@devel
The program depends on the Python xlwt, xlrd and xlutils libraries, which should be installed automatically if using pip.
Documentation based on sphinx is available under the docs directory.
To build do either:
python setup.py sphinx_build
or:
cd docs make html
both of which create the documentation in the docs/_build subdirectory.
Running Tests
The Python unit tests can be run using:
python setup.py test
Note that this requires the nose package.
Examples
Example data files can be found in the examples subdirectory, which can be used as input to the program for test or demonstration purposes; see the README file in the same directory for more information.
Licensing
This software is licensed under the Artistic License 2.0; see the LICENSE document.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file RnaChipIntegrator-0.5.0a6.tar.gz
.
File metadata
- Download URL: RnaChipIntegrator-0.5.0a6.tar.gz
- Upload date:
- Size: 49.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ce959d947bc1c5a10705008477e5387c93c70766899bf74c6707ca78a7e8fce |
|
MD5 | c576ea59b0a8dd83a7ca888f894cbb52 |
|
BLAKE2b-256 | a8c63fd8c18ea98133e2a06dd855735e0640d7e27d86df763e64152244a62fdf |