View source: R/util4_RegionsToRanges.R
RegionsToRanges | R Documentation |
Convert genomic regions in a data frame to GRanges format
RegionsToRanges(regionName_char)
regionName_char |
a character vector of regions in the format
|
genomic regions in GRanges format
regions <- c("chr22:19709548-19709755", "chr2:241721922-241722113")
RegionsToRanges(regions)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.