Description Usage Arguments Details Value Author(s)
View source: R/countGenomicFeatures.R
Given GRanges, counts number of hits by gene, exon, intergenic, etc
1 | countFeatures(reads, features)
|
reads |
GRangesList object of interval, usually where reads aligned |
features |
A list of genome annotations as GRangesList |
Given a GRanges object, this function performs an overlap against a previously created set of genomic regions. These genomic regions include genes, coding portions of genes (CDS), exons, intergenic regions, and exon groups (which contain two or more exons)
A list of counts by feature
Cory Barr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.