ensembl_name: Ensembl identifiers of organisms

View source: R/taxonomy.R

ensembl_nameR Documentation

Ensembl identifiers of organisms

Description

Ensembl identifiers of organisms

Usage

ensembl_name(name)

Arguments

name

Vector with any kind of organism name or identifier, can be also mixed type.

Value

Character vector with Ensembl taxon names, NA if a name in the input could not be found.

See Also

  • ncbi_taxid

  • common_name

  • latin_name

Examples

ensembl_name(c(9606, "cat", "dog"))
# [1] "hsapiens" "fcatus" "clfamiliaris"
ensembl_name(c("human", "kitten", "cow"))
# [1] "hsapiens" NA  "btaurus"


saezlab/OmnipathR documentation built on April 17, 2024, 9:39 p.m.