taxa_get_taxonomic_tree: Get taxonomic tree from the NCBI

Description Usage Arguments Value See Also Examples

View source: R/findtrees.R

Description

Get taxonomic tree from the NCBI

Usage

1

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

1
2
3
4
5
taxa <- c("Setophaga striata", "Setophaga magnolia",
     "Setophaga angelae", "Setophaga plumbea",
     "Setophaga virens")
phy <- taxa_get_taxonomic_tree(taxa)
plot(phy)

rphylotastic documentation built on March 18, 2018, 1:46 p.m.