|
From: Kessner, D. E. <Dar...@cs...> - 2008-02-06 18:58:58
|
I would like to propose using standard acronyms in the CV term names
when it is clear what they mean.
We currently have:
<cvParam cvLabel="MS" accession="MS:1000075" name="matrix assisted laser
desorption ionization" value=""/>
<cvParam cvLabel="MS" accession="MS:1000079" name="fourier transform ion
cyclotron resonance mass spectrometer" value=""/>
I think this is more readable:
<cvParam cvLabel="MS" accession="MS:1000075" name="MALDI" value=""/>
<cvParam cvLabel="MS" accession="MS:1000079" name="FT-ICR MS" value=""/>
The full name can still be available in the term description field.
I have an ulterior motive for this -- in the code generation of the
MSData library, the above terms become constants:
MS_matrix_assisted_laser_desorption_ionization = 1000075,
MS_fourier_transform_ion_cyclotron_resonance_mass_spectrometer =
1000079,
But I think the following is more programmer-friendly:
MS_MALDI = 1000075,
MS_FT_ICR_MS = 1000079,
Darren
Darren Kessner
Scientific Programmer
Dar...@cs...
310-423-9538
Spielberg Family Center for Applied Proteomics
Cedars-Sinai Medical Center
http://www.sfcap.cshs.org/
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.
|