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