View source: R/get_intergenic_regions.R
get_intergenic_regions | R Documentation |
Returns table of intergenic regions for specified genome.
get_intergenic_regions(genome, as_gr = FALSE)
genome |
Character object specifying the reference genome; accepts one of the following options:
No default. |
as_gr |
Logical specifying whether the output should be returned as a
|
R data frame containing coordinates and annotations for all intergenic regions in the genome.
## Not run: get_intergenic_regions(genome='SK1Yue') get_intergenic_regions(genome='sacCer3') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.