Replies: 1 comment 7 replies
-
Hello, Walid! Let's see - this all depends on what you are recording in the tree sequence with your simulator. If you remember everyone, ever, then you can find out everything you want. But, if you are running |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I am wondering if it is possible to determine the time of fixation of a fixed mutation. Here are some details to give context for my analysis. I am using the tskit C API in our forward-time evolutionary simulator, so I can easily obtain the effect size of a mutation and the time of appearance of a mutation through the mutation table. However, for the purpose of my project I need to figure out the time of fixation of a fixed mutation. Is this possible using the information stored in the tree sequences?
P.S. to figure out if a mutation fixed for a population that is in quasi-equilibirum, I extract using the Python API the mutations that appeared at or before the single root of a tree at a given site. I am not sure if this is a right approach however, so I would appreciate input on this issue as well.
TLDR: How can I extract the fixed mutations and their time of fixation using tskit.
I can provide more information and details if necessary
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions