All Projects → CostaLab → reg-gen

CostaLab / reg-gen

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

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects
CSS
56736 projects
awk
318 projects
r
7636 projects

Projects that are alternatives of or similar to reg-gen

Deeptools
Tools to process and analyze deep sequencing data.
Stars: ✭ 448 (+600%)
Mutual labels:  bioinformatics, genomics, ngs
catch
A package for designing compact and comprehensive capture probe sets.
Stars: ✭ 55 (-14.06%)
Mutual labels:  bioinformatics, genomics, ngs
Jvarkit
Java utilities for Bioinformatics
Stars: ✭ 313 (+389.06%)
Mutual labels:  bioinformatics, genomics, ngs
Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+1168.75%)
Mutual labels:  bioinformatics, genomics, ngs
Gatk
Official code repository for GATK versions 4 and up
Stars: ✭ 1,002 (+1465.63%)
Mutual labels:  bioinformatics, genomics, ngs
Deepvariant
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
Stars: ✭ 2,404 (+3656.25%)
Mutual labels:  bioinformatics, genomics, ngs
Ngless
NGLess: NGS with less work
Stars: ✭ 115 (+79.69%)
Mutual labels:  bioinformatics, genomics, ngs
GGR-cwl
CWL tools and workflows for GGR
Stars: ✭ 20 (-68.75%)
Mutual labels:  dnase-seq, chip-seq, atac-seq
MTBseq source
MTBseq is an automated pipeline for mapping, variant calling and detection of resistance mediating and phylogenetic variants from illumina whole genome sequence data of Mycobacterium tuberculosis complex isolates.
Stars: ✭ 26 (-59.37%)
Mutual labels:  genomics, ngs
ntHash
Fast hash function for DNA sequences
Stars: ✭ 66 (+3.13%)
Mutual labels:  bioinformatics, genomics
atropos
An NGS read trimming tool that is specific, sensitive, and speedy. (production)
Stars: ✭ 109 (+70.31%)
Mutual labels:  bioinformatics, ngs
simplesam
Simple pure Python SAM parser and objects for working with SAM records
Stars: ✭ 50 (-21.87%)
Mutual labels:  bioinformatics, genomics
wdlRunR
Elastic, reproducible, and reusable genomic data science tools from R backed by cloud resources
Stars: ✭ 34 (-46.87%)
Mutual labels:  bioinformatics, genomics
saffrontree
SaffronTree: Reference free rapid phylogenetic tree construction from raw read data
Stars: ✭ 17 (-73.44%)
Mutual labels:  bioinformatics, genomics
dysgu
dysgu-SV is a collection of tools for calling structural variants using short or long reads
Stars: ✭ 47 (-26.56%)
Mutual labels:  bioinformatics, genomics
unimap
A EXPERIMENTAL fork of minimap2 optimized for assembly-to-reference alignment
Stars: ✭ 76 (+18.75%)
Mutual labels:  bioinformatics, genomics
CENTIPEDE.tutorial
🐛 How to use CENTIPEDE to determine if a transcription factor is bound.
Stars: ✭ 23 (-64.06%)
Mutual labels:  bioinformatics, dnase-seq
bystro
Bystro genetic analysis (annotation, filtering, statistics)
Stars: ✭ 31 (-51.56%)
Mutual labels:  bioinformatics, genomics
plasmidtron
Assembling the cause of phenotypes and genotypes from NGS data
Stars: ✭ 27 (-57.81%)
Mutual labels:  bioinformatics, genomics
full spectrum bioinformatics
An open-access bioinformatics text
Stars: ✭ 26 (-59.37%)
Mutual labels:  bioinformatics, genomics

RGT - Regulatory Genomics Toolbox

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

RGT is an open source Python 3.6+ 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

Python 2 is no longer supported.

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

pip3 install --user cython numpy scipy

Then install the full RGT suite with all other dependencies:

pip3 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
python3 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].