From: Matthew C. <mat...@va...> - 2009-12-17 22:29:22
|
In our CV, the m/z term is a unit, not the name of the measurement. If you recall, we had the same problem in mzML. We solved it by making specific terms with m/z in the name, but not the whole name. So it should be: <CvParam cvRef="MS" accession="xxx" name="<some kind of> m/z" value="862.9467" unitCvRef="MS" unitAccession="MS:1000040" unitName="m/z" /> -Matt Eric Deutsch wrote: >> Also, the precursor and product elements use cvParams for m/z, but just >> like mzML's selectedIon elements, we can't use the m/z unit as the main >> term for this. We could either re-use selected ion m/z (awkward?) or we >> could add a new term. >> > > Sorry, I'm not understanding this issue. Can you expand on this? Currently > we have: > > <Precursor> > <CvParam cvRef="MS" accession="MS:1000040" name="m/z" value="862.9467"/> > <CvParam cvRef="MS" accession="MS:1000041" name="charge state" > value="2"/> > </Precursor> > > What's wrong with this and what are you proposing? > > Thanks, > Eric > > |