common_name: Common (English) names of organisms

View source: R/taxonomy.R

common_nameR Documentation

Common (English) names of organisms

Description

Common (English) names of organisms

Usage

common_name(name)

Arguments

name

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

Value

Character vector with common (English) taxon names, NA if a name in the input could not be found.

See Also

  • ncbi_taxid

  • latin_name

  • ensembl_name

Examples

common_name(c(10090, "cjacchus", "Vicugna pacos"))
# [1] "Mouse" "White-tufted-ear marmoset" "Alpaca"


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