Description Usage Arguments Details See Also
Create a local install of the NCBI Taxonomy database.
1 2 3 4 5 6 7 | createTaxonDB(db_path = getOption("ncbi.taxonomy.path"))
updateTaxonDB(db_path = getOption("ncbi.taxonomy.path"))
createGeneidDB(db_path = getOption("ncbi.taxonomy.path"))
updateGeneidDB(db_path = getOption("ncbi.taxonomy.path"))
|
db_path |
Parent directory for SQLite database files. |
From the commandline run: R -q -e
"require(ncbi);createTaxonDB();createGeneidDB()"
This will install two SQLite databases "taxon.db" and
"geneid.db" in "$HOME/local/db/taxonomy/". To override
the default installation directory set the option
ncbi.taxonomy.path
in your .Rprofile.
taxonDBConnect
,
geneidDBConnect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.