Learn R Programming

rphylotastic (version 0.0.4)

taxa_get_taxonomic_tree: Get taxonomic tree from the NCBI

Description

Get taxonomic tree from the NCBI

Usage

taxa_get_taxonomic_tree(taxa)

Arguments

taxa

The vector of names, already resolved

Value

A phylo object

See Also

https://github.com/phylotastic/phylo_services_docs/tree/master/ServiceDescription or the interface of phyloT http://phylot.biobyte.de/

Examples

Run this code
# NOT RUN {
taxa <- c("Setophaga striata", "Setophaga magnolia",
     "Setophaga angelae", "Setophaga plumbea",
     "Setophaga virens")
phy <- taxa_get_taxonomic_tree(taxa)
plot(phy)
# }

Run the code above in your browser using DataLab