Skip to content

Regulatory Genomics Toolbox: Python library and set of tools for the integrative analysis of high throughput regulatory genomics data.

License

Notifications You must be signed in to change notification settings

michael-kotliar/reg-gen

 
 

Repository files navigation

RGT - Regulatory Genomics Toolbox

Latest version released on PyPi Build status of the develop branch Test coverage

RGT is an open source python library for analysis of regulatory genomics. RGT is programmed in an oriented object fashion and its core classes provide functionality for handling regulatory genomics data.

The toolbox is made of a core library and several tools:

  • THOR: ChIP-Seq differential peak caller, replaces ODIN
  • Motif Analysis: TBFS match and enrichment
  • HINT: DNase-Seq footprinting method
  • RGT-Viz: Visualization tool
  • TDF: DNA/RNA triplex domain finder

Installation

The quickest and easiest way to get RGT is to to use pip. First some dependencies:

pip install --user cython numpy scipy

Then install the full RGT suite with all other dependencies:

pip install --user RGT

Alternatively (but not recommended), you can clone this repository:

git clone https://github.com/CostaLab/reg-gen.git

or download a specific release, then proceed to manual installation:

cd reg-gen
python setup.py install --user

Detailed installation instructions and basic problem solving can be found on our website.

For any issues, please write to our support mailing list.

About

Regulatory Genomics Toolbox: Python library and set of tools for the integrative analysis of high throughput regulatory genomics data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.5%
  • C 1.7%
  • Shell 0.8%
  • CSS 0.7%
  • Awk 0.3%
  • R 0.0%