ncbi_taxid | R Documentation |
NCBI Taxonomy IDs of organisms
ncbi_taxid(name)
name |
Vector with any kind of organism name or identifier, can be also mixed type. |
Integer vector with NCBI Taxonomy IDs, NA if a name in the input could not be found.
latin_name
common_name
ensembl_name
ncbi_taxid(c("Homo sapiens", "cat", "dog"))
# [1] 9606 9685 9615
ncbi_taxid(c(9606, "cat", "doggy"))
# [1] 9606 9685 NA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.