Last chance! 50% off unlimited learning
Sale ends in
Database retrieval is crucial for most biological studies and analyses.
There is a vast diversity of databases that can be accessed remotely or that can be downloaded
to your local machine. This function provides an interface to databases that can be downloaded
from NCBI servers and lists all available databases and their database version to be able to
select an appropriate database for download with download_database
.
listDatabases(db_name = "nr", db_format = "fasta", update = FALSE)
db_format
= "fasta"
.download_database
# retrieve all versions of the NCBI 'nr' database that can be downloaded
# listDatabases(db_name = "nr", db_format = "fasta")
# analogous:
# listDatabases(db_name = "cdd", db_format = "fasta")
# listDatabases(db_name = "nt", db_format = "fasta")
# listDatabases(db_name = "gss", db_format = "fasta")
# listDatabases(db_name = "refseq_protein", db_format = "fasta")
Run the code above in your browser using DataLab