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

Description Usage Arguments Value Author(s) See Also Examples

Description

Get NCBI taxon names from "data/taxonNamesReduced.txt" for a selected list of taxon

Usage

1
get_input_taxa_name(rank_name, taxon_IDs)

Arguments

rank_name

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

taxon_IDs

list of taxon IDs (check get_input_taxa_id())

Value

List of full names, taxonomy ranks and parent IDs for the input taxa

Author(s)

Vinh Tran tran@bio.uni-frankfurt.de

See Also

get_input_taxa_id for getting input taxon IDs, get_name_list for getting the full taxon name list

Examples

1
2
taxon_ids <- c("ncbi10020", "ncbi10090")
get_input_taxa_name("species", taxon_ids)

trvinh/test documentation built on May 9, 2019, 2:26 a.m.