mspire 0.6.7 → 0.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. data/Rakefile +5 -0
  2. data/VERSION +1 -1
  3. data/lib/cv/param.rb +25 -5
  4. data/lib/cv/referenceable_param_group_ref.rb +13 -0
  5. data/lib/cv.rb +3 -1
  6. data/lib/ms/cv/param.rb +19 -24
  7. data/lib/ms/cv/paramable.rb +42 -0
  8. data/lib/ms/mzml/activation.rb +33 -0
  9. data/lib/ms/mzml/chromatogram.rb +29 -0
  10. data/lib/ms/mzml/chromatogram_list.rb +26 -0
  11. data/lib/ms/mzml/component.rb +21 -0
  12. data/lib/ms/mzml/contact.rb +23 -0
  13. data/lib/ms/mzml/cv.rb +46 -0
  14. data/lib/ms/mzml/data_array.rb +65 -0
  15. data/lib/ms/mzml/data_array_container_like.rb +57 -0
  16. data/lib/ms/mzml/data_processing.rb +27 -0
  17. data/lib/ms/mzml/file_content.rb +21 -0
  18. data/lib/ms/mzml/file_description.rb +47 -0
  19. data/lib/ms/mzml/instrument_configuration.rb +37 -0
  20. data/lib/ms/mzml/isolation_window.rb +21 -0
  21. data/lib/ms/mzml/list.rb +23 -0
  22. data/lib/ms/mzml/precursor.rb +42 -0
  23. data/lib/ms/mzml/processing_method.rb +24 -0
  24. data/lib/ms/mzml/product.rb +22 -0
  25. data/lib/ms/mzml/referenceable_param_group.rb +40 -0
  26. data/lib/ms/mzml/run.rb +54 -0
  27. data/lib/ms/mzml/sample.rb +27 -0
  28. data/lib/ms/mzml/scan.rb +44 -0
  29. data/lib/ms/mzml/scan_list.rb +33 -0
  30. data/lib/ms/mzml/scan_settings.rb +28 -0
  31. data/lib/ms/mzml/selected_ion.rb +18 -0
  32. data/lib/ms/mzml/software.rb +28 -0
  33. data/lib/ms/mzml/source_file.rb +48 -0
  34. data/lib/ms/mzml/spectrum.rb +91 -0
  35. data/lib/ms/mzml/spectrum_list.rb +42 -0
  36. data/lib/ms/mzml.rb +173 -6
  37. data/lib/ms/quant/qspec/protein_group_comparison.rb +3 -3
  38. data/lib/ms/quant/qspec.rb +4 -4
  39. data/lib/ms/spectrum.rb +137 -260
  40. data/lib/ms/spectrum_like.rb +133 -0
  41. data/lib/ms/user_param.rb +43 -0
  42. data/lib/mspire.rb +6 -0
  43. data/obo/ms.obo +670 -121
  44. data/obo/unit.obo +23 -1
  45. data/spec/ms/cv/param_spec.rb +33 -0
  46. data/spec/ms/mzml/cv_spec.rb +17 -0
  47. data/spec/ms/mzml/file_content_spec.rb +25 -0
  48. data/spec/ms/mzml/file_description_spec.rb +34 -0
  49. data/spec/ms/mzml/referenceable_param_group_spec.rb +33 -0
  50. data/spec/ms/mzml_spec.rb +65 -4
  51. data/spec/ms/user_param_spec.rb +51 -0
  52. data/spec/mspire_spec.rb +9 -0
  53. data/spec/testfiles/ms/mzml/mspire_simulated.noidx.check.mzML +81 -0
  54. metadata +57 -21
  55. data/lib/cv/description.rb +0 -19
  56. data/lib/ms/cv/description.rb +0 -44
  57. data/lib/msplat.rb +0 -2
  58. data/spec/ms/cv/description_spec.rb +0 -60
  59. data/spec/msplat_spec.rb +0 -24
data/obo/ms.obo CHANGED
@@ -1,16 +1,13 @@
1
-
2
1
  format-version: 1.2
3
- date: 4:10:2011 11:40
4
- saved-by: david ovelleiro
5
- auto-generated-by: OBO-Edit 2.1-beta 13
2
+ data-version: 3.18.0
3
+ date: 10:02:2012 17:09
4
+ saved-by: Gerhard Mayer
5
+ auto-generated-by: OBO-Edit 2.1
6
+ import: http://unit-ontology.googlecode.com/svn/trunk/unit.obo
6
7
  default-namespace: MS
7
8
  remark: namespace: MS
8
- data-version: 3.11.0
9
- remark: version: 3.11.0
10
- remark: release date: 2011-10-4
11
- remark: increment 'x' when a first level term is renamed, added, deleted, or rearranged in the structure.
12
- remark: increment 'y' when any other term is added or obsoleted.
13
- remark: increment 'z' when a term name, definition, or relationship is edited.
9
+ remark: version: 3.18.0
10
+ remark: release date: 2012-02-10
14
11
  remark: coverage: Mass spectrometer output files and spectra interpretation
15
12
  remark: creator: Matt Chambers <matt.chambers <-at-> vanderbilt.edu>
16
13
  remark: creator: Andreas Bertsch <bertsch <-at-> informatik.uni-tuebingen.de>
@@ -18,9 +15,21 @@ remark: creator: Marius Kallhardt <Marius.Kallhardt <-at-> bdal.de>
18
15
  remark: creator: Eric Deutsch <edeutsch <-at-> systemsbiology.org>
19
16
  remark: creator: Fredrik Levander <fredrik.levander <-at-> immun.lth.se>
20
17
  remark: creator: Gerhard Mayer <mayerg97 <-at-> rub.de>
21
- remark: publisher: HUPO Proteomics Standards Initiative Mass Spectrometry Standards Working Group and HUPO Proteomics Standards Initiative Proteomics Informatics Working Group
18
+ remark: publisher: HUPO Proteomics Standards Initiative Mass Spectrometry Standards Working Group and HUPO Proteomics Standards Initiative Proteomics Informatics Working Group
22
19
  remark: When appropriate the definition and synonyms of a term are reported exactly as in the chapter 12 of IUPAC orange book. See http://www.iupac.org/projects/2003/2003-056-2-500.html.
23
- import: http://obo.cvs.sourceforge.net/*checkout*/obo/obo/ontology/phenotype/unit.obo
20
+
21
+ [Typedef]
22
+ id: has_regexp
23
+ name: has regexp
24
+
25
+ [Typedef]
26
+ id: has_units
27
+ name: has_units
28
+
29
+ [Typedef]
30
+ id: part_of
31
+ name: part_of
32
+ is_transitive: true
24
33
 
25
34
  [Term]
26
35
  id: MS:0000000
@@ -235,7 +244,7 @@ relationship: has_units UO:0000106 ! hertz
235
244
  [Term]
236
245
  id: MS:1000030
237
246
  name: vendor
238
- def: "OBSOLETE Name of instrument vendor" [PSI:MS]
247
+ def: "OBSOLETE Name of instrument vendor." [PSI:MS]
239
248
  comment: This term was made obsolete because it was replaced by instrument model (MS:1000031)
240
249
  is_obsolete: true
241
250
 
@@ -273,7 +282,7 @@ is_a: MS:1000543 ! data processing action
273
282
  [Term]
274
283
  id: MS:1000036
275
284
  name: scan mode
276
- def: "OBSOLETE" [PSI:MS]
285
+ def: "OBSOLETE." [PSI:MS]
277
286
  comment: This term was made obsolete because...just because.
278
287
  is_obsolete: true
279
288
 
@@ -542,14 +551,14 @@ is_a: MS:1000247 ! desorption ionization
542
551
  [Term]
543
552
  id: MS:1000076
544
553
  name: negative ion mode
545
- def: "OBSOLETE" [PSI:MS]
554
+ def: "OBSOLETE." [PSI:MS]
546
555
  comment: This term was made obsolete because it was replaced by negative scan (MS:1000129)
547
556
  is_obsolete: true
548
557
 
549
558
  [Term]
550
559
  id: MS:1000077
551
560
  name: positive ion mode
552
- def: "OBSOLETE" [PSI:MS]
561
+ def: "OBSOLETE." [PSI:MS]
553
562
  comment: This term was made obsolete because it was replaced by positive scan (MS:1000130)
554
563
  is_obsolete: true
555
564
 
@@ -557,7 +566,7 @@ is_obsolete: true
557
566
  id: MS:1000078
558
567
  name: axial ejection linear ion trap
559
568
  def: "A linear ion trap mass spectrometer where ions are ejected along the axis of the analyzer." [PSI:MS]
560
- is_a: MS:1000264 ! ion trap
569
+ is_a: MS:1000291 ! linear ion trap
561
570
 
562
571
  [Term]
563
572
  id: MS:1000079
@@ -591,7 +600,7 @@ is_a: MS:1000264 ! ion trap
591
600
  id: MS:1000083
592
601
  name: radial ejection linear ion trap
593
602
  def: "A linear ion trap mass spectrometer where ions are ejected along the radius of the analyzer." [PSI:MS]
594
- is_a: MS:1000264 ! ion trap
603
+ is_a: MS:1000291 ! linear ion trap
595
604
 
596
605
  [Term]
597
606
  id: MS:1000084
@@ -954,7 +963,7 @@ is_a: MS:1000510 ! precursor activation attribute
954
963
 
955
964
  [Term]
956
965
  id: MS:1000139
957
- name: 4000 Q TRAP
966
+ name: 4000 QTRAP
958
967
  def: "Applied Biosystems/MDS SCIEX Q 4000 TRAP MS." [PSI:MS]
959
968
  is_a: MS:1000121 ! AB SCIEX instrument model
960
969
 
@@ -1833,7 +1842,7 @@ id: MS:1000270
1833
1842
  name: multiple stage mass spectrometry
1834
1843
  def: "Multiple stages of precursor ion m/z selection followed by product ion detection for successive progeny ions." [PSI:MS]
