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') # }