StringToGRanges | R Documentation |
String to GRanges
StringToGRanges(regions, sep = c("-", "-"), ...)
regions |
Vector of genomic region strings |
sep |
Vector of separators to use for genomic string. First element is used to separate chromosome and coordinates, second separator is used to separate start and end coordinates. |
... |
Additional arguments passed to
|
Convert a genomic coordinate string to a GRanges object
Returns a GRanges object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.