From: Andreas B. <be...@in...> - 2008-12-04 16:27:45
|
Hi Pierre-Alain, > Just a question about these tolerances: > if one need to specify a union of 2 sets of tolerances, such as 200ppm > and 0.1Da (which means 200ppm with a minimum of 0.1Da), can one just > have twice the pair of tolerances? for instance: > <FragmentTolerance> > <pf:cvParam accession="PI:00412" name="search tolerance plus value" > value="0.5" cvRef="PSI-PI" unitAccession="UO:0000221" unitName="dalton" > unitCvRef="UO" /> > <pf:cvParam accession="PI:00412" name="search tolerance plus value" > value="500" cvRef="PSI-PI" unitAccession="UO:0000221" unitName="ppm" > unitCvRef="UO" /> > <pf:cvParam accession="PI:00413" name="search tolerance minus > value" value="0.5" cvRef="PSI-PI" unitAccession="UO:0000221" > unitName="dalton" unitCvRef="UO" /> > <pf:cvParam accession="PI:00412" name="search tolerance plus value" > value="500" cvRef="PSI-PI" unitAccession="UO:0000221" unitName="ppm" > unitCvRef="UO" /> > </FragmentTolerance> At the moment this cannot be done. And just repeating the terms would be confusing in my opinion. The meaning that one is a minimum mass tolerance and the other one is the one used if it is greater than the threshold would not be directly obvious while reading the file. If we want to support such constructs we need schema changes here, I think. Are there any search engines which allow for such a specification of the tolerance? Cheers, A. -- Div. for Simulation of Biological Systems, WSI, University of Tuebingen Room C322, Sand 14, 72076 Tuebingen, Germany phone: +49-7071-29-70461 fax: +49-7071-29-5152 http://www-bs.informatik.uni-tuebingen.de |