View source: R/FindBestRefseqAssembly.R
refseq_download_genome_assembly | R Documentation |
Download the genome assembly
refseq_download_genome_assembly( target_assembly_accession, 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) |
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.