CENTIPEDE-package: CENTIPEDE a probabilistic model for learning DNaseI...

Description Details Author(s) References See Also Examples

Description

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

Details

Package: CENTIPEDE
Type: Package
Version: 1.2
Date: 2010-10-27
License: GPL
URL: http://centipede.uchicago.edu
LazyLoad: yes

Author(s)

Roger Pique-Regi <rpique@gmail.com> and Jacob F Degner <jdegner@uchicago.edu> Maintainer: Roger Pique-Regi <rpique@uchicago.edu>

References

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

See Also

fitCentipede, plotProfile

Examples

 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)

CENTIPEDE documentation built on May 2, 2019, 6:50 p.m.