tresoldi / ngesh

A Python library for generating random phylogenetic trees and related data
MIT License
9 stars 1 forks source link

Allow different distributions for bad sampling simulation #15

Open tresoldi opened 4 years ago

tresoldi commented 4 years ago

Potentially related to https://github.com/tresoldi/ngesh/issues/14, mostly depends on how rnd_remove_vec is computed.

tresoldi commented 4 years ago

Note that this includes adding weighted bad sampling, simulating families; the easiest strategy is to weight considering the distance from a randomly selected node

tresoldi commented 3 years ago

It makes sense to have this only linear for the time being; could be redone in the future.