From: Eric D. <ede...@sy...> - 2007-11-26 19:01:36
|
[Posted on behalf of Darren Kessner] =20 Hi all, =20 First some background - we (Parag Mallick's lab SFCAP at Cedars-Sinai) have a tool that does a recalculation of precursor m/z values for ms2 spectra by analyzing the associated FT survey scan. During this analysis, we often find multiple species in a small window around the reported precursor. We would like to report all these precursors, preferably with scores, for use downstream during the database search. =20 Two possibities of encoding this information come to mind: 1) Adding the multiple precursors as additional <precursor> elements in the <precursorList>. I'm not sure if this is the intended use of the <precursorList>. 2) Adding multiple <ionSelection> elements to a single <precursor> element: =20 <precursor spectrumRef=3D"19"> <ionSelection> <cvParam cvLabel=3D"MS" accession=3D"MS:1000040" name=3D"m/z" value=3D"445.34"/> <cvParam cvLabel=3D"MS" accession=3D"MS:1000041" name=3D"charge state" value=3D"2"/> </ionSelection> <ionSelection> <cvParam cvLabel=3D"MS" accession=3D"MS:1000040" name=3D"m/z" value=3D"444.00"/> <cvParam cvLabel=3D"MS" accession=3D"MS:1000041" name=3D"charge state" value=3D"1"/> </ionSelection> <activation> ...=20 </activation> </precursor> =20 Adding this second <ionSelection> element causes validation to fail with the online validator. =20 We would like to report an assoicated score with each precursor m/z value, but I'm not sure what the preferred way is to do that. =20 <ionSelection> <cvParam cvLabel=3D"MS" accession=3D"MS:1000040" = name=3D"m/z" value=3D"444.00"/> <cvParam cvLabel=3D"MS" accession=3D"MS:1000041" = name=3D"charge state" value=3D"1"/> <cvParam cvLabel=3D"MS" accession=3D"MS:9999999" = name=3D"score" value=3D".89"/> <-- ???? </ionSelection> =20 =20 Darren =20 =20 Darren Kessner Scientific Programmer Dar...@cs... 310-423-9538 =20 Spielberg Family Center for Applied Proteomics Cedars-Sinai Medical Center http://www.sfcap.cshs.org/ <http://www.sfcap.cshs.org/>=20 =20 =20 =20 IMPORTANT WARNING: This message is intended for the use of the person or entity to which it is addressed and may contain information that is privileged and confidential, the disclosure of which is governed by applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this information is STRICTLY PROHIBITED. If you have received this message in error, please notify us immediately by calling (310) 423-6428 and destroy the related message. Thank You for your cooperation. =20 |