Description Usage Arguments Details Value Author(s) See Also Examples
Retrieve genomic distribution of ChIP-seq peaks at distinct genomic features (exons, introns, TSSs, intergenic regions)
1 2 3 4 | getGenomicAnnot(object)
## S4 method for signature 'ChipDataSet'
getGenomicAnnot(object)
|
object |
A |
A simple quality check of the supplied ChIP-seq peaks can be performed by investigating their genomic distribution. Ideally, these peaks should demonstrate substantial enrichment at TSS regions. Enrichment of the peaks at a given genomic feature (e.g. TSS) is defined as the ratio between the observed and expected number of peaks. The expected number of peaks is calculated from the proportion of the genome covered by the given genomic feature.
A four column Data.Frame
, storing information about observed and
expected number of peaks at distinct genomic features.
Armen R. Karapetyan
1 2 3 4 | ### Load ChipDataSet object
data(cds)
getGenomicAnnot(cds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.