View source: R/EntrezDownload.R
EntrezDownload | R Documentation |
Utility for downloading sequence data from NCBI for a user specified group of organisms
EntrezDownload(txid, fasta_dir, minimumSeq = 350, maximumSeq = NULL)
txid |
NCBI taxon ID. See https://ncbi.nlm.nih.gov and manual |
fasta_dir |
Place to store fasta sequences. Must end with */fasta/ |
minimumSeq |
Minimum number of sequences a species must have to bother downloading defaults to 350 |
maximumSeq |
Maximum number of sequences to download per species. Useful for testing scripts and troubleshooting TOAST/BUSCO |
Returns graphic of missing data based on defined threshold
Dustin J Wcisel, djwcisel@ncsu.edu
James Thomas Howard, jthowar3@ncsu.edu
Jeffrey A Yoder, jayoder@ncsu.edu
Alex Dornburg, dornburgalex@gmail.com
SequenceDownload(txid = 9721, fasta_dir = "path/to/fasta/", minimumSeq = 350)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.