1835
1844
  synonym: "MSn" EXACT []
1836
- is_a: MS:1000445 ! sequential m/z separation method ?
1845
+ is_a: MS:1000445 ! sequential m/z separation method
1837
1846
 
1838
1847
  [Term]
1839
1848
  id: MS:1000271
@@ -2015,9 +2024,11 @@ is_a: MS:1000479 ! purgatory
2015
2024
  [Term]
2016
2025
  id: MS:1000297
2017
2026
  name: paul ion trap
2018
- def: "A device that permits the trapping of ions by means of an alternating current voltage. The ejection of ions with a m/z less than a prescribed value and retention of those with higher mass depends on the application of radio frequency voltages between a ring electrode and two end-cap electrodes to confine the ions in a circular path. The choice of these voltages determines the m/z below which ions are ejected." [PSI:MS]
2027
+ def: "OBSOLETE A device that permits the trapping of ions by means of an alternating current voltage. The ejection of ions with a m/z less than a prescribed value and retention of those with higher mass depends on the application of radio frequency voltages between a ring electrode and two end-cap electrodes to confine the ions in a circular path. The choice of these voltages determines the m/z below which ions are ejected." [PSI:MS]
2028
+ comment: This term was made obsolete because it is redundant to quadrupole ion trap
2019
2029
  synonym: "quadrupole ion trap" RELATED []
2020
2030
  is_a: MS:1000479 ! purgatory
2031
+ is_obsolete: true
2021
2032
 
2022
2033
  [Term]
2023
2034
  id: MS:1000298
@@ -2165,7 +2176,7 @@ is_a: MS:1000597 ! ion optics type
2165
2176
  id: MS:1000321
2166
2177
  name: 2E Mass Spectrum
2167
2178
  def: "A mass spectrum obtained by setting the electric sector field E to twice the value required to transmit the main ion-beam thereby allowing ions with a kinetic energy-to-charge ratio twice that of the main ion-beam to be transmitted. Product ions resulting from partial charge transfer reactions such as m^2+ + N ? m^+ + N^+ that occur in a collision cell (containing a gas, N) located in a field-free region preceding a magnetic and electric sector combination are detected. When the magnetic sector field B is scanned, a mass spectrum of singly charged product ions of doubly charged precursor ions is obtained." [PSI:MS]
2168
- is_a: MS:1000445 ! sequential m/z separation method ?
2179
+ is_a: MS:1000445 ! sequential m/z separation method
2169
2180
 
2170
2181
  [Term]
2171
2182
  id: MS:1000322
@@ -2252,19 +2263,19 @@ is_a: MS:1000329 ! linked scan
2252
2263
  id: MS:1000334
2253
2264
  name: MS/MS in Time
2254
2265
  def: "A tandem mass spectrometry method in which product ion spectra are recorded in a single m/z analyzer (such as a Paul Ion Trap or FTMS) in discreet steps over time. Ions in a specific m/z range are selected, dissociated, and the product ions analyzed sequentially in time." [PSI:MS]
2255
- is_a: MS:1000445 ! sequential m/z separation method ?
2266
+ is_a: MS:1000445 ! sequential m/z separation method
2256
2267
 
2257
2268
  [Term]
2258
2269
  id: MS:1000335
2259
2270
  name: MS/MS in Space
2260
2271
  def: "A tandem mass spectrometry method in which product ion spectra are recorded in m/z analyzers separated in space. Specific m/z separation functions are designed such that in one section of the instrument ions are selected, dissociated in an intermediate region, and the product ions are then transmitted to another analyser for m/z separation and data acquisition." [PSI:MS]
2261
- is_a: MS:1000445 ! sequential m/z separation method ?
2272
+ is_a: MS:1000445 ! sequential m/z separation method
2262
2273
 
2263
2274
  [Term]
2264
2275
  id: MS:1000336
2265
2276
  name: neutral loss
2266
2277
  def: "The loss of an uncharged species during a rearrangement process." [PSI:MS]
2267
- is_a: MS:1000445 ! sequential m/z separation method ?
2278
+ is_a: MS:1000445 ! sequential m/z separation method
2268
2279
  is_a: MS:1001055 ! modification parameters
2269
2280
 
2270
2281
  [Term]
@@ -2297,7 +2308,7 @@ is_a: MS:1000506 ! ion role
2297
2308
  [Term]
2298
2309
  id: MS:1000341
2299
2310
  name: precursor ion spectrum
2300
- def: "Spectrum generated by scanning precursor m/z while monitoring a fixed product m/z" [PSI:MS]
2311
+ def: "Spectrum generated by scanning precursor m/z while monitoring a fixed product m/z." [PSI:MS]
2301
2312
  is_a: MS:1000294 ! mass spectrum
2302
2313
  is_a: MS:1000524 ! data file content
2303
2314
 
@@ -2929,7 +2940,7 @@ relationship: part_of MS:1000479 ! purgatory
2929
2940
  [Term]
2930
2941
  id: MS:1000445
2931
2942
  name: sequential m/z separation method
2932
- def: "sequential m/z separation method." [PSI:MS]
2943
+ def: "Sequential m/z separation method." [PSI:MS]
2933
2944
  relationship: part_of MS:1000479 ! purgatory
2934
2945
 
2935
2946
  [Term]
@@ -3532,10 +3543,10 @@ is_a: MS:1001457 ! data processing software
3532
3543
  id: MS:1000534
3533
3544
  name: MassLynx
3534
3545
  def: "Micromass software for data acquisition and analysis." [PSI:MS]
3546
+ is_a: MS:1000694 ! Waters software
3535
3547
  is_a: MS:1001455 ! acquisition software
3536
3548
  is_a: MS:1001456 ! analysis software
3537
3549
  is_a: MS:1001457 ! data processing software
3538
- is_a: MS:1000694 ! Waters software
3539
3550
 
3540
3551
  [Term]
3541
3552
  id: MS:1000535
@@ -4226,61 +4237,61 @@ is_a: MS:1000455 ! ion selection attribute
4226
4237
  [Term]
4227
4238
  id: MS:1000634
4228
4239
  name: DSQ
4229
- def: "ThermoFinnigan DSQ GC-MS" [PSI:MS]
4240
+ def: "ThermoFinnigan DSQ GC-MS." [PSI:MS]
4230
4241
  is_a: MS:1000125 ! Thermo Finnigan instrument model
4231
4242
 
4232
4243
  [Term]
4233
4244
  id: MS:1000635
4234
4245
  name: ITQ 700
4235
- def: "Thermo Scientific ITQ 700 GC-MS" [PSI:MS]
4246
+ def: "Thermo Scientific ITQ 700 GC-MS." [PSI:MS]
4236
4247
  is_a: MS:1000494 ! Thermo Scientific instrument model
4237
4248
 
4238
4249
  [Term]
4239
4250
  id: MS:1000636
4240
4251
  name: ITQ 900
4241
- def: "Thermo Scientific ITQ 900 GC-MS" [PSI:MS]
4252
+ def: "Thermo Scientific ITQ 900 GC-MS." [PSI:MS]
4242
4253
  is_a: MS:1000494 ! Thermo Scientific instrument model
4243
4254
 
4244
4255
  [Term]
4245
4256
  id: MS:1000637
4246
4257
  name: ITQ 1100
4247
- def: "Thermo Scientific ITQ 1100 GC-MS" [PSI:MS]
4258
+ def: "Thermo Scientific ITQ 1100 GC-MS." [PSI:MS]
4248
4259
  is_a: MS:1000494 ! Thermo Scientific instrument model
4249
4260
 
4250
4261
  [Term]
4251
4262
  id: MS:1000638
4252
4263
  name: LTQ XL ETD
4253
- def: "Thermo Scientific LTQ XL MS with ETD" [PSI:MS]
4264
+ def: "Thermo Scientific LTQ XL MS with ETD." [PSI:MS]
4254
4265
  is_a: MS:1000494 ! Thermo Scientific instrument model
4255
4266
 
4256
4267
  [Term]
4257
4268
  id: MS:1000639
4258
4269
  name: LTQ Orbitrap XL ETD
4259
- def: "Thermo Scientific LTQ Orbitrap XL MS with ETD" [PSI:MS]
4270
+ def: "Thermo Scientific LTQ Orbitrap XL MS with ETD." [PSI:MS]
4260
4271
  is_a: MS:1000494 ! Thermo Scientific instrument model
4261
4272
 
4262
4273
  [Term]
4263
4274
  id: MS:1000640
4264
4275
  name: DFS
4265
- def: "Thermo Scientific DFS HR GC-MS" [PSI:MS]
4276
+ def: "Thermo Scientific DFS HR GC-MS." [PSI:MS]
4266
4277
  is_a: MS:1000494 ! Thermo Scientific instrument model
4267
4278
 
4268
4279
  [Term]
4269
4280
  id: MS:1000641
4270
4281
  name: DSQ II
4271
- def: "Thermo Scientific DSQ II GC-MS" [PSI:MS]
4282
+ def: "Thermo Scientific DSQ II GC-MS." [PSI:MS]
4272
4283
  is_a: MS:1000494 ! Thermo Scientific instrument model
4273
4284
 
4274
4285
  [Term]
4275
4286
  id: MS:1000642
4276
4287
  name: MALDI LTQ XL
4277
- def: "Thermo Scientific MALDI LTQ XL MS" [PSI:MS]
4288
+ def: "Thermo Scientific MALDI LTQ XL MS." [PSI:MS]
4278
4289
  is_a: MS:1000494 ! Thermo Scientific instrument model
4279
4290
 
4280
4291
  [Term]
4281
4292
  id: MS:1000643
4282
4293
  name: MALDI LTQ Orbitrap
4283
- def: "Thermo Scientific MALDI LTQ Orbitrap MS" [PSI:MS]
4294
+ def: "Thermo Scientific MALDI LTQ Orbitrap MS." [PSI:MS]
4284
4295
  is_a: MS:1000494 ! Thermo Scientific instrument model
