Description Usage Arguments Value
View source: R/AnnotationHelper.R
Associate genomic regions to a GRanges object.
1 2 | associate_genomic_region(regions, genome.build, output.dir,
tssRegion = c(-3000, 3000))
|
regions |
A GRanges object to annotate. |
genome.build |
The name of the chosen annotation ("hg38", "mm9", "mm10", "hg19"). |
output.dir |
The name of the directory where to write the selected annotations. |
tssRegion |
A vector with the region range to TSS. |
The GRanges object with associated genomic regions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.