View source: R/annotatePeaksSeq.R
annotatePeaksSeq | R Documentation |
Takes in GRanges object of ChIP-seq peaks and annotates them based on a D.Discoideum TxDb object coming from makeDictyGrangesfromTxDb.
annotatePeaksSeq(x, tssRegionStart = -3000, tssRegionEnd = 3000)
x |
GRanges object |
tssRegionStart |
number : default is -3000bp - what is set by ChIPseeker::annotatePeak - can be changed! |
tssRegionEnd |
number : default is 3000bp - what is set by ChIPseeker::annotatePeak - can be changed! |
The seqnames returned by makeDictyGrangesfromTxDb are 1, 2, 3, 4, 5, 6 and so I change the input seqnames to match before converting them back to what they were previously after.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.