Convert a genomic coordinate string to a GRanges object
Usage
StringToGRanges(regions, sep = c("-", "-"), ...)
Arguments
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.