Transfer genomic coordinates from one genome build to another.
liftover( dat, chrom_col = "CHR", start_col = "POS", end_col = start_col, build_conversion = c("hg38ToHg19", "hg19ToHg38"), as_granges = FALSE, verbose = TRUE )
dat | SNP-level data table. |
---|---|
chrom_col | Name of the chromosome column. |
start_col | Name of the start position column. |
end_col | Name of the end position column
(can be same as |
build_conversion | From which to which genome build
to lift over |
as_granges | Return lifted |
verbose | Print messages. |
#>#>