powered by
Get taxonomic tree from the NCBI
taxa_get_taxonomic_tree(taxa)
The vector of names, already resolved
A phylo object
https://github.com/phylotastic/phylo_services_docs/tree/master/ServiceDescription or the interface of phyloT http://phylot.biobyte.de/
# 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