All Projects → Danko-Lab → rtfbs_db

Danko-Lab / rtfbs_db

Licence: GPL-3.0 license
Parse TF motifs from public databases, read into R, and scan using 'rtfbs'.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to rtfbs db

haystack bio
Haystack: Epigenetic Variability and Transcription Factor Motifs Analysis Pipeline
Stars: ✭ 42 (+82.61%)
Mutual labels:  motif, transcription-factor-binding
DOSE
😷 Disease Ontology Semantic and Enrichment analysis
Stars: ✭ 86 (+273.91%)
Mutual labels:  enrichment-analysis
ReactomePA
Reactome Pathway Analysis
Stars: ✭ 27 (+17.39%)
Mutual labels:  enrichment-analysis
TensorFlow-DNNs-for-Predicting-DNA-Transcription-Factor-Binding
Deep neural networks implemented in TensorFlow & Python for predicting whether transcription factors will bind to given DNA sequences
Stars: ✭ 13 (-43.48%)
Mutual labels:  transcription-factors
rss
Regression with Summary Statistics.
Stars: ✭ 42 (+82.61%)
Mutual labels:  enrichment-analysis
netZooM
netZooM is a network biology package implemented in MATLAB.
Stars: ✭ 25 (+8.7%)
Mutual labels:  transcription-factors
homerkit
Read HOMER motif analysis output in R.
Stars: ✭ 13 (-43.48%)
Mutual labels:  transcription-factors
fbida
ida (motif) and fbi (linux console) image viewers, also fbpdf & misc tools.
Stars: ✭ 41 (+78.26%)
Mutual labels:  motif
PGD
A Parallel Graphlet Decomposition Library for Large Graphs
Stars: ✭ 68 (+195.65%)
Mutual labels:  motif
pygna
A Python package for gene network analysis
Stars: ✭ 25 (+8.7%)
Mutual labels:  enrichment-analysis
geneSCF inactive
GeneSCF moved to a dedicated GitHub page, https://github.com/genescf/GeneSCF
Stars: ✭ 21 (-8.7%)
Mutual labels:  enrichment-analysis
CENTIPEDE.tutorial
🐛 How to use CENTIPEDE to determine if a transcription factor is bound.
Stars: ✭ 23 (+0%)
Mutual labels:  transcription-factors
tftargets
🎯 Human transcription factor target genes.
Stars: ✭ 77 (+234.78%)
Mutual labels:  transcription-factors
enrichplot
Visualization of Functional Enrichment Result
Stars: ✭ 142 (+517.39%)
Mutual labels:  enrichment-analysis

rtfbs_db

Transcription factors (TFs) regulate complex programs of gene transcription by binding to short DNA sequence motifs. Here we introduce rtfbsdb, a unified framework that integrates a database of more than 65,000 TF binding motifs with tools to easily and efficiently scan target genome sequences. Rtfbsdb clusters motifs with similar DNA sequence specificities and optionally integrates RNA-seq or PRO-seq data to restrict analyses to motifs recognized by TFs expressed in the cell type of interest. Our package allows common analyses to be performed rapidly in an integrated environment.

Uses: Parse TF motifs from public databases, read into R, and scan using 'rtfbs'.

Sources of Position Weight Matrices (PWMs).

  • CIS-BP: http://cisbp.ccbr.utoronto.ca/bulk.php Weirauch MT, et. al. Determination and inference of eukaryotic transcription factor sequence specificity. Cell. 2014 Sep 11;158(6):1431-43. doi: 10.1016/j.cell.2014.08.009.

  • Jolma: Downloaded from the supplementary data of this paper: http://www.nature.com/nature/journal/vaop/ncurrent/full/nature15518.html Jolma A, et. al. DNA-dependent formation of transcription factor pairs alters their binding specificity. Nature. 2015 Nov 19;527(7578):384-8.

  • Jolma: Downloaded from the supplementary data of this paper: http://www.cell.com/retrieve/pii/S0092867412014961 Jolma A, et. al. DNA-binding specificities of human transcription factors. Cell. 2013 Jan 17;152(1-2):327-39. doi: 10.1016/j.cell.2012.12.009.

  • Jaspar: http://129.177.120.189/cgi-bin/jaspar2010/jaspar_db.pl Mathelier A, et. al. JASPAR 2014: an extensively expanded and updated open-access database of transcription factor binding profiles. Nucleic Acids Res. 2014 Jan 1;42(1):D142-7. doi: 10.1093/nar/gkt997. Epub 2013 Nov 4.

  • HOCOMOCO: http://hocomoco.autosome.ru/ Kulakovskiy IV, et. al. HOCOMOCO: a comprehensive collection of human transcription factor binding sites models. Nucleic Acids Res. 2013 Jan;41(Database issue):D195-202. doi: 10.1093/nar/gks1089. Epub 2012 Nov 21.

  • Neph: URL: ftp://ftp.ebi.ac.uk/pub/databases/ensembl/encode/supplementary/integration_data_jan2011/byDataType/footprints/jan2011/de.novo.pwm Neph S, et. al. An expansive human regulatory lexicon encoded in transcription factor footprints. Nature. 2012 Sep 6;489(7414):83-90. doi: 10.1038/nature11212.

  • UniProbe: http://the_brain.bwh.harvard.edu/uniprobe/ References: http://the_brain.bwh.harvard.edu/uniprobe/references.php

Requires

Installation

  • For more information about the installation, please check the tutorial document (Page 9 in 'rtfbsdb-tutorial.pptx').

  • If the package has been installed in R, please use the following codes to update the package.

library("devtools");
install_github("Danko-Lab/rtfbs_db/rtfbsdb")

Documents

How to cite?

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].