4285
4296
 
4286
4297
  [Term]
@@ -4292,31 +4303,31 @@ is_a: MS:1000494 ! Thermo Scientific instrument model
4292
4303
  [Term]
4293
4304
  id: MS:1000645
4294
4305
  name: Element XR
4295
- def: "Thermo Scientific Element XR HR-ICP-MS" [PSI:MS]
4306
+ def: "Thermo Scientific Element XR HR-ICP-MS." [PSI:MS]
4296
4307
  is_a: MS:1000494 ! Thermo Scientific instrument model
4297
4308
 
4298
4309
  [Term]
4299
4310
  id: MS:1000646
4300
4311
  name: Element 2
4301
- def: "Thermo Scientific Element 2 HR-ICP-MS" [PSI:MS]
4312
+ def: "Thermo Scientific Element 2 HR-ICP-MS." [PSI:MS]
4302
4313
  is_a: MS:1000494 ! Thermo Scientific instrument model
4303
4314
 
4304
4315
  [Term]
4305
4316
  id: MS:1000647
4306
4317
  name: Element GD
4307
- def: "Thermo Scientific Element GD Glow Discharge MS" [PSI:MS]
4318
+ def: "Thermo Scientific Element GD Glow Discharge MS." [PSI:MS]
4308
4319
  is_a: MS:1000494 ! Thermo Scientific instrument model
4309
4320
 
4310
4321
  [Term]
4311
4322
  id: MS:1000648
4312
4323
  name: GC IsoLink
4313
- def: "Thermo Scientific GC IsoLink Isotope Ratio MS" [PSI:MS]
4324
+ def: "Thermo Scientific GC IsoLink Isotope Ratio MS." [PSI:MS]
4314
4325
  is_a: MS:1000494 ! Thermo Scientific instrument model
4315
4326
 
4316
4327
  [Term]
4317
4328
  id: MS:1000649
4318
4329
  name: Exactive
4319
- def: "Thermo Scientific Exactive MS" [PSI:MS]
4330
+ def: "Thermo Scientific Exactive MS." [PSI:MS]
4320
4331
  is_a: MS:1000494 ! Thermo Scientific instrument model
4321
4332
 
4322
4333
  [Term]
@@ -4354,19 +4365,19 @@ is_a: MS:1000121 ! AB SCIEX instrument model
4354
4365
  [Term]
4355
4366
  id: MS:1000655
4356
4367
  name: QSTAR Elite
4357
- def: "AB SCIEX or Applied Biosystems|MDS SCIEX QSTAR Elite" [PSI:MS]
4368
+ def: "AB SCIEX or Applied Biosystems|MDS SCIEX QSTAR Elite." [PSI:MS]
4358
4369
  is_a: MS:1000121 ! AB SCIEX instrument model
4359
4370
 
4360
4371
  [Term]
4361
4372
  id: MS:1000656
4362
4373
  name: QSTAR Pulsar
4363
- def: "Applied Biosystems|MDS SCIEX QSTAR Pulsar" [PSI:MS]
4374
+ def: "Applied Biosystems|MDS SCIEX QSTAR Pulsar." [PSI:MS]
4364
4375
  is_a: MS:1000121 ! AB SCIEX instrument model
4365
4376
 
4366
4377
  [Term]
4367
4378
  id: MS:1000657
4368
4379
  name: QSTAR XL
4369
- def: "Applied Biosystems|MDS SCIEX QSTAR XL" [PSI:MS]
4380
+ def: "Applied Biosystems|MDS SCIEX QSTAR XL." [PSI:MS]
4370
4381
  is_a: MS:1000121 ! AB SCIEX instrument model
4371
4382
 
4372
4383
  [Term]
@@ -4476,7 +4487,7 @@ is_a: MS:1001457 ! data processing software
4476
4487
  [Term]
4477
4488
  id: MS:1000672
4478
4489
  name: Cliquid
4479
- def: "AB SCIEX or Applied Biosystems software." [PSI:MS]
4490
+ def: "AB SCIEX Cliquid software for data analysis and quantitation." [PSI:MS]
4480
4491
  is_a: MS:1000690 ! AB SCIEX software
4481
4492
 
4482
4493
  [Term]
@@ -4650,7 +4661,7 @@ is_a: MS:1001534 ! Bruker Daltonics flex series
4650
4661
  [Term]
4651
4662
  id: MS:1000697
4652
4663
  name: Bruker Daltonics HCT Series
4653
- def: "Bruker Daltonics HCT Series" [PSI:MS]
4664
+ def: "Bruker Daltonics HCT Series." [PSI:MS]
4654
4665
  is_a: MS:1000122 ! Bruker Daltonics instrument model
4655
4666
 
4656
4667
  [Term]
@@ -4662,13 +4673,13 @@ is_a: MS:1000697 ! Bruker Daltonics HCT Series
4662
4673
  [Term]
4663
4674
  id: MS:1000699
4664
4675
  name: HCTultra PTM
4665
- def: "Bruker Daltonics' HCTultra PTM: ESI TOF, Nanospray, APCI, APPI, PTR" [PSI:MS]
4676
+ def: "Bruker Daltonics' HCTultra PTM: ESI TOF, Nanospray, APCI, APPI, PTR." [PSI:MS]
4666
4677
  is_a: MS:1000697 ! Bruker Daltonics HCT Series
4667
4678
 
4668
4679
  [Term]
4669
4680
  id: MS:1000700
4670
4681
  name: HCTultra ETD II
4671
- def: "Bruker Daltonics' HCTultra ETD II: ESI Q-TOF, Nanospray, APCI, APPI, ETD" [PSI:MS]
4682
+ def: "Bruker Daltonics' HCTultra ETD II: ESI Q-TOF, Nanospray, APCI, APPI, ETD." [PSI:MS]
4672
4683
  is_a: MS:1000697 ! Bruker Daltonics HCT Series
4673
4684
 
4674
4685
  [Term]
@@ -4698,7 +4709,7 @@ is_a: MS:1001536 ! Bruker Daltonics micrOTOF series
4698
4709
  [Term]
4699
4710
  id: MS:1000705
4700
4711
  name: ultraflex III TOF/TOF
4701
- def: "Bruker Daltonics' ultraflex III TOF/TOF: MALDI TOF" [PSI:MS]
4712
+ def: "Bruker Daltonics' ultraflex III TOF/TOF: MALDI TOF." [PSI:MS]
4702
4713
  is_a: MS:1001534 ! Bruker Daltonics flex series
4703
4714
 
4704
4715
  [Term]
@@ -4755,7 +4766,7 @@ is_a: MS:1001457 ! data processing software
4755
4766
  [Term]
4756
4767
  id: MS:1000713
4757
4768
  name: Compass for HCT/esquire
4758
- def: "Bruker Compass for HCT/esquire software" [PSI:MS]
4769
+ def: "Bruker Compass for HCT/esquire software." [PSI:MS]
4759
4770
  is_a: MS:1000692 ! Bruker software
4760
4771
  is_a: MS:1001456 ! analysis software
4761
4772
  is_a: MS:1001457 ! data processing software
@@ -4965,7 +4976,7 @@ is_a: MS:1000494 ! Thermo Scientific instrument model
4965
4976
  [Term]
4966
4977
  id: MS:1000744
4967
4978
  name: selected ion m/z
4968
- def: "Mass-to-charge ratio of the ion selected for fragmentation" [PSI:MS]
4979
+ def: "Mass-to-charge ratio of the ion selected for fragmentation." [PSI:MS]
4969
4980
  xref: value-type:xsd\:float "The allowed value-type for this CV term."
4970
4981
  is_a: MS:1000455 ! ion selection attribute
4971
4982
  relationship: has_units MS:1000040 ! m/z
@@ -5144,35 +5155,35 @@ is_a: MS:1000767 ! native spectrum identifier format
5144
5155
  [Term]
5145
5156
  id: MS:1000773
5146
5157
  name: Bruker FID nativeID format
5147
- def: "file=xsd:IDREF" [PSI:MS]
5158
+ def: "file=xsd:IDREF." [PSI:MS]
5148
5159
  comment: The nativeID must be the same as the source file ID.
5149
5160
  is_a: MS:1000767 ! native spectrum identifier format
5150
5161
 
5151
5162
  [Term]
5152
5163
  id: MS:1000774
5153
5164
  name: multiple peak list nativeID format
5154
- def: "index=xsd:nonNegativeInteger" [PSI:MS]
5165
+ def: "index=xsd:nonNegativeInteger." [PSI:MS]
5155
5166
  comment: Used for conversion of peak list files with multiple spectra, i.e. MGF, PKL, merged DTA files. Index is the spectrum number in the file, starting from 0.
5156
5167
  is_a: MS:1000767 ! native spectrum identifier format
5157
5168
 
5158
5169
  [Term]
5159
5170
  id: MS:1000775
5160
5171
  name: single peak list nativeID format
5161
- def: "file=xsd:IDREF" [PSI:MS]
5172
+ def: "file=xsd:IDREF." [PSI:MS]
5162
5173
  comment: The nativeID must be the same as the source file ID. Used for conversion of peak list files with one spectrum per file, typically folder of PKL or DTAs, each sourceFileRef is different.
5163
5174
  is_a: MS:1000767 ! native spectrum identifier format
5164
5175
 
5165
5176
  [Term]
5166
5177
  id: MS:1000776
5167
5178
  name: scan number only nativeID format
5168
- def: "scan=xsd:nonNegativeInteger" [PSI:MS]
5179
+ def: "scan=xsd:nonNegativeInteger." [PSI:MS]
5169
5180
  comment: Used for conversion from mzXML, or DTA folder where native scan numbers can be derived.
5170
5181
  is_a: MS:1000767 ! native spectrum identifier format
5171
5182
 
5172
5183
  [Term]
5173
5184
  id: MS:1000777
5174
5185
  name: spectrum identifier nativeID format
