-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement tree sequence #126
Comments
Peter Ralph directed me to this implementation doc for SLiM https://github.com/MesserLab/SLiM/blob/master/treerec/implementation.md |
Need to change recombination tracking in AlphaSimR to keep track of all recombinations and not just observed recombinations. This can be accomplished by not processing recombination output from The full history can then be fowarded along to recombination tracking. Processing will be needed in the current recombination history list, because it depends on this data being processed. Perhaps we need to recombination histories, or some adjustments to the current IBD tracking to process as needed. |
Mutations need to be tracked for tree sequences. This can be added to SimParam. |
https://www.slendr.net/articles/vignette-05-tree-sequences.html Look at this article for an example implementation in R. |
This is a big one and a project on its own, but here are some initial ideas
The text was updated successfully, but these errors were encountered: