-
Notifications
You must be signed in to change notification settings - Fork 1
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
Does mpg support no cleavage? #609
Comments
Not impossible. Instead of creating the peptide cleavage graph, we can create a peptide kmer graph. But this would need a lot of work, because we'll have to create a new model for this kind of graph. |
Why don't we just forget about the cleavage graph and go straight from the peptide variant graph? Traverse the graph for each length of peptide, or each "frame" of peptide |
I think that should work! We then don't need to worry about the miscleavages. Just need to write a new traverser. |
Is there any update for usage of generating customized database for immunopeptidome? |
Thanks for being interested in moPepGen @hsiaoyi0504. My plan now is generating non-canonical peptides with at least 1 variant event, and with up to X number of consecutive reference amino acids. X will be the max length of peptides you would usually expect from your MS data. This should capture all the possible non-canonical peptides, but will require some extensive work. |
Or instead of getting peptides from |
Along with the FASTA file, I have a (still active) branch czhu-feat-no-cleavage for generating non-canonical peptides with no enzyme. Feel free to try it but I haven't run any fuzz test on it so it is not guaranteed to work. |
I've been wondering about what you said here. I think some tweaks are required for mpg to generate neoantigens. I just realized that I used trypsin as the enzyme for calling neoantigens. Even though MHCFlurry can chop the peptides generated by mpg into arbitrary shorter peptides (could be bad if the fragments dont actually contain the variant), it would probably be more ideal to have a "no cleavage" or "native peptides" mode for mpg (and turn off the chopping function in MHCFlurry if possible :P)
The text was updated successfully, but these errors were encountered: