View source: R/get_chain_file.R
get_chain_file | R Documentation |
Download chain file for liftover
get_chain_file(
build_conversion = c("hg38ToHg19", "hg19ToHg38"),
save_dir = tools::R_user_dir(package = "echotabix", which = "cache"),
timeout = 60 * 5,
verbose = TRUE
)
build_conversion |
Converting from what build to what? "hg38ToHg19" or "hg19ToHg38" |
save_dir |
Where is the chain file saved? Default is a temp directory |
verbose |
extra messages printed? Default is TRUE |
Loaded chain file for liftover.
Other liftover functions:
liftover()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.