coordToGRanges {chromswitch} | 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)