Description Usage Arguments Details Value See Also
Retrieve records from the NCBI Taxonomy database (locally or remote)
1 2 3 4 5 6 |
taxid |
‘taxids’ or a valid NCBI search term. |
rettype |
Which type of data should be retrieved?
Full records (default: |
retmax |
Maximal number of records to be retrieved (default: 25). |
parse |
Should the retrieved data be parsed? |
... |
Parameters passed on to the underlying
|
taxid |
A vector of valid NCBI Taxonomy Identifiers. |
full |
if |
... |
|
geneid |
A vector of valid NCBI Gene Identifiers. |
taxonDB and taxonByGeneID require a local
installation of the NCBI taxonomy database and a database
providing the GI to TaxId mapping. These databases are
created using createTaxonDB and
createGeneidDB, respectively, and kept up
to date with updateTaxonDB and
updateGeneidDB.
The install path for these custom databases
taxon.db and geneid.db is specified by
setting the global option ncbi.taxonomy.path.
Currently, it defaults to "$HOME/local/db/taxonomy/". The
default path can be overridden permanently by setting
this option in the .Rprofile file.
Note that the geneid.db file can get fairly large (currently ~6GB) and takes a long time to create.
See the documentation at NCBI for more information on the NCBI Taxonomy database.
An XMLInternalDocument or if parsed a Taxon or TaxonList instance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.