alifestd_aggregate_phylogenies
- alifestd_aggregate_phylogenies(phylogeny_dfs: List[DataFrame], mutate: bool = False) DataFrame
Concatenate independent phylogenies, reassigning organism ids to prevent collisions.
Inputs dataframe are not mutated by this operation unless mutate set True. If mutate set True, operation does not occur in place; still use return value to get transformed phylogeny dataframe.