Skip to main content

Analyse genes against peak data, and vice versa

Project description

https://readthedocs.org/projects/rnachipintegrator/badge/?version=latest https://travis-ci.org/fls-bioinformatics-core/RnaChipIntegrator.png?branch=master

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RnaChipIntegrator-1.0.2.tar.gz (41.6 kB view details)

Uploaded Source

File details

Details for the file RnaChipIntegrator-1.0.2.tar.gz.

File metadata

File hashes

Hashes for RnaChipIntegrator-1.0.2.tar.gz
Algorithm Hash digest
SHA256 e1b1f44a06bc69f463e2c6006cc31ec804626642b23fa4348b2ffdc4e57f8562
MD5 cdc4a9732f84e28925b2c9fe95480239
BLAKE2b-256 3b28a83c8d0503e5af1318c1b0d7cdbdca933a9647220e461d1a8f5800a58de2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page