5175
- def: "spectrum=xsd:nonNegativeInteger" [PSI:MS]
5186
+ def: "spectrum=xsd:nonNegativeInteger." [PSI:MS]
5176
5187
  comment: Used for conversion from mzData. The spectrum id attribute is referenced.
5177
5188
  is_a: MS:1000767 ! native spectrum identifier format
5178
5189
 
@@ -5268,14 +5279,14 @@ relationship: has_units UO:0000269 ! absorbance unit
5268
5279
  [Term]
5269
5280
  id: MS:1000789
5270
5281
  name: enhanced multiply charged spectrum
5271
- def: "MS1 spectrum that is enriched in multiply-charged ions compared to singly-charged ions" [PSI:MS]
5282
+ def: "MS1 spectrum that is enriched in multiply-charged ions compared to singly-charged ions." [PSI:MS]
5272
5283
  is_a: MS:1000524 ! data file content
5273
5284
  is_a: MS:1000579 ! MS1 spectrum
5274
5285
 
5275
5286
  [Term]
5276
5287
  id: MS:1000790
5277
5288
  name: time-delayed fragmentation spectrum
5278
- def: "MSn spectrum in which the product ions are collected after a time delay, which allows the observation of lower energy fragmentation processes after precursor ion activation" [PSI:MS]
5289
+ def: "MSn spectrum in which the product ions are collected after a time delay, which allows the observation of lower energy fragmentation processes after precursor ion activation." [PSI:MS]
5279
5290
  is_a: MS:1000524 ! data file content
5280
5291
  is_a: MS:1000580 ! MSn spectrum
5281
5292
 
@@ -5604,27 +5615,28 @@ relationship: has_units UO:0000175 ! gram per liter
5604
5615
 
5605
5616
  [Term]
5606
5617
  id: MS:1000836
5607
- name: dried dropplet
5608
- def: "Def." [PSI:MS]
5618
+ name: dried droplet MALDI matrix preparation
5619
+ def: "Dried droplet in MALDI matrix preparation." [PSI:MS]
5609
5620
  is_a: MS:1000833 ! matrix application type
5610
5621
 
5611
5622
  [Term]
5612
5623
  id: MS:1000837
5613
- name: printed
5614
- def: "Def." [PSI:MS]
5624
+ name: printed MALDI matrix preparation
5625
+ def: "Printed MALDI matrix preparation." [PSI:MS]
5615
5626
  is_a: MS:1000833 ! matrix application type
5616
5627
 
5617
5628
  [Term]
5618
5629
  id: MS:1000838
5619
- name: sprayed
5620
- def: "Def." [PSI:MS]
5630
+ name: sprayed MALDI matrix preparation
5631
+ def: "Sprayed MALDI matrix preparation." [PSI:MS]
5621
5632
  is_a: MS:1000833 ! matrix application type
5622
5633
 
5623
5634
  [Term]
5624
5635
  id: MS:1000839
5625
- name: precoated plate
5626
- def: "Def." [PSI:MS]
5636
+ name: precoated MALDI sample plate
5637
+ def: "Precoated MALDI sample plate." [PSI:MS]
5627
5638
  is_a: MS:1000833 ! matrix application type
5639
+ is_a: MS:1001938 ! sample plate type
5628
5640
 
5629
5641
  [Term]
5630
5642
  id: MS:1000840
@@ -5881,7 +5893,7 @@ relationship: has_units UO:0000218 ! volt
5881
5893
 
5882
5894
  [Term]
5883
5895
  id: MS:1000877
5884
- name: tube lens
5896
+ name: tube lens voltage
5885
5897
  def: "Potential difference setting of the tube lens in volts." [PSI:MS]
5886
5898
  xref: value-type:xsd\:float "The allowed value-type for this CV term."
5887
5899
  is_a: MS:1000482 ! source attribute
@@ -6253,7 +6265,7 @@ is_a: MS:1000121 ! AB SCIEX instrument model
6253
6265
  [Term]
6254
6266
  id: MS:1000932
6255
6267
  name: TripleTOF 5600
6256
- def: "Applied Biosystems|MDS SCIEX TripleTOF 5500, a quadrupole - quadrupole - time-of-flight mass spectrometer." [PSI:MS]
6268
+ def: "AB SCIEX TripleTOF 5600, a quadrupole - quadrupole - time-of-flight mass spectrometer." [PSI:MS]
6257
6269
  is_a: MS:1000121 ! AB SCIEX instrument model
6258
6270
 
6259
6271
  [Term]
@@ -6739,6 +6751,8 @@ replaced_by: MS:1001470
6739
6751
  id: MS:1001091
6740
6752
  name: NoEnzyme
6741
6753
  is_a: MS:1001045 ! cleavage agent name
6754
+ comment: This term was made obsolete because it is ambiguous and is replaced by NoCleavage (MS:1001955) and unspecific cleavage (MS:1001956).
6755
+ is_obsolete: true
6742
6756
 
6743
6757
  [Term]
6744
6758
  id: MS:1001092
@@ -6883,7 +6897,7 @@ is_a: MS:1001105 ! peptide result details
6883
6897
  [Term]
6884
6898
  id: MS:1001114
6885
6899
  name: retention time(s)
6886
- def: "Retention time of the spectrum from the source file" [PSI:PI]
6900
+ def: "Retention time of the spectrum from the source file." [PSI:PI]
6887
6901
  xref: value-type:xsd\:double "The allowed value-type for this CV term."
6888
6902
  is_a: MS:1001105 ! peptide result details
6889
6903
  is_a: MS:1001405 ! spectrum identification result details
@@ -7050,7 +7064,7 @@ is_a: MS:1001129 ! quantification information
7050
7064
  [Term]
7051
7065
  id: MS:1001140
7052
7066
  name: quantitation software version
7053
- def: "OBSOLETE Quantitation software version" [PSI:PI]
7067
+ def: "OBSOLETE Quantitation software version." [PSI:PI]
7054
7068
  comment: This term was made obsolete because part of mzQuantML schema.
7055
7069
  is_a: MS:1001129 ! quantification information
7056
7070
  is_obsolete: true
@@ -7339,10 +7353,10 @@ is_a: MS:1001056 ! modification specificity rule
7339
7353
  id: MS:1001191
7340
7354
  name: p-value
7341
7355
  def: "OBSOLETE Quality estimation by p-value." [PSI:PI]
7342
- xref: value-type:xsd\:double "The allowed value-type for this CV term."
7343
7356
  comment: This term was made obsolete because now is split into peptide and protein terms
7344
- is_a: MS:1001092 ! peptide quality estimation measure
7345
- is_a: MS:1001198 ! protein quality estimation measure
7357
+ xref: value-type:xsd\:double "The allowed value-type for this CV term."
7358
+ is_a: MS:1001092 ! peptide identification confidence metric
7359
+ is_a: MS:1001198 ! protein identification confidence metric
7346
7360
  is_obsolete: true
7347
7361
 
7348
7362
  [Term]
@@ -7932,6 +7946,8 @@ is_a: MS:1001249 ! search input details
7932
7946
  [Term]
7933
7947
  id: MS:1001303
7934
7948
  name: Arg-C
7949
+ def: "Endoproteinase Arg-C." [PSI:PI]
7950
+ synonym: "Clostripain" EXACT []
7935
7951
  is_a: MS:1001045 ! cleavage agent name
7936
7952
  relationship: has_regexp MS:1001272 ! (?<=R)(?!P)
7937
7953
 
@@ -7956,6 +7972,7 @@ relationship: has_regexp MS:1001332 ! (?<=[FYWL])(?!P)
7956
7972
  [Term]
7957
7973
  id: MS:1001307
7958
7974
  name: CNBr
7975
+ def: "Cyanogen bromide." [PSI:PI]
7959
7976
  is_a: MS:1001045 ! cleavage agent name
7960
7977
  relationship: has_regexp MS:1001333 ! (?<=M)
7961
7978
 
@@ -8203,7 +8220,7 @@ is_a: MS:1001347 ! database file formats
8203
8220
  [Term]
8204
8221
  id: MS:1001349
8205
8222
  name: ASN.1
8206
- def: "The sequence database was storen in the ASN.1 format." [PSI:PI]
8223
+ def: "The sequence database was stored in the ASN.1 format." [PSI:PI]
8207
8224
  is_a: MS:1001347 ! database file formats
8208
8225
 
8209
8226
  [Term]
@@ -8908,7 +8925,7 @@ is_a: MS:1001471 ! peptide modification details
8908
8925
  [Term]
8909
8926
  id: MS:1001461
8910
8927
  name: greylag
8911
- def: "greylag identification software, wee greylag.org." [PSI:PI]
8928
+ def: "Greylag identification software, see greylag.org." [PSI:PI]
8912
8929
  is_a: MS:1001456 ! analysis software
8913
8930
 
8914
8931
  [Term]
@@ -9080,8 +9097,8 @@ is_a: MS:1001456 ! analysis software
9080
9097
  id: MS:1001488
9081
9098
  name: Mascot Distiller
9082
9099
  def: "Mascot Distiller." [PSI:PI]
9083
- is_a: MS:1001456 ! analysis software
9084
9100
  is_a: MS:1001139 ! quantitation software name
9101
+ is_a: MS:1001456 ! analysis software
9085
9102
 
9086
9103
  [Term]
9087
9104
  id: MS:1001489
@@ -9098,7 +9115,7 @@ is_a: MS:1001456 ! analysis software
9098
9115
  [Term]
9099
9116
  id: MS:1001491
9100
9117
  name: percolator:Q value
9101
- def: "percolator:Q value." [PSI:PI]
9118
+ def: "Percolator:Q value." [PSI:PI]
9102
9119
  xref: value-type:xsd\:double "The allowed value-type for this CV term."
9103
9120
  is_a: MS:1001143 ! search engine specific score for peptides
9104
9121
  is_a: MS:1001153 ! search engine specific score
@@ -9107,7 +9124,7 @@ is_a: MS:1001868 ! q-value for peptides
9107
9124
  [Term]
