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#
Triplet - Single rooted triplet topologies
Triplet Profile - Set of triplets on the same 3-taxon set with weights
Triplet Profile Set - Collections of triplet profiles
See Also#
API Reference - Complete function signatures and detailed examples
Quartets - Unrooted four-taxon analogues