Description Usage Arguments Value See Also Examples
Get taxonomic tree from the NCBI
1 | taxa_get_taxonomic_tree(taxa)
|
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/
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.