tgvaughan / MASTER

A versatile simulation engine for stochastic population dynamics models.
http://tgvaughan.github.io/MASTER
GNU General Public License v3.0
22 stars 8 forks source link

Who infected whom #52

Closed thednainus closed 1 year ago

thednainus commented 1 year ago

I have started using MASTER, but I would like to know whether it is possible to get a list of who transmitted to whom using the InheritanceTrajectory?

Thanks, Fabricia.

tgvaughan commented 1 year ago

Dear Fabricia,

No, this isn't directly possible. But if you generate the full tree, you could recover this information from it. (This would require some post-processing using R/Python/..).

Hope this helps, Tim