View source: R/annotation_genbank.R
download_gbk | R Documentation |
This takes and downloads genbank accessions.
download_gbk(accessions = "AE009949", write = TRUE)
accessions |
An accession – actually a set of them. |
write |
Write the files? Otherwise return a list of the strings |
Tested in test_40ann_biomartgenbank.R In this function I stole the same functionality from the ape package and set a few defaults so that it hopefully fails less often.
A list containing the number of files downloaded and the character strings acquired.
The ape authors with some modifications by atb.
[ape]
written <- download_gbk(accessions = "AE009949")
written$written_file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.