View source: R/get_chain_file.R
get_chain_file | R Documentation |
Download chain file for liftover
get_chain_file(
from = c("hg38", "hg19"),
to = c("hg19", "hg38"),
chain_source = c("ucsc", "ensembl"),
save_dir = tempdir(),
verbose = TRUE
)
from |
genome build converted from ("hg38", "hg19") |
to |
genome build converted to ("hg19", "hg38") |
chain_source |
chain file source used ("ucsc" as default, or "ensembl") |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.