compile_phylogeny_from_lineage_iters

compile_phylogeny_from_lineage_iters(population: Iterable[Iterable[Any]]) DataFrame

Compile phylogenetic history tracked using generic backtracking breadcrumbs.

Parameters

populationiterable of iterable

Ascending lineage iterators associated with extant population members.

Returns

pd.DataFrame

Phylogenetic record in alife data standards format.