### Load ChipDataSet object
data(cds)
### Load TranscriptionDataSet object
data(tds)
### Classify peaks on gene associated and background
predictTssOverlap(object = cds, feature = "pileup", p = 0.75)
### Predict peak 'strandedness'
predictStrand(cdsObj = cds, tdsObj = tds, coverage.cutoff = 5,
quant.cutoff = 0.1, win.size = 2500)
# peaksToBed(object = cds, file = "peaks.bed", gene.associated.peaks = TRUE)
Run the code above in your browser using DataLab