-
Notifications
You must be signed in to change notification settings - Fork 7
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
Problem about user-defined modification type #191
Comments
Hi @Wang-Xuejun This should be easy to fix. The question is, how is the biotinylation annotated in the
Therefore, the
Do the same for Biotinylation. Please, let us know how it goes. |
Thanks for your reply. The modified.sequence is AAAATAAASRPK(biotinylation). |
Thanks! The problem is exactly the same as this one #189 Please, do what is suggested in that issue, i.e., For a site-specific quantification:
For global quantification: you have to filter first the evidence file and create a new version with only the We are working on generating a new version that will allow the use of the customized version in the "modification" section. It will be notified here when ready. But in the meantime, I recommend any of the options described above. Thanks! |
Thanks for your suggestions!
However, I already changed the information of modification in the evidence.txt file(by using the replace function of txt): like AAAATAAASRPK(biotinylation) I think the reason is mainly on the evidence.txt format. But I have no idea about this. Looking forward your reply and the new version of artMS. |
Not sure why is not working Could you please share the first 100 lines of the modified evidence file so I can debug it? If so, please, send it to artms.help@gmail.com Thanks |
I send you the file. Thanks a lot. |
It was easy to fix: we were writing the
without the parentheses! Please, give it a try and let us know how it goes |
Hi, I just tried! It works well! Thank you so much!
What's the meaning of With best wishes, |
Hi,
I would like to add a new modification: biotinylation in artMS.
I changed the modification name Biotinylation to biotinylation(lowercase) in the evidence.txt.
And the modification:PTM:K:biotinylation(lowercase). And saved.
However, when I run the artmsQuantification in R, it always has the error:
The PTM name used in the evidence file, and the third position in PTM:K:BIOTINYLATION must be all lowercase characters
Error in artmsQualityControlEvidenceBasic(evidence_file = config$files$evidence, :
Error: unexpected format for specifying a user-defined modification typePTM:K:BIOTINYLATION.
Another question is that: can I use the artMS to perform the semi-quantification of pepetides (by intensity) without label-free method, which means no repeat experiment of each group. I input the result from MaxQuant, and run the artmsQuantification with the AB modification. But only shows QC result, no quantification result.
Looking forward your reply.
With best wishes,
Wang.
The text was updated successfully, but these errors were encountered: