-
Notifications
You must be signed in to change notification settings - Fork 39
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
Unknown AA in peptide sequence compute MonoIsotopic Mass #368
Comments
OpenMS support unknown amino acids e.g. 'X' but calculating the precursor m/z is not allowed |
@timosachsenberg, DIA-NN used The line of code is the following:
You mean that we have to do k.replace('X', 'X[123.4]')? For this peptide |
No, in this case, replace with the actual mass of a Selenomethionine residue |
Or add a new Residue to the ResidueDB and set the onelettercode to something meaningful |
I think all single letter codes are taken…
…________________________________
Von: Julianus Pfeuffer ***@***.***>
Gesendet: Dienstag, 16. April 2024 17:12:59
An: bigbio/quantms
Cc: Timo Sachsenberg; Mention
Betreff: Re: [bigbio/quantms] Unknown AA in peptide sequence compute MonoIsotopic Mass (Issue #368)
Or add a new Residue to the ResidueDB and set the onelettercode to something meaningful
—
Reply to this email directly, view it on GitHub<#368 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABMI4ZNSPPZOTZODFM5J7SDY5U5XXAVCNFSM6AAAAABGJOPIM2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJZGMZTGNRSGI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
What will be this solution? @timosachsenberg @jpfeuffer ? |
196.995499 Probably -H2O |
@jpfeuffer but the way to reply will be:
My point is the notations. |
No, your first guess was correct: |
@timosachsenberg |
yes without the water. |
AASequence aa2 = AASequence::fromString("PEPTC(Carbamidomethyl)IDE"); have same mass. |
@cbielow pinging here to check if this is properly documented |
I will use the following:
|
What is U and O?
|
This is the message from Vadim:
|
I guess both works in OpenMS but I think using X for everything "unknown" or non standard residue could be more convenient (and better tested) ;) . |
PR now ready: #369 |
Description of the bug
When running the DIA workflow, the dia_convert give the following error if Uniprot Trembl is used:
The best way to solve that would be to see if pyopenms supports unknown aminoacids @timosachsenberg @jpfeuffer. If is not possible, then we need to find a way to handle them in quantms to mzTab.
Command used and terminal output
No response
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: