Description Usage Arguments Value Examples
View source: R/util4_RegionsToRanges.R
Convert genomic regions in a data frame to GRanges format
1 | RegionsToRanges(regionName_char)
|
regionName_char |
a character vector of regions, in this format: "chrxx:xxxxxx-xxxxxx" |
genomic regions in GRanges format
1 2 | 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.