Overview#

The phylozoo.core.triplet module provides data structures for working with triplets, which are three-taxon rooted trees that serve as building blocks for many concepts in phylogenetic analysis.

All classes and functions on this page can be imported from the core triplet module:

from phylozoo.core.triplet import *
# or directly
from phylozoo.core.triplet import Triplet, TripletProfile, TripletProfileSet

Classes#

See Also#

  • API Reference - Complete function signatures and detailed examples

  • Quartets - Unrooted four-taxon analogues