View source: R/FindBestRefseqAssembly.R
download_assembly_files | R Documentation |
download refseq assembly files
download_assembly_files( target_assembly_accession, assembly_file_type = c("genome", "stats", "genome_annotation"), output_folder = getwd(), refseq_data_frame = load_refseq_data_frame_from_cache() )
target_assembly_accession |
accession of assembly you're interested in. For example GCF_000371765.1 (string) |
assembly_file_type |
type of file to download from refseq repo (string) |
output_folder |
directory to output file into (string) |
refseq_data_frame |
do not reccomend changing this. Automatically loads from load_refseq_data_frame_from_cache() |
path to downloaded file
## Not run: download_assembly_files( target_assembly_accession = "GCF_000371765.1", assembly_file_type = "genome" ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.