RnaChipIntegrator

Analyse genes against peak data, and vice versa


Keywords
RnaChipIntegrator
License
Artistic-2.0
Install
pip install RnaChipIntegrator==0.5.0a5

Documentation

RnaChipIntegrator: analysis of genes with peak data

https://readthedocs.org/projects/rnachipintegrator/badge/?version=latest

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:

Licensing

This software is licensed under the Artistic License 2.0.