-
Notifications
You must be signed in to change notification settings - Fork 11
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
Question about PTM file #47
Comments
Hi, |
Hi, { Is this correct? On another note. Is there a reference for how specific the filtering step is to a specific peptide? I've read the update in Journal of Proteome Research and it looks pretty good; however, the reason I ask is that I am trying to quantify metaproteome data, were the proteomes between samples can be quite different so matching between runs is quite nerve racking. That being said I have observed that much of the discrepancy between samples seems to be driven by the complexity which leads to the MS2 not always being triggered for every peptide. So it is a catch 22. Best Regards, |
This shoudl works fine, but he problem is that moFF also expects also an openend tag for modifiction '< > '. You should add them in mod_seq information. However I can also point out that part in the code and you can modfiy it for your needs.
as reference you mean other papers ? The filtering steps are mainly based on the test that I have done on complex samples (not meta proteome). Of course they do not cover all the possible cases. For example sthe number of Isotopic peak is fixed to 3, but if you change to 2 the filter is less stringent on th other hand if you takeall the possible isotopic peaks becomes more stringent. So far the number of isotope is not a parameter, but we can insert it a next version. |
Hmm I'm a little confused about the need for "<>" the maxquant settings example doesn't have those. Are you saying I can use the ptm_settings described above, but I need to modify my modifications to have <>. Such as, example. I've run a test. There are modified peptides that were matched and passed the filter without the <> symbol. Are those matches suspect? I'm pretty pleased with the flexibility of moFF for quantification. Here's to hoping that this is my final build and a quantification citation for metaproteomics is coming your way soon. I agree about unique peptides. I include the shared peptides in my intermediate results, but the final result is really driven by the unique peptides. |
Basically moFF accept 'as default' the modification format from searchGui/PeptideShaker and they use < > (eg. O etc.. see ptm_setting_ps.json) to delimit the modification in the sequence. This is reason why I suggest to use '<' because if they are no present the modification is not taken into account. In your case , you should try something like and <[15.99]>. For internal use (in our proteomics facility) I allow also the use of Maxquant output , so this this reason why you have also the ptm_setting_mq.json but in this case there is a flag hard coded see Line 908 in 4af3c2a
|
Hi,
How important is the ptm_setting_mq.json file for match filter after matched between runs? The reason I ask is that it is required, but the search algorithm I use denotes the modification differently than maxquant or peptide shaker. Do I need to create a new ptm_setting file then or does it not matter? My match between runs result I just acquired had matched modified peptides that made it through the threshold and I used the ptm_setting_mq.json file, which is not directly applicable to the search algorithm I'm using. Thank you for the clarification.
Best Regards,
Alfredo
The text was updated successfully, but these errors were encountered: