| GOBO documentation | Contained in the GOBO distribution. |
GOBO::Phylo::PhyloTree
An GOBO::Graph in which each node has at most 1 parents, and each node is a GOBO::Phylo::PhyloNode
GOBO::Graph
| GOBO documentation | Contained in the GOBO distribution. |
package GOBO::Phylo::PhyloTree; use Moose; use strict; extends 'GOBO::Graph'; sub rooted { } 1;