Overview#
The phylozoo.core.split module provides data structures for working with
splits, which represent bipartitions of taxa sets and form the mathematical foundation
for phylogenetic tree and network representations.
All classes and functions on this page can be imported from the core split module:
from phylozoo.core.split import *
# or directly
from phylozoo.core.split import Split, SplitSystem, WeightedSplitSystem
Classes#
Split - Individual bipartitions
Split System and Weighted Split System - Collections of splits for phylogenetic analysis
See Also#
API Reference - Complete function signatures