9108
9125
  id: MS:1001492
9109
9126
  name: percolator:score
9110
- def: "percolator:score." [PSI:PI]
9127
+ def: "Percolator:score." [PSI:PI]
9111
9128
  xref: value-type:xsd\:double "The allowed value-type for this CV term."
9112
9129
  is_a: MS:1001143 ! search engine specific score for peptides
9113
9130
  is_a: MS:1001153 ! search engine specific score
@@ -9344,8 +9361,8 @@ relationship: has_units UO:0000221 ! dalton
9344
9361
 
9345
9362
  [Term]
9346
9363
  id: MS:1001526
9347
- name: spectrum from database nativeID format
9348
- def: "databasekey=xsd:Long" [PSI:MS]
9364
+ name: spectrum from database integer nativeID format
9365
+ def: "databasekey=xsd:long." [PSI:MS]
9349
9366
  comment: A unique identifier of a spectrum stored in a database (e.g. a PRIMARY KEY identifier).
9350
9367
  is_a: MS:1000767 ! native spectrum identifier format
9351
9368
 
@@ -9358,7 +9375,7 @@ is_a: MS:1000560 ! mass spectrometer file format
9358
9375
  [Term]
9359
9376
  id: MS:1001528
9360
9377
  name: Mascot query number
9361
- def: "query=xsd:nonNegativeInteger" [PSI:MS]
9378
+ def: "query=xsd:nonNegativeInteger." [PSI:MS]
9362
9379
  comment: The spectrum (query) number in a Mascot results file, starting from 1.
9363
9380
  is_a: MS:1000767 ! native spectrum identifier format
9364
9381
  is_a: MS:1001405 ! spectrum identification result details
@@ -9372,22 +9389,22 @@ is_a: MS:1001249 ! search input details
9372
9389
  [Term]
9373
9390
  id: MS:1001530
9374
9391
  name: mzML unique identifier
9375
- def: "mzMLid=xsd:IDREF" [PSI:MS]
9376
- comment: A unique identifier of a spectrum stored in an mzML file
9392
+ def: "mzMLid=xsd:IDREF." [PSI:MS]
9393
+ comment: A unique identifier of a spectrum stored in an mzML file.
9377
9394
  is_a: MS:1001529 ! spectra data details
9378
9395
 
9379
9396
  [Term]
9380
9397
  id: MS:1001531
9381
9398
  name: spectrum from ProteinScape database nativeID format
9382
- def: "databasekey=xsd:long" [PSI:MS]
9399
+ def: "databasekey=xsd:long." [PSI:MS]
9383
9400
  comment: A unique identifier of a spectrum stored in a ProteinScape database.
9384
9401
  is_a: MS:1000767 ! native spectrum identifier format
9385
9402
  is_a: MS:1001529 ! spectra data details
9386
9403
 
9387
9404
  [Term]
9388
9405
  id: MS:1001532
9389
- name: spectrum from database nativeID format
9390
- def: "databasekey=xsd:string" [PSI:MS]
9406
+ name: spectrum from database string nativeID format
9407
+ def: "databasekey=xsd:string." [PSI:MS]
9391
9408
  comment: A unique identifier of a spectrum stored in a database (e.g. a PRIMARY KEY identifier).
9392
9409
  is_a: MS:1000767 ! native spectrum identifier format
9393
9410
  is_a: MS:1001529 ! spectra data details
@@ -9415,13 +9432,13 @@ is_a: MS:1000122 ! Bruker Daltonics instrument model
9415
9432
  [Term]
9416
9433
  id: MS:1001537
9417
9434
  name: BioTOF
9418
- def: "Bruker Daltonics' BioTOF: ESI TOF" [PSI:MS]
9435
+ def: "Bruker Daltonics' BioTOF: ESI TOF." [PSI:MS]
9419
9436
  is_a: MS:1001535 ! Bruker Daltonics BioTOF series
9420
9437
 
9421
9438
  [Term]
9422
9439
  id: MS:1001538
9423
9440
  name: BioTOF III
9424
- def: "Bruker Daltonics' BioTOF III: ESI TOF" [PSI:MS]
9441
+ def: "Bruker Daltonics' BioTOF III: ESI TOF." [PSI:MS]
9425
9442
  is_a: MS:1001535 ! Bruker Daltonics BioTOF series
9426
9443
 
9427
9444
  [Term]
@@ -9837,7 +9854,7 @@ is_a: MS:1001302 ! search engine specific input parameter
9837
9854
  [Term]
9838
9855
  id: MS:1001603
9839
9856
  name: ProteomeDiscoverer:Spectrum Selector:Ionization Source
9840
- def: "Ionization source (electro-, nano-, thermospray, electron impact, APCI, MALDI, FAB, ...)." [PSI:MS]
9857
+ def: "Ionization source (electro-, nano-, thermospray, electron impact, APCI, MALDI, FAB etc)." [PSI:MS]
9841
9858
  xref: value-type:xsd\:string "The allowed value-type for this CV term."
9842
9859
  is_a: MS:1001302 ! search engine specific input parameter
9843
9860
 
@@ -10257,14 +10274,14 @@ is_a: MS:1001302 ! search engine specific input parameter
10257
10274
  [Term]
10258
10275
  id: MS:1001663
10259
10276
  name: ProteomeDiscoverer:Target FDR Relaxed
10260
- def: "Specifies the relaxed target false discovery rate (FDR, 0.0 ... 1.0) for peptide hits with moderate confidence." [PSI:MS]
10277
+ def: "Specifies the relaxed target false discovery rate (FDR, 0.0 - 1.0) for peptide hits with moderate confidence." [PSI:MS]
10261
10278
  xref: value-type:xsd\:float "The allowed value-type for this CV term."
10262
10279
  is_a: MS:1001302 ! search engine specific input parameter
10263
10280
 
10264
10281
  [Term]
10265
10282
  id: MS:1001664
10266
10283
  name: ProteomeDiscoverer:Target FDR Strict
10267
- def: "Specifies the strict target false discovery rate (FDR, 0.0 ... 1.0) for peptide hits with high confidence." [PSI:MS]
10284
+ def: "Specifies the strict target false discovery rate (FDR, 0.0 - 1.0) for peptide hits with high confidence." [PSI:MS]
10268
10285
  xref: value-type:xsd\:float "The allowed value-type for this CV term."
10269
10286
  is_a: MS:1001302 ! search engine specific input parameter
10270
10287
 
@@ -10523,7 +10540,7 @@ is_a: MS:1001302 ! search engine specific input parameter
10523
10540
  [Term]
10524
10541
  id: MS:1001701
10525
10542
  name: ProteomeDiscoverer:Spectrum Exporter:Export Format
10526
- def: "Format of the exported spectra (*.dta, *.mgf or *.mzData.)" [PSI:MS]
10543
+ def: "Format of the exported spectra (*.dta, *.mgf or *.mzData)." [PSI:MS]
10527
10544
  xref: value-type:xsd\:string "The allowed value-type for this CV term."
10528
10545
  is_a: MS:1001302 ! search engine specific input parameter
10529
10546
 
@@ -11171,10 +11188,10 @@ is_a: MS:1000531 ! software
11171
11188
  id: MS:1001799
11172
11189
  name: ChromaTOF software
11173
11190
  def: "Software for acquisition, processing and analysis of data for LECO instruments." [PSI:MS]
11174
- is_a: MS:1001798 ! LECO software
11175
11191
  is_a: MS:1001455 ! acquisition software
11176
11192
  is_a: MS:1001456 ! analysis software
11177
11193
  is_a: MS:1001457 ! data processing software
11194
+ is_a: MS:1001798 ! LECO software
11178
11195
 
11179
11196
  [Term]
11180
11197
  id: MS:1001800
@@ -11227,7 +11244,7 @@ is_a: MS:1001806 ! quantification object attribute
11227
11244
  [Term]
11228
11245
  id: MS:1001808
11229
11246
  name: technical replicate
11230
- def: "The study variable is 'technical replicate'. The string value denotes the category of technical replicate, e.g. 'run generated from same sample'" [PSI:MS]
11247
+ def: "The study variable is 'technical replicate'. The string value denotes the category of technical replicate, e.g. 'run generated from same sample'." [PSI:MS]
11231
11248
  xref: value-type:xsd\:string "The allowed value-type for this CV term."
11232
11249
  is_a: MS:1001807 ! StudyVariable attribute
11233
11250
 
@@ -11363,13 +11380,13 @@ is_a: MS:1001828 ! Feature attribute
11363
11380
  [Term]
11364
11381
  id: MS:1001830
11365
11382
  name: Progenesis LC-MS
11366
- def: "Software from Nonlinear Dynamics for LC-MS label-free workflow" [PSI:MS]
11383
+ def: "Software from Nonlinear Dynamics for LC-MS label-free workflow." [PSI:MS]
11367
11384
  is_a: MS:1001139 ! quantitation software name
11368
11385
 
11369
11386
  [Term]
11370
11387
  id: MS:1001831
11371
11388
  name: SILACAnalyzer
11372
- def: "Software for SILAC workflow" [PSI:MS]
11389
+ def: "Software for SILAC workflow." [PSI:MS]
11373
11390
  is_a: MS:1001139 ! quantitation software name
11374
11391
 
11375
11392
  [Term]
@@ -11386,37 +11403,37 @@ is_a: MS:1001129 ! quantification information
11386
11403
 
11387
11404
  [Term]
11388
11405
  id: MS:1001834
11389
- name: LC-MS label-free
11406
+ name: LC-MS label-free quantitation analysis
11390
11407
  def: "LC-MS label-free workflow (RT m/z map)." [PSI:PI]
11391
11408
  is_a: MS:1001833 ! quantitation analysis summary
11392
11409
 
11393
11410
  [Term]
11394
11411
  id: MS:1001835
