Description Usage Arguments Author(s) Examples
This function retrieves category information from NCBI Taxonomy and is able to filter kingdom specific taxids.
| 1 | 
| db.path | path to download and store the NCBI Taxonomy  | 
| download | a logical value specifying whether or not the  | 
| update | should the local file be updated? Please specify the  | 
| filter | a character string specifying the kingdom of life for which taxids shall be returned. Options are
 | 
Hajk-Georg Drost
| 1 2 3 4 5 6 7 8 9 10 11 | ## Not run: 
# download categories.dmp file to current working directory 
# and filter for 'Archea' taxids
Archea.taxids <- taxid(db.path = getwd(), filter = "Archea", download = TRUE)
# Once the NCBI Taxonomy 'categories.dmp' file is downloaded to your machine ('download = TRUE')
# the 'taxid()' function can be proceed on the local 'categories.dmp' file
# e.g. filter for Virus taxids
Virus.taxids <- taxid(db.path = getwd(), filter = "Viruses")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.