-
Notifications
You must be signed in to change notification settings - Fork 40
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
Optimization of Fragpipe for Special Sample with Isotopologue Peptides #1686
Comments
I think there is a trick to largely reduce the search space since there are only 6 peptides having the labels. I posted it for the Pierce iRT peptide search #1673 (comment), but I think the same trick should work for your data too. One thing to notice that there are at most 6 "idle amino acids" to be re-used: BJXZ plus UO (for U and O, please note that they have non-zero masses, and make sure that your fasta file does not have U or O).
Have you specified the experiment or bioreplicates in the "workflow" tab? BTW, why did you enable PTM-Shepherd? Is that an open or mass-offset search? Thanks, Fengchao |
Thanks @fcyu I'll try an let you know. I think I set PTM-Shepherd "true" by error. |
Hi @fcyu , for my peptides mix I think that I would need the internal masses you use for BJXZUO in order the compute the delta mass. |
I'm clarifying my previous post. For my peptide mix analysis, I need the specific internal masses used by FragPipe for the amino acids BJXZUO to calculate the delta mass. Could you please let me know if there is a resource or location where I can find these masses? |
BJZX have zero mass. O's mass is 237.14773 Da, and U's mass is 150.95363 Da. Best, Fengchao |
Hello,
I am seeking advice on optimizing Fragpipe for a specific type of sample we are working with. Our samples are HeLa cells mixed with 6 peptides, each of which has 5 isotopologue versions. Here’s what I have done so far:
However, the current setup consumes a lot of memory and takes 45 minutes to complete. I believe this is because Fragpipe searches for variable modifications across all peptides in the sample.
My questions are:
Is there a way to configure Fragpipe to optimize this search, specifically to focus only on our peptide mix? Any suggestions to reduce memory usage and processing time would be greatly appreciated.
I also observed that after the search, I cannot find the
combined_protein.tsv
file in the output folder, despite settingionquant.run-ionquant=true
andptmshepherd.run-shepherd=true
. Do you know what could be the problem?Thank you!
The text was updated successfully, but these errors were encountered: