getInputTaxaName: Get NCBI taxon names for a selected list of taxa

Description Usage Arguments Value Author(s) See Also Examples

View source: R/parsePhyloProfile.R

Description

Get NCBI taxon names from "PhyloProfile/data/taxonNamesReduced.txt" for a list of input taxa

Usage

1
getInputTaxaName(rankName, taxonIDs = NULL)

Arguments

rankName

taxonomy rank (e.g. "species","phylum",...)

taxonIDs

list of taxon IDs (e.g. ncbi1234). Default = NULL

Value

Data frame contains a list of full names, taxonomy ranks and parent IDs for the input taxa.

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

getInputTaxaID for getting input taxon IDs, getNameList for getting the full taxon name list

Examples

1
2
taxonIDs <- c("ncbi9606", "ncbi10116")
getInputTaxaName("species", taxonIDs)

PhyloProfile documentation built on March 27, 2021, 6:01 p.m.