Skip to content
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

Investigate parsing of mzIdentML SubstituteModification entries #77

Open
RalfG opened this issue Apr 8, 2024 · 0 comments
Open

Investigate parsing of mzIdentML SubstituteModification entries #77

RalfG opened this issue Apr 8, 2024 · 0 comments

Comments

@RalfG
Copy link
Member

RalfG commented Apr 8, 2024

A concrete use case this happens is with Mascot search results. For example, this mzIdentML snippet is from exporting results of a search against SwissProt:

   <Peptide id="peptide_28284_10">
     <PeptideSequence>APLLVPGFCVAXNQPTMR</PeptideSequence>
     <Modification location="0" monoisotopicMassDelta="144.102063">
       <cvParam accession="UNIMOD:214" name="iTRAQ4plex" cvRef="UNIMOD" />
     </Modification>
     <Modification location="9" residues="C" monoisotopicMassDelta="45.987721">
       <cvParam accession="UNIMOD:39" name="Methylthio" cvRef="UNIMOD" />
     </Modification>
     <SubstitutionModification location="12" originalResidue="X" replacementResidue="A" />
   </Peptide>

Originally posted by @vrkosk in compomics/ms2rescore#106 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant