alifestd_aggregate_phylogenies_polars

alifestd_aggregate_phylogenies_polars(phylogeny_dfs: List[DataFrame]) DataFrame

Concatenate independent phylogenies, reassigning organism ids to prevent collisions.

Assumes asexual phylogenies with contiguous ids, topologically sorted, and with an ancestor_id column (not ancestor_list).

See Also

alifestd_aggregate_phylogenies :

Pandas-based implementation.