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

supporting X, B and Z in predict hyp input #10

Open
missuse opened this issue Feb 26, 2022 · 0 comments
Open

supporting X, B and Z in predict hyp input #10

missuse opened this issue Feb 26, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@missuse
Copy link
Owner

missuse commented Feb 26, 2022

predict_hyp could support unknown amino acids symbols X (any), B (D or N) and Z (E or Q) if they occur up to once or even twice in subsequence.

This could proceed by generating all possible subsequences (this is why a limit of X is needed 20 * 20 is manageable but 20 * 20 * 20 is too much per subsequence), predicting Hyp probability in them and retuning the probability that is the min, max or floor(median) of predictions based on an additional argument in the function.

@missuse missuse added the enhancement New feature or request label Feb 26, 2022
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

No branches or pull requests

1 participant