alifestd_downsample_tips_asexual
- alifestd_downsample_tips_asexual(phylogeny_df: DataFrame, n_downsample: int, mutate: bool = False, seed: int | None = None, **kwargs) DataFrame
Create a subsample phylogeny containing n_downsample tips.
If n_downsample is greater than the number of tips in the phylogeny, the whole phylogeny is returned.
Only supports asexual phylogenies.
Deprecated since version 0.6.0: Use alifestd_downsample_tips_uniform_asexual instead.