Toolkit to perform regulatory genomics data analysis
Project description
RGT - Regulatory Genomics Toolbox
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:
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.
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.