11395
- name: SILAC
11412
+ name: SILAC quantitation analysis
11396
11413
  def: "SILAC workflow (heavy, light, and sometimes medium peak)." [PSI:PI]
11397
11414
  is_a: MS:1001833 ! quantitation analysis summary
11398
11415
 
11399
11416
  [Term]
11400
11417
  id: MS:1001836
11401
- name: spectral counting
11402
- def: "Spectral counting workflow (number of identified MS/MS spectra as approximation of peptide / protein quant.)." [PSI:PI]
11418
+ name: spectral counting quantitation analysis
11419
+ def: "Spectral counting workflow (number of identified MS/MS spectra as approximation of peptide / protein quant)." [PSI:PI]
11403
11420
  is_a: MS:1001833 ! quantitation analysis summary
11404
11421
 
11405
11422
  [Term]
11406
11423
  id: MS:1001837
11407
- name: iTraq
11424
+ name: iTraq quantitation analysis
11408
11425
  def: "iTraq workflow (reporter ions on MS/MS level)." [PSI:PI]
11409
11426
  is_a: MS:1001833 ! quantitation analysis summary
11410
11427
 
11411
11428
  [Term]
11412
11429
  id: MS:1001838
11413
- name: SRM
11430
+ name: SRM quantitation analysis
11414
11431
  def: "Selected Reaction Monitoring workflow (XIC quant. of precursor / fragment mass pair)." [PSI:PI]
11415
11432
  is_a: MS:1001833 ! quantitation analysis summary
11416
11433
 
11417
11434
  [Term]
11418
11435
  id: MS:1001839
11419
- name: metabolic labeling 14N / 15N
11436
+ name: metabolic labeling 14N / 15N quantitation analysis
11420
11437
  def: "Metabolic labeling workflow (heavy and light versions of peptides, depending on number of nitrogens)." [PSI:PI]
11421
11438
  is_a: MS:1001833 ! quantitation analysis summary
11422
11439
 
@@ -11440,21 +11457,23 @@ is_a: MS:1001805 ! quantification datatype
11440
11457
 
11441
11458
  [Term]
11442
11459
  id: MS:1001843
11443
- name: peak intensity
11444
- def: "Maximum intensity of MS1 peak (e.g. SILAC, 15N)." [PSI:PI]
11460
+ name: MS1 feature maximum intensity
11461
+ def: "Maximum intensity of MS1 feature." [PSI:PI]
11445
11462
  is_a: MS:1001805 ! quantification datatype
11446
11463
 
11447
11464
  [Term]
11448
11465
  id: MS:1001844
11449
- name: peak area
11450
- def: "Area of MS1 peak (e.g. SILAC, 15N)." [PSI:PI]
11466
+ name: MS1 feature area
11467
+ def: "Area of MS1 feature." [PSI:PI]
11451
11468
  is_a: MS:1001805 ! quantification datatype
11452
11469
 
11453
11470
  [Term]
11454
11471
  id: MS:1001845
11455
11472
  name: peak area
11456
- def: "Area of MS1 peak (e.g. SILAC, 15N)." [PSI:PI]
11473
+ def: "OBSOLETE Area of MS1 peak (e.g. SILAC, 15N)." [PSI:PI]
11474
+ comment: This term was made obsolete because it was a duplication of MS:1001844
11457
11475
  is_a: MS:1001805 ! quantification datatype
11476
+ is_obsolete: true
11458
11477
 
11459
11478
  [Term]
11460
11479
  id: MS:1001846
@@ -11637,7 +11656,7 @@ is_a: MS:1001198 ! protein identification confidence metric
11637
11656
  [Term]
11638
11657
  id: MS:1001874
11639
11658
  name: FDRScore
