View source: R/get_genome_ref_piggyback.R
get_genome_ref_piggyback | R Documentation |
Download and decompress the genome reference needed to run map_snps_to_genes, If the file already exists, it will simply return the path.
get_genome_ref_piggyback(genome_ref_dir, verbose = TRUE, ...)
genome_ref_dir |
Folder to download reference to. |
verbose |
Print messages. |
... |
Arguments passed on to
|
genome_ref_path <- get_genome_ref(method = "magma")
piggyback::pb_upload(file = genome_ref_path,
repo = "neurogenomics/MAGMA_Celltyping",
overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.