Get organism names from taxonomy IDs
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
Examples
if (FALSE) { # \dontrun{
getOrgNames(c("9606", "10090"))
getOrgNames("9606")
} # }