coordToGRanges | R Documentation |
Convert a string of genomic coordinates to a GRanges object
coordToGRanges(coord)
coord |
String coordinate in genome browser-friendly format to convert to a GRanges object |
GRanges object
string <- "chr1:1000-2000"
coordToGRanges(string)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.