Utility function to convert LD region_ids to `region of interest` dataframe
Source:R/variantId.R
regionToDf.RdThe first field is treated as the chromosome and kept as a normalized string
(via canonChrom) so X/Y/MT survive; the remaining fields are genomic
positions and are returned as integers.
Usage
regionToDf(ldRegionId, colnames = c("chrom", "start", "end"))