View source: R/FindBestRefseqAssembly.R
refseq_download_genome_assembly_stats | R Documentation |
download_assembly_stats
refseq_download_genome_assembly_stats( 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
refseq_download_genome_assembly_stats("GCF_000371765.1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.