# \dontshow{
options(gmax.processes = 2)
# }
gdb.init_examples()
chainfile <- paste(.misha$GROOT, "data/test.chain", sep = "/")
intervs <- data.frame(
chrom = "chr25", start = c(0, 7000),
end = c(6000, 20000)
)
gintervals.liftover(intervs, chainfile)
Run the code above in your browser using DataLab