R/helpers.R
parse_region.Rd
This function parses a genomic region string in the format "chr:start-end" into a GRanges object.
parse_region(region)
A string specifying a genomic region (e.g., "chr1:1000000-2000000")
A GRanges object representing the specified region
if (FALSE) { # \dontrun{ region_gr <- parse_region("chr1:1000000-2000000") } # }