alifestd_downsample_tips_uniform_asexual

alifestd_downsample_tips_uniform_asexual(phylogeny_df: DataFrame, n_downsample: int, mutate: bool = False, seed: int | None = None) 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.