getTree {OmaDB}R Documentation

Get the Tree Object

Description

The function to obtain the tree object from newick.

Usage

getTree(newick)

Arguments

newick

the newick of interest.

Value

an tree object

Examples

taxonomy = getTaxonomy(root="Alveolata")
getTree(newick=taxonomy$newick)

[Package OmaDB version 1.2.2 Index]