11640
- def: "Quality measurement as defined in http://www.ncbi.nlm.nih.gov/pubmed/19253293." [PSI:PI]
11659
+ def: "Quality measurement score." [pubmed:http://www.ncbi.nlm.nih.gov/pubmed/19253293 ""]
11641
11660
  xref: value-type:xsd\:double "The allowed value-type for this CV term."
11642
11661
  is_a: MS:1001405 ! spectrum identification result details
11643
11662
 
@@ -11657,21 +11676,551 @@ is_a: MS:1001056 ! modification specificity rule
11657
11676
  id: MS:1001877
11658
11677
  name: ChromaTOF HRT software
11659
11678
  def: "Software for acquisition, processing and analysis of data for LECO instruments." [PSI:MS]
11679
+ is_a: MS:1001455 ! acquisition software
11680
+ is_a: MS:1001456 ! analysis software
11681
+ is_a: MS:1001457 ! data processing software
11660
11682
  is_a: MS:1001798 ! LECO software
11683
+
11684
+ [Term]
11685
+ id: MS:1001878
11686
+ name: MALDI Solutions Microbial Identification
11687
+ def: "Shimadzu Biotech software for data acquisition, processing, and analysis." [PSI:MS]
11661
11688
  is_a: MS:1001455 ! acquisition software
11662
11689
  is_a: MS:1001456 ! analysis software
11663
11690
  is_a: MS:1001457 ! data processing software
11691
+ is_a: MS:1001558 ! MALDI Solutions
11664
11692
 
11665
- [Typedef]
11666
- id: has_regexp
11667
- name: has regexp
11693
+ [Term]
11694
+ id: MS:1001879
11695
+ name: offset voltage
11696
+ def: "The potential difference between two adjacent interface voltages affecting in-source collision induced dissociation." [PSI:MS]
11697
+ is_a: MS:1000482 ! source attribute
11698
+ relationship: has_units UO:0000218 ! volt
11668
11699
 
11669
- [Typedef]
11670
- id: has_units
11671
- name: has_units
11700
+ [Term]
11701
+ id: MS:1001880
11702
+ name: in-source collision-induced dissociation
11703
+ def: "The dissociation of an ion as a result of collisional excitation during ion transfer from an atmospheric pressure ion source and the mass spectrometer vacuum." [PSI:MS]
11704
+ is_a: MS:1000044 ! dissociation method
11672
11705
 
11673
- [Typedef]
11674
- id: part_of
11675
- name: part_of
11676
- is_transitive: true
11706
+ [Term]
11707
+ id: MS:1001881
11708
+ name: mz5 file
11709
+ def: "mz5 file format, modeled after mzML." [PSI:MS]
11710
+ is_a: MS:1000560 ! mass spectrometer file format
11711
+
11712
+ [Term]
11713
+ id: MS:1001882
11714
+ name: transition validation attribute
11715
+ def: "Attributes of the quality of a transition that affect its selection as appropriate." [PSI:MS]
11716
+ relationship: part_of MS:1000908 ! transition
11717
+
11718
+ [Term]
11719
+ id: MS:1001883
11720
+ name: coefficient of variation
11721
+ def: "Variation of a set of signal measurements calculated as the standard deviation relative to the mean." [PSI:MS]
11722
+ xref: value-type:xsd\:float "The allowed value-type for this CV term."
11723
+ is_a: MS:1001881 ! mz5 file
11724
+
11725
+ [Term]
11726
+ id: MS:1001884
11727
+ name: signal-to-noise ratio
11728
+ def: "Unitless number providing the ratio of the total measured intensity of a signal relative to the estimated noise level for that signal." [PSI:MS]
11729
+ xref: value-type:xsd\:float "The allowed value-type for this CV term."
11730
+ is_a: MS:1001881 ! mz5 file
11731
+
11732
+ [Term]
11733
+ id: MS:1001885
11734
+ name: command-line parameters
11735
+ def: "Parameters string passed to a command-line interface software application, omitting the executable name." [PSI:MS]
11736
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
11737
+ is_a: MS:1000630 ! data processing parameter
11738
+
11739
+ [Term]
11740
+ id: MS:1001886
11741
+ name: SQID
11742
+ def: "Software for data analysis of peptides and proteins." [PSI:MS]
11743
+ is_a: MS:1001456 ! analysis software
11744
+ is_a: MS:1001457 ! data processing software
11745
+
11746
+ [Term]
11747
+ id: MS:1001887
11748
+ name: SQID:score
11749
+ def: "The SQID result 'Score'." [PSI:PI]
11750
+ is_a: MS:1001143 ! search engine specific score for peptides
11751
+ is_a: MS:1001153 ! search engine specific score
11752
+
11753
+ [Term]
11754
+ id: MS:1001888
11755
+ name: SQID:deltaScore
11756
+ def: "The SQID result 'deltaScore'." [PSI:PI]
11757
+ is_a: MS:1001143 ! search engine specific score for peptides
11758
+ is_a: MS:1001153 ! search engine specific score
11759
+
11760
+ [Term]
11761
+ id: MS:1001889
11762
+ name: SQID:protein score
11763
+ def: "The SQID result 'protein score'." [PSI:PI]
11764
+ is_a: MS:1001116 ! single protein result details
11765
+ is_a: MS:1001153 ! search engine specific score
11766
+
11767
+ [Term]
11768
+ id: MS:1001890
11769
+ name: Progenesis:protein normalised abundance
11770
+ def: "The data type normalised abundance for proteins produced by Progenesis LC-MS." [PSI:MS]
11771
+ is_a: MS:1001805 ! quantification datatype
11772
+
11773
+ [Term]
11774
+ id: MS:1001891
11775
+ name: Progenesis:peptide normalised abundance
11776
+ def: "The data type normalised abundance for peptides produced by Progenesis LC-MS." [PSI:MS]
11777
+ is_a: MS:1001805 ! quantification datatype
11778
+
11779
+ [Term]
11780
+ id: MS:1001892
11781
+ name: Progenesis:protein raw abundance
11782
+ def: "The data type raw abundance for proteins produced by Progenesis LC-MS." [PSI:MS]
11783
+ is_a: MS:1001805 ! quantification datatype
11784
+
11785
+ [Term]
11786
+ id: MS:1001893
11787
+ name: Progenesis:peptide raw abundance
11788
+ def: "The data type raw abundance for peptide produced by Progenesis LC-MS." [PSI:MS]
11789
+ is_a: MS:1001805 ! quantification datatype
11790
+
11791
+ [Term]
11792
+ id: MS:1001894
11793
+ name: Progenesis:confidence score
11794
+ def: "The data type confidence score produced by Progenesis LC-MS." [PSI:MS]
11795
+ is_a: MS:1001805 ! quantification datatype
11796
+
11797
+ [Term]
11798
+ id: MS:1001895
11799
+ name: Progenesis:peptide count
11800
+ def: "The data type peptide count produced by Progenesis LC-MS." [PSI:MS]
11801
+ is_a: MS:1001805 ! quantification datatype
11802
+
11803
+ [Term]
11804
+ id: MS:1001896
11805
+ name: Progenesis:feature intensity
11806
+ def: "The data type feature intensity produced by Progenesis LC-MS." [PSI:MS]
11807
+ is_a: MS:1001805 ! quantification datatype
11808
+
11809
+ [Term]
11810
+ id: MS:1001897
11811
+ name: MaxQuant:peptide counts (unique)
11812
+ def: "The data type peptide counts (unique) produced by MaxQuant." [PSI:MS]
11813
+ is_a: MS:1001805 ! quantification datatype
11814
+
11815
+ [Term]
11816
+ id: MS:1001898
11817
+ name: MaxQuant:peptide counts (all)
11818
+ def: "The data type peptide counts (all) produced by MaxQuant." [PSI:MS]
11819
+ is_a: MS:1001805 ! quantification datatype
11820
+
11821
+ [Term]
11822
+ id: MS:1001899
11823
+ name: MaxQuant:peptide counts (razor+unique)
11824
+ def: "The data type peptide counts (razor+unique) produced by MaxQuant." [PSI:MS]
11825
+ is_a: MS:1001805 ! quantification datatype
11826
+
11827
+ [Term]
11828
+ id: MS:1001900
11829
+ name: MaxQuant:sequence length
11830
+ def: "The data type sequence length produced by MaxQuant." [PSI:MS]
11831
+ is_a: MS:1001805 ! quantification datatype
11832
+
11833
+ [Term]
11834
+ id: MS:1001901
11835
+ name: MaxQuant:PEP
11836
+ def: "The data type PEP (posterior error probability) produced by MaxQuant." [PSI:MS]
11837
+ is_a: MS:1001805 ! quantification datatype
11838
+
11839
+ [Term]
11840
+ id: MS:1001902
11841
+ name: MaxQuant:LFQ intensity
11842
+ def: "The data type LFQ intensity produced by MaxQuant." [PSI:MS]
11843
+ is_a: MS:1001805 ! quantification datatype
11844
+
11845
+ [Term]
11846
+ id: MS:1001903
11847
+ name: MaxQuant:feature intensity
11848
+ def: "The data type feature intensity produced by MaxQuant." [PSI:MS]
11849
+ is_a: MS:1001805 ! quantification datatype
11850
+
11851
+ [Term]
11852
+ id: MS:1001904
11853
+ name: MaxQuant:MS/MS count
11854
+ def: "The data type MS/MS count produced by MaxQuant." [PSI:MS]
11855
+ is_a: MS:1001805 ! quantification datatype
11856
+
11857
+ [Term]
11858
+ id: MS:1001905
11859
+ name: emPAI value
11860
+ def: "The emPAI value of protein abundance, produced from the emPAI algorithm." [PSI:MS]
11861
+ is_a: MS:1001805 ! quantification datatype
11862
+
11863
+ [Term]
11864
+ id: MS:1001906
11865
+ name: APEX value
11866
+ def: "The APEX value of protein abundance, produced from the APEX software." [PSI:MS]
11867
+ is_a: MS:1001805 ! quantification datatype
11868
+
11869
+ [Term]
11870
+ id: MS:1001907
11871
+ name: retention time window width
11872
+ def: "The full width of a retention time window for a chromatographic peak." [PSI:MS]
11873
+ xref: value-type:xsd\:float "The allowed value-type for this CV term."
11874
+ is_a: MS:1000915 ! retention time window attribute
11875
+ relationship: has_units UO:0000010 ! second
11876
+ relationship: has_units UO:0000031 ! minute
11877
+
11878
+ [Term]
11879
+ id: MS:1001908
11880
+ name: ISQ
11881
+ def: "Thermo Scientific ISQ single quadrupole MS with the ExtractraBrite source." [PSI:MS]
11882
+ is_a: MS:1000494 ! Thermo Scientific instrument model
11883
+
11884
+ [Term]
11885
+ id: MS:1001909
11886
+ name: Velos Plus
11887
+ def: "Thermo Scientific second generation Velos." [PSI:MS]
11888
+ is_a: MS:1000494 ! Thermo Scientific instrument model
11889
+
11890
+ [Term]
11891
+ id: MS:1001910
11892
+ name: LTQ Orbitrap Elite
11893
+ def: "Thermo Scientific second generation Velos and Orbitrap." [PSI:MS]
11894
+ is_a: MS:1000494 ! Thermo Scientific instrument model
11895
+
11896
+ [Term]
11897
+ id: MS:1001911
11898
+ name: Q Exactive
11899
+ def: "Thermo Scientific Q Exactive." [PSI:MS]
11900
+ is_a: MS:1000494 ! Thermo Scientific instrument model
11901
+
11902
+ [Term]
11903
+ id: MS:1001912
11904
+ name: PinPoint
11905
+ def: "Thermo Scientific PinPoint SRM analysis software." [PSI:MS]
11906
+ is_a: MS:1000693 ! Thermo Finnigan software
11907
+ is_a: MS:1001456 ! analysis software
11908
+ is_a: MS:1001457 ! data processing software
11677
11909
 
11910
+ [Term]
11911
+ id: MS:1001913
11912
+ name: S-lens voltage
11913
+ def: "Potential difference setting of the Thermo Scientific S-lens stacked-ring ion guide in volts." [PSI:MS]
11914
+ xref: value-type:xsd\:float "The allowed value-type for this CV term."
11915
+ is_a: MS:1000482 ! source attribute
11916
+ relationship: has_units UO:0000218 ! volt
11917
+
11918
+ [Term]
11919
+ id: MS:1001914
11920
+ name: pymzML
11921
+ def: "Python module to interface mzML Data." [PSI:MS]
11922
+ is_a: MS:1001457 ! data processing software
11923
+
11924
+ [Term]
11925
+ id: MS:1001915
11926
+ name: leukocyte elastase
11927
+ def: "Enzyme leukocyte elastase (EC 3.4.21.37)." [http://www.brenda-enzymes.info/php/result_flat.php4?ecno=3.4.21.37 "BRENDA"]
11928
+ is_a: MS:1001045 ! cleavage agent name
11929
+ relationship: has_regexp MS:1001957 ! (?<=[ALIV])(?!P)
11930
+
11931
+ [Term]
11932
+ id: MS:1001916
11933
+ name: proline endopeptidase
11934
+ def: "Enzyme proline endopeptidase (EC 3.4.21.26)." [http://www.brenda-enzymes.info/php/result_flat.php4?ecno=3.4.21.26 "BRENDA"]
11935
+ is_a: MS:1001045 ! cleavage agent name
11936
+ relationship: has_regexp MS:1001958 ! (?<=[HKR]P)(?!P)
11937
+
11938
+ [Term]
11939
+ id: MS:1001917
11940
+ name: glutamyl endopeptidase
11941
+ def: "Enzyme glutamyl endopeptidase (EC 3.4.21.19)." [http://www.brenda-enzymes.info/php/result_flat.php4?ecno=3.4.21.19 "BRENDA"]
11942
+ synonym: "staphylococcal protease" EXACT []
11943
+ synonym: "Glu-C" EXACT []
11944
+ is_a: MS:1001045 ! cleavage agent name
11945
+ relationship: has_regexp MS:1001959 ! (?<=[^E]E)
11946
+
11947
+ [Term]
11948
+ id: MS:1001918
11949
+ name: 2-iodobenzoate
11950
+ def: "Chemical iodobenzoate. Cleaves after W." [http://www.ncbi.nlm.nih.gov/sites/entrez?cmd=search&db=pccompound&term=4739928 "PubChem"]
11951
+ is_a: MS:1001045 ! cleavage agent name
11952
+ relationship: has_regexp MS:1001960 ! (?<=W)
11953
+
11954
+ [Term]
11955
+ id: MS:1001919
11956
+ name: ProteomeXchange accession number
11957
+ def: "Main identifier of a ProteomeXchange dataset." [PSI:PI]
11958
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
11959
+ is_a: MS:1000878 ! external reference identifier
11960
+
11961
+ [Term]
11962
+ id: MS:1001921
11963
+ name: ProteomeXchange accession number version number
11964
+ def: "Version number of a ProteomeXchange accession number." [PSI:PI]
11965
+ xref: value-type:xsd\:nonNegativeInteger "The allowed value-type for this CV term."
11966
+ is_a: MS:1000878 ! external reference identifier
11967
+
11968
+ [Term]
11969
+ id: MS:1001922
11970
+ name: Digital Object Identifier (DOI)
11971
+ def: "DOI unique identifier." [PSI:PI]
11972
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
11973
+ is_a: MS:1000878 ! external reference identifier
11974
+ relationship: has_regexp MS:1001176 ! (10\.(\d)+(\.(\d)*)?/[^\*].+)
11975
+
11976
+ [Term]
11977
+ id: MS:1001923
11978
+ name: external reference keyword
11979
+ def: "Free text attribute that can enrich the information about an entity." [PSI:PI]
11980
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
11981
+ is_a: MS:1000878 ! external reference identifier
11982
+
11983
+ [Term]
11984
+ id: MS:1001924
11985
+ name: journal article keyword
11986
+ def: "Keyword present in a scientific publication." [PSI:PI]
11987
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
11988
+ is_a: MS:1001923 ! external reference keyword
11989
+
11990
+ [Term]
11991
+ id: MS:1001925
11992
+ name: submitter keyword
11993
+ def: "Keyword assigned by the data submitter." [PSI:PI]
11994
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
11995
+ is_a: MS:1001923 ! external reference keyword
11996
+
11997
+ [Term]
11998
+ id: MS:1001926
11999
+ name: curator keyword
12000
+ def: "Keyword assigned by a data curator." [PSI:PI]
12001
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
12002
+ is_a: MS:1001923 ! external reference keyword
12003
+
12004
+ [Term]
12005
+ id: MS:1001927
12006
+ name: Tranche file hash
12007
+ def: "Hash assigned by the Tranche resource to an individual file." [PSI:PI]
12008
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
12009
+ is_a: MS:1000878 ! external reference identifier
12010
+
12011
+ [Term]
12012
+ id: MS:1001928
12013
+ name: Tranche project hash
12014
+ def: "Hash assigned by the Tranche resource to a whole project." [PSI:PI]
12015
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
12016
+ is_a: MS:1000878 ! external reference identifier
12017
+
12018
+ [Term]
12019
+ id: MS:1001929
12020
+ name: PRIDE experiment URI
12021
+ def: "URI that allows the access to one experiment in the PRIDE database." [PSI:PI]
12022
+ xref: value-type:xsd\:anyURI "The allowed value-type for this CV term."
12023
+ is_a: MS:1000878 ! external reference identifier
12024
+
12025
+ [Term]
12026
+ id: MS:1001930
12027
+ name: PRIDE project URI
12028
+ def: "URI that allows the access to one project in the PRIDE database." [PSI:PI]
12029
+ xref: value-type:xsd\:anyURI "The allowed value-type for this CV term."
12030
+ is_a: MS:1000878 ! external reference identifier
12031
+
12032
+ [Term]
12033
+ id: MS:1001931
12034
+ name: source interface
12035
+ def: "The source interface." [PSI:MS]
12036
+ relationship: part_of MS:1000458 ! source
12037
+
12038
+ [Term]
12039
+ id: MS:1001932
12040
+ name: source interface model
12041
+ def: "The source interface model." [PSI:MS]
12042
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
12043
+ relationship: part_of MS:1001931 ! source interface
12044
+
12045
+ [Term]
12046
+ id: MS:1001933
12047
+ name: source sprayer
12048
+ def: "The source sprayer." [PSI:MS]
12049
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
12050
+ relationship: part_of MS:1000458 ! source
12051
+
12052
+ [Term]
12053
+ id: MS:1001934
12054
+ name: source sprayer type
12055
+ def: "The source sprayer type." [PSI:MS]
12056
+ relationship: part_of MS:1001933 ! source sprayer
12057
+
12058
+ [Term]
12059
+ id: MS:1001935
12060
+ name: source sprayer manufacturer
12061
+ def: "The source sprayer manufacturer." [PSI:MS]
12062
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
12063
+ relationship: part_of MS:1001933 ! source sprayer
12064
+
12065
+ [Term]
12066
+ id: MS:1001936
12067
+ name: source sprayer model
12068
+ def: "The source sprayer model." [PSI:MS]
12069
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
12070
+ relationship: part_of MS:1001933 ! source sprayer
12071
+
12072
+ [Term]
12073
+ id: MS:1001937
12074
+ name: sample plate
12075
+ def: "Plate where the sample solution is spotted in a MALDI or similar instrument." [PSI:MS]
12076
+ relationship: part_of MS:1000458 ! source
12077
+
12078
+ [Term]
12079
+ id: MS:1001938
12080
+ name: sample plate type
12081
+ def: "The sample plate type." [PSI:MS]
12082
+ relationship: part_of MS:1001937 ! sample plate
12083
+
12084
+ [Term]
12085
+ id: MS:1001939
12086
+ name: stainless steel plate
12087
+ def: "Stainless steel plate." [PSI:MS]
12088
+ is_a: MS:1001938 ! sample plate type
12089
+
12090
+ [Term]
12091
+ id: MS:1001940
12092
+ name: coated glass plate
12093
+ def: "Coated glass plate." [PSI:MS]
12094
+ is_a: MS:1001938 ! sample plate type
12095
+
12096
+ [Term]
12097
+ id: MS:1001941
12098
+ name: electrospray supply type
12099
+ def: "Whether the sprayer is fed or is loaded with sample once." [PSI:MS]
12100
+ relationship: part_of MS:1000458 ! source
12101
+
12102
+ [Term]
12103
+ id: MS:1001942
12104
+ name: static supply electrospray
12105
+ def: "The sprayer is loaded with sample once." [PSI:MS]
12106
+ is_a: MS:1001941 ! electrospray supply type
12107
+
12108
+ [Term]
12109
+ id: MS:1001943
12110
+ name: fed supply electrospray
12111
+ def: "The sprayer is continuously fed with sample." [PSI:MS]
12112
+ is_a: MS:1001941 ! electrospray supply type
12113
+
12114
+ [Term]
12115
+ id: MS:1001944
12116
+ name: Collision cell exit potential
12117
+ def: "Potential difference between Q2 and Q3 in a triple quadrupole instrument in volts." [PSI:MS]
12118
+ xref: value-type:xsd\:float "The allowed value-type for this CV term."
12119
+ is_a: MS:1000510 ! precursor activation attribute
12120
+ relationship: has_units UO:0000218 ! volt
12121
+ synonym: "CXP" EXACT []
12122
+
12123
+ [Term]
12124
+ id: MS:1001945
12125
+ name: Pegasus 4D
12126
+ def: "LECO nominal mass resolution time-of-flight GCxGC mass spectrometer." [PSI:MS]
12127
+ is_a: MS:1001800 ! LECO instrument model
12128
+
12129
+ [Term]
12130
+ id: MS:1001946
12131
+ name: PEAKS Studio
12132
+ def: "PEAKS Studio software for data analysis." [PSI:MS]
12133
+ is_a: MS:1001139 ! quantitation software name
12134
+ is_a: MS:1001456 ! analysis software
12135
+ is_a: MS:1001457 ! data processing software
12136
+
12137
+ [Term]
12138
+ id: MS:1001947
12139
+ name: PEAKS Online
12140
+ def: "PEAKS Online software for high throughput data analysis." [PSI:MS]
12141
+ is_a: MS:1001139 ! quantitation software name
12142
+ is_a: MS:1001456 ! analysis software
12143
+ is_a: MS:1001457 ! data processing software
12144
+
12145
+ [Term]
12146
+ id: MS:1001948
12147
+ def: "PEAKS Node software for high throughput data analysis." [PSI:MS]
12148
+ is_a: MS:1001139 ! quantitation software name
12149
+ is_a: MS:1001456 ! analysis software
12150
+ is_a: MS:1001457 ! data processing software
12151
+
12152
+ [Term]
12153
+ id: MS:1001949
12154
+ name: BSI software
12155
+ def: "Bioinformatics Solutions Inc. Software for data processing and analysis." [PSI:MS]
12156
+ is_a: MS:1000531 ! software
12157
+
12158
+ [Term]
12159
+ id: MS:1001950
12160
+ name: PEAKS:peptideScore
12161
+ def: "The PEAKS peptide '-10lgP Score'." [PSI:MS]
12162
+ xref: value-type:xsd\:double "The allowed value-type for this CV term."
12163
+ is_a: MS:1001143 ! search engine specific score for peptides
12164
+ is_a: MS:1001153 ! search engine specific score
12165
+
12166
+ [Term]
12167
+ id: MS:1001951
12168
+ name: PEAKS:proteinScore
12169
+ def: "The PEAKS protein '-10lgP Score'." [PSI:MS]
12170
+ xref: value-type:xsd\:double "The allowed value-type for this CV term."
12171
+ is_a: MS:1001116 ! single protein result details
12172
+ is_a: MS:1001153 ! search engine specific score
12173
+
12174
+ [Term]
12175
+ id: MS:1001952
12176
+ name: ZCore:probScore
12177
+ def: "The ZCore probability score." [PSI:MS]
12178
+ xref: value-type:xsd\:double "The allowed value-type for this CV term."
12179
+ is_a: MS:1001143 ! search engine specific score for peptides
12180
+ is_a: MS:1001153 ! search engine specific score
12181
+
12182
+ [Term]
12183
+ id: MS:1001953
12184
+ name: source interface manufacturer
12185
+ def: "The source interface manufacturer." [PSI:MS]
12186
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
12187
+ relationship: part_of MS:1001931 ! source interface
12188
+
12189
+ [Term]
12190
+ id: MS:1001954
12191
+ name: acquisition parameter
12192
+ def: "Parameters used in the mass spectrometry acquisition." [PSI:MS]
12193
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
12194
+ relationship: part_of MS:1001458 ! spectrum generation information
12195
+
12196
+ [Term]
12197
+ id: MS:1001955
12198
+ name: no cleavage
12199
+ def: "No cleavage." [PSI:MS]
12200
+ is_a: MS:1001045 ! cleavage agent name
12201
+
12202
+ [Term]
12203
+ id: MS:1001956
12204
+ name: unspecific cleavage
12205
+ def: "Unspecific cleavage." [PSI:MS]
12206
+ is_a: MS:1001045 ! cleavage agent name
12207
+
12208
+ [Term]
12209
+ id: MS:1001957
12210
+ name: (?<=[ALIV])(?!P)
12211
+ is_a: MS:1001180 ! Cleavage agent regular expression
12212
+
12213
+ [Term]
12214
+ id: MS:1001958
12215
+ name: (?<=[HKR]P)(?!P)
12216
+ is_a: MS:1001180 ! Cleavage agent regular expression
12217
+
12218
+ [Term]
12219
+ id: MS:1001959
12220
+ name: (?<=[^E]E)
12221
+ is_a: MS:1001180 ! Cleavage agent regular expression
12222
+
12223
+ [Term]
12224
+ id: MS:1001960
12225
+ name: (?<=W)
12226
+ is_a: MS:1001180 ! Cleavage agent regular expression