vargen_install | R Documentation |
vargen_pipeline
Only need to run it once. Will download the following files in "install_dir":
the latest gwas catalog, eg: gwas_catalog_v1.0.2-associations_e93_r2019-01-11.tsv
hg19ToHg38.over.chain.gz (will be unzipped)
GTEx_Analysis_v8_eQTL.tar.gz (will be untared)
GTEx_Analysis_2017-06-05_v8_WholeGenomeSeq_838Indiv_Analysis_Freeze.lookup_table.txt.gz
enhancer_tss_associations.bed
vargen_install(
install_dir = "./",
gtex_version = "v8",
timeout = 10000,
verbose = FALSE
)
install_dir |
the path to the installation folder (default = "./") |
gtex_version |
the version of gtex to download, only "v7" and "v8" are supported (default = "v8") |
timeout |
the timeout set in options(), reading/downloading files online might fail with the default timeout of 60 seconds. |
verbose |
if TRUE will print progress messages (default = FALSE) |
nothing, download files in "install_dir".
vargen_install("./", verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.