Description Objects from the Class Slots Methods Author(s) See Also Examples
This class represents dPeak data.
Objects can be created by calls of the form new("DpeakMotif", ...).
motif:Object of class "character", 
representing a vector of motifs. 
locMotif:Object of class "list",
representing list of locations of motifs in candidate regions. 
peakChr:Object of class "character",
representing a vector of chromosome of each peak. 
peakStart:Object of class "numeric",
representing a vector of start position of each peak. 
peakEnd:Object of class "numeric",
representing a vector of end position of each peak. 
signature(object = "DpeakMotif"): fit the deconvolution model. 
signature(x = "DpeakMotif"): (not supported yet) 
signature(object = "DpeakMotif"): provide brief summary of the object. 
Dongjun Chung
1 2 3 4 5 6 7 8  | showClass("DpeakMotif")
## Not run: 
library(BSgenome.Ecoli.NCBI.20080805)
resultMotif <- dpeakMotif( peakfile="examplePeak.txt", refGenome=Ecoli )
resultMotif
fitPET <- dpeakFit( dataPET, resultMotif )
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.