powered by
Download .seq.tar files from the latest GenBank release. The user interactively selects the parts of GenBank to download (e.g. primates, plants, bacteria ...)
db_download(db = "nucleotide", overwrite = FALSE, preselection = NULL)
Database type, only 'nucleotide' currently available.
T/F, overwrite pre-existing downloaded files?
character of user input
T/F, if all files download correctly, TRUE else FALSE.
The downloaded files will appear in the restez filepath under downloads.
Other database: count_db_ids, db_create, db_delete, demo_db_create, is_in_db, list_db_ids
count_db_ids
db_create
db_delete
demo_db_create
is_in_db
list_db_ids
# NOT RUN { library(restez) restez_path_set(filepath = 'path/for/downloads') db_download() # }
Run the code above in your browser using DataLab