ensembl_name | R Documentation |
Ensembl identifiers of organisms
ensembl_name(name)
name |
Vector with any kind of organism name or identifier, can be also mixed type. |
Character vector with Ensembl taxon names, NA if a name in the input could not be found.
ncbi_taxid
common_name
latin_name
ensembl_name(c(9606, "cat", "dog"))
# [1] "hsapiens" "fcatus" "clfamiliaris"
ensembl_name(c("human", "kitten", "cow"))
# [1] "hsapiens" NA "btaurus"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.