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

Peptide length limitation #4

Open
DivyaRavichandar opened this issue Apr 16, 2020 · 3 comments
Open

Peptide length limitation #4

DivyaRavichandar opened this issue Apr 16, 2020 · 3 comments

Comments

@DivyaRavichandar
Copy link

Currently this code works for peptides in 12 -24 AA range. it appears this in enforced for the percentile calculation. Would removing this limitation still allow for the log odd calcualtions?

@ikizhvatov
Copy link
Contributor

Yes, technically log odds is computable also outside of this range.

@DivyaRavichandar
Copy link
Author

Thanks. Since the tool currently is restricted to this range. IF I were to use this to calcualte log odds for longer peptides (say 10 - 40 aa).

Would I simply take out the length checks on line 86 in the hmmhc.py script?

@ikizhvatov
Copy link
Contributor

Yes, it should work. Beware though that for the lengths outside of the range the predictions may be less reliable, as the training set contained mostly lengths 12-24.

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

No branches or pull requests

2 participants