Description Details Author(s) References See Also Examples
Centipede fits a bayesian hierarchical mixture model to learn TF-specific distribution of experimental data on a particular cell-type for a set of candidate binding sites described by a motif. More documentation is under preparation and will be make available soon at http://centipede.uchicago.edu
Package: | CENTIPEDE |
Type: | Package |
Version: | 1.2 |
Date: | 2010-10-27 |
License: | GPL |
URL: | http://centipede.uchicago.edu |
LazyLoad: | yes |
Roger Pique-Regi <rpique@gmail.com> and Jacob F Degner <jdegner@uchicago.edu> Maintainer: Roger Pique-Regi <rpique@uchicago.edu>
Roger Pique-Regi, Jacob F. Degner, Athma A. Pai, Daniel J. Gaffney, Yoav Gilad, Jonathan K. Pritchard. "Accurate inference of transcription factor binding from DNA sequence and chromatin accessibility data", Genome Research, Submitted Aug 2010
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
#GETS EXAMPLE DATA FOR NRSF
data(NRSFcuts, package='CENTIPEDE')
data(NRSF_Anno, package='CENTIPEDE')
#FITS THE CENTIPEDE MODEL
centFit <- fitCentipede(Xlist = list(as.matrix(NRSFcuts)), Y=cbind(rep(1, dim(NRSF_Anno)[1]), NRSF_Anno[,5], NRSF_Anno[,6]))
#PLOTS IMAGE OF CUTSITES RANKED BY CENTIPEDE POSTERIORS
imageCutSites(NRSFcuts[order(centFit$PostPr),][c(1:100, (dim(NRSFcuts)[1]-100):(dim(NRSFcuts)[1])),])
#PLOT ESTIMATED FOOTPRINT
plotProfile(centFit$LambdaParList[[1]],Mlen=21)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.