View source: R/DataParsingFunctions.R
getRegions | R Documentation |
getRegions
returns a GRanges object of how gene name identifiers map to
genomic regions either based on gene promoters or the full gene body
getRegions(geneBody = TRUE, genome = "hg38", names = "Entrez")
geneBody |
boolean, use gene body or just promoter |
genome |
which genome build (hg38, mm10) |
names |
which gene names to use (Entrez, Ensembl) |
GRanges list of regions with gene_id
getRegions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.