Skip to content
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

Support multiple alleles #11

Open
jeromekelleher opened this issue May 24, 2022 · 2 comments · May be fixed by #142
Open

Support multiple alleles #11

jeromekelleher opened this issue May 24, 2022 · 2 comments · May be fixed by #142
Labels
enhancement New feature or request

Comments

@jeromekelleher
Copy link
Collaborator

In the simplest case, the reference panel can contain values > 1. Initial version can assume that mutation rates among the k existing alleles are equal. We should keep the possibility open of providing arbitrary transition matrix between states.

May be as easy to do in the first pass as a kxk uniform transition matrix that we create, and then worry about making a parameter later.

@astheeggeggs
Copy link
Owner

we currently consider the simplest case, whereby multiple alleles are allowed at a given site but where mutation probabilities to each are equal.

@szhan
Copy link
Collaborator

szhan commented Jul 2, 2024

It should be now easy to switch the emission probability matrix to support multiple alleles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants