-
Notifications
You must be signed in to change notification settings - Fork 9
Add pKa and hydrophobicity to amino acid #66
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
Conversation
|
The trait proposed here allows for implementing the pKa basic behaviour for any pKa source and for any AminoAcid type. This should be generic enough for it to work for most use cases. I have some questions on how this should handle modifications, right now it takes a list of @di-hardt I remember something about triplet or even quadruplet lookup tables for pKa values, should we think about some structure to allow that? Then some more things that need to be done are more documentation, placing this into a separate file, and the implementation for the |
|
Hey everyone, |
In regard to issue #65
Made a small beginning to implement this issue but @douweschulte mentioned that you (@di-hardt) might have some code laying around that is similar to what I'm trying to do. Do you have something by any chance? Or some ideas on how to implement this? @douweschulte is already thinking about how to mold this into a trait (with IdentifiedPeptides).
My current idea is to make a separate module with these static tables and the pka function would work as a table lookup function basically. I would implement something similar for the hydrophobicity.