Learn R Programming

BED (version 1.5.2)

getOrgNames: Get organism names from taxonomy IDs

Description

Get organism names from taxonomy IDs

Usage

getOrgNames(taxID = NULL)

Value

A data.frame mapping taxonomy IDs to organism names with the following fields:

  • taxID: the taxonomy ID

  • name: the organism name

  • nameClass: the class of the name

Arguments

taxID

a vector of taxonomy IDs. If NULL (default) the function lists all taxonomy IDs available in the DB.

See Also

getTaxId, listOrganisms

Examples

Run this code
if (FALSE) {
getOrgNames(c("9606", "10090"))
getOrgNames("9606")
}

Run the code above in your browser using DataLab