getTree {OmaDB} | R Documentation |
A convenience function to obtain a tree object from newick tree, essentially wraps read.tree from the ape package.
getTree(newick)
newick |
The newick tree to be instantiated. |
a tree object
taxonomy = getTaxonomy(root='Alveolata') getTree(newick=taxonomy$newick)