Description Usage Arguments Value
View source: R/AnnotationHelper.R
Generate a GRanges object partitioning the genome into Promoter, Exon, introns, downstream and distal intergenic regions.
1 2 | partition_genomic_regions(TxDb, available.genome = NULL, BSgenome = NULL,
flank.width = 1000)
|
TxDb |
A TxDb object giving the locations of all genes for the given genome. |
available.genome |
A Granges object to be used as a background of all the available genome. |
BSgenome |
A BSgenome object to be used for generating an available genome background. Ignored if available.genome is provided. |
flank.width |
The distance from the TSS/TES which are considered Promoters/Downstream. |
A GRanges object partitioning the genome into functional genomic regions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.