mspire 0.5.0 → 0.6.1

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 (107) hide show
  1. data/README.rdoc +24 -0
  2. data/Rakefile +51 -0
  3. data/VERSION +1 -0
  4. data/lib/cv/description.rb +18 -0
  5. data/lib/cv/param.rb +33 -0
  6. data/lib/cv.rb +3 -0
  7. data/lib/io/bookmark.rb +13 -0
  8. data/lib/merge.rb +7 -0
  9. data/lib/ms/cvlist.rb +76 -0
  10. data/lib/ms/digester.rb +245 -0
  11. data/lib/ms/fasta.rb +86 -0
  12. data/lib/ms/ident/peptide/db.rb +243 -0
  13. data/lib/ms/ident/peptide.rb +72 -0
  14. data/lib/ms/ident/peptide_hit/qvalue.rb +56 -0
  15. data/lib/ms/ident/peptide_hit.rb +26 -0
  16. data/lib/ms/ident/pepxml/modifications.rb +83 -0
  17. data/lib/ms/ident/pepxml/msms_pipeline_analysis.rb +70 -0
  18. data/lib/ms/ident/pepxml/msms_run_summary.rb +82 -0
  19. data/lib/ms/ident/pepxml/parameters.rb +14 -0
  20. data/lib/ms/ident/pepxml/sample_enzyme.rb +165 -0
  21. data/lib/ms/ident/pepxml/search_database.rb +49 -0
  22. data/lib/ms/ident/pepxml/search_hit/modification_info.rb +79 -0
  23. data/lib/ms/ident/pepxml/search_hit.rb +144 -0
  24. data/lib/ms/ident/pepxml/search_result.rb +35 -0
  25. data/lib/ms/ident/pepxml/search_summary.rb +92 -0
  26. data/lib/ms/ident/pepxml/spectrum_query.rb +85 -0
  27. data/lib/ms/ident/pepxml.rb +112 -0
  28. data/lib/ms/ident/protein.rb +33 -0
  29. data/lib/ms/ident/protein_group.rb +80 -0
  30. data/lib/ms/ident/search.rb +114 -0
  31. data/lib/ms/ident.rb +37 -0
  32. data/lib/ms/isotope/aa.rb +59 -0
  33. data/lib/ms/mascot.rb +6 -0
  34. data/lib/ms/mass/aa.rb +79 -0
  35. data/lib/ms/mass.rb +55 -0
  36. data/lib/ms/mzml/index_list.rb +98 -0
  37. data/lib/ms/mzml/plms1.rb +34 -0
  38. data/lib/ms/mzml.rb +197 -0
  39. data/lib/ms/obo.rb +38 -0
  40. data/lib/ms/plms1.rb +156 -0
  41. data/lib/ms/quant/qspec/protein_group_comparison.rb +22 -0
  42. data/lib/ms/quant/qspec.rb +112 -0
  43. data/lib/ms/spectrum.rb +154 -8
  44. data/lib/ms.rb +3 -10
  45. data/lib/msplat.rb +2 -0
  46. data/lib/obo/ims.rb +5 -0
  47. data/lib/obo/ms.rb +7 -0
  48. data/lib/obo/ontology.rb +41 -0
  49. data/lib/obo/unit.rb +5 -0
  50. data/lib/openany.rb +23 -0
  51. data/lib/write_file_or_string.rb +18 -0
  52. data/obo/ims.obo +562 -0
  53. data/obo/ms.obo +11677 -0
  54. data/obo/unit.obo +2563 -0
  55. data/spec/ms/cvlist_spec.rb +60 -0
  56. data/spec/ms/digester_spec.rb +351 -0
  57. data/spec/ms/fasta_spec.rb +100 -0
  58. data/spec/ms/ident/peptide/db_spec.rb +108 -0
  59. data/spec/ms/ident/pepxml/sample_enzyme_spec.rb +181 -0
  60. data/spec/ms/ident/pepxml/search_hit/modification_info_spec.rb +37 -0
  61. data/spec/ms/ident/pepxml_spec.rb +442 -0
  62. data/spec/ms/ident/protein_group_spec.rb +68 -0
  63. data/spec/ms/mass_spec.rb +8 -0
  64. data/spec/ms/mzml/index_list_spec.rb +122 -0
  65. data/spec/ms/mzml/plms1_spec.rb +62 -0
  66. data/spec/ms/mzml_spec.rb +50 -0
  67. data/spec/ms/plms1_spec.rb +38 -0
  68. data/spec/ms/quant/qspec_spec.rb +25 -0
  69. data/spec/msplat_spec.rb +24 -0
  70. data/spec/obo_spec.rb +25 -0
  71. data/spec/spec_helper.rb +25 -0
  72. data/spec/testfiles/ms/ident/peptide/db/uni_11_sp_tr.fasta +69 -0
  73. data/spec/testfiles/ms/ident/peptide/db/uni_11_sp_tr.msd_clvg2.min_aaseq4.yml +728 -0
  74. data/spec/testfiles/ms/mzml/j24z.idx_comp.3.mzML +271 -0
  75. data/spec/testfiles/ms/mzml/openms.noidx_nocomp.12.mzML +330 -0
  76. data/spec/testfiles/ms/quant/kill_extra_tabs.rb +13 -0
  77. data/spec/testfiles/ms/quant/max_quant_output.provenance.txt +15 -0
  78. data/spec/testfiles/ms/quant/max_quant_output.txt +199 -0
  79. data/spec/testfiles/ms/quant/pdcd5_final.killedextratabs.tsv +199 -0
  80. data/spec/testfiles/ms/quant/pdcd5_final.killedextratabs.tsv_qspecgp +199 -0
  81. data/spec/testfiles/ms/quant/pdcd5_final.killedextratabs.tsv_qspecgp.csv +199 -0
  82. data/spec/testfiles/ms/quant/pdcd5_final.txt +199 -0
  83. data/spec/testfiles/ms/quant/pdcd5_final.txt_qspecgp +0 -0
  84. data/spec/testfiles/ms/quant/pdcd5_lfq_qspec.CSV.csv +199 -0
  85. data/spec/testfiles/ms/quant/pdcd5_lfq_qspec.csv +199 -0
  86. data/spec/testfiles/ms/quant/pdcd5_lfq_qspec.oneprot.csv +199 -0
  87. data/spec/testfiles/ms/quant/pdcd5_lfq_qspec.oneprot.tsv +199 -0
  88. data/spec/testfiles/ms/quant/pdcd5_lfq_qspec.oneprot.tsv_qspecgp +199 -0
  89. data/spec/testfiles/ms/quant/pdcd5_lfq_qspec.oneprot.tsv_qspecgp.csv +199 -0
  90. data/spec/testfiles/ms/quant/pdcd5_lfq_qspec.txt +199 -0
  91. data/spec/testfiles/ms/quant/pdcd5_lfq_tabdel.txt +134 -0
  92. data/spec/testfiles/ms/quant/pdcd5_lfq_tabdel.txt_qspecgp +134 -0
  93. data/spec/testfiles/ms/quant/remove_rest_of_proteins.rb +13 -0
  94. data/spec/testfiles/ms/quant/unlog_transform.rb +13 -0
  95. data/spec/testfiles/plms1/output.key +0 -0
  96. metadata +157 -40
  97. data/README +0 -77
  98. data/changelog.txt +0 -196
  99. data/lib/ms/calc.rb +0 -32
  100. data/lib/ms/data/interleaved.rb +0 -60
  101. data/lib/ms/data/lazy_io.rb +0 -73
  102. data/lib/ms/data/lazy_string.rb +0 -15
  103. data/lib/ms/data/simple.rb +0 -59
  104. data/lib/ms/data/transposed.rb +0 -41
  105. data/lib/ms/data.rb +0 -57
  106. data/lib/ms/format/format_error.rb +0 -12
  107. data/lib/ms/support/binary_search.rb +0 -126
data/obo/ims.obo ADDED
@@ -0,0 +1,562 @@
1
+
2
+ format-version: 1.2
3
+ date: 08:09:2008 13:53
4
+ saved-by: Thorsten Schramm
5
+ auto-generated-by: OBO-Edit 1.101
6
+ default-namespace: imagingMS.ontology
7
+ remark: version: 0.9.1
8
+ remark: release date: 2008-12-09
9
+ remark: coverage: Imaging mass spectrometer output files
10
+ remark: 090506 Matrix and Laser Attributes removed -> put into PSI-MS.OBO
11
+ remark: 090506 "Attribute" in Term deleted and new entries: Scan Type, Line Scan Direction added
12
+ remark: 091123 Added attributes for imaging laser shot method. Attribute "one way" (IMS:1000411) obsoleted -> replaced by new attribute "fly back"
13
+ remark: 091207 Added attributes for SIMS experiments
14
+ remark: "subimage positions" parameters added for images which are composed of several subimages!
15
+ remark: creator: Thorsten Schramm <thorsten.schramm@anorg.chemie.uni-giessen.de>
16
+ import: Unit.obo
17
+ import: psi-ms.obo
18
+
19
+ [Term]
20
+ id: IMS:0000000
21
+ name: Imaging Mass Spectrometry Ontology
22
+ namespace: imagingMS.ontology
23
+ def: "Imaging Mass Spectrometry Ontology." [COMPUTIS:IMS]
24
+
25
+ [Term]
26
+ id: IMS:1000001
27
+ name: ibd offset handle
28
+ def: "Information for the access and checking of the binary data arrays." [COMPUTIS:IMS]
29
+ relationship: part_of IMS:0000000 ! Imaging Mass Spectrometry Ontology
30
+
31
+ [Term]
32
+ id: IMS:1000002
33
+ name: sample stage
34
+ def: "Device that positions the imaging target." [COMPUTIS:IMS]
35
+ relationship: part_of IMS:0000000 ! Imaging Mass Spectrometry Ontology
36
+
37
+ [Term]
38
+ id: IMS:1000003
39
+ name: ibd binary type
40
+ def: "Describes type of the binary (ibd) file ." [COMPUTIS:IMS]
41
+ relationship: part_of IMS:0000000 ! Imaging Mass Spectrometry Ontology
42
+
43
+ [Term]
44
+ id: IMS:1000004
45
+ name: image
46
+ def: "Sample properties only concerning imaging samples." [COMPUTIS:IMS]
47
+ relationship: part_of IMS:0000000 ! Imaging Mass Spectrometry Ontology
48
+
49
+ [Term]
50
+ id: IMS:1000005
51
+ name: spectrum position
52
+ def: "Attributes to describe the position of a spectrum in the image." [COMPUTIS:IMS]
53
+ relationship: part_of IMS:0000000 ! Imaging Mass Spectrometry Ontology
54
+
55
+ [Term]
56
+ id: IMS:1000007
57
+ name: ibd file
58
+ def: "Attributes to describe the ibd file." [COMPUTIS:IMS]
59
+ relationship: part_of IMS:0000000 ! Imaging Mass Spectrometry Ontology
60
+
61
+ [Term]
62
+ id: IMS:1000008
63
+ name: ibd identification
64
+ def: "Attributes to doubtlessly identify the ibd file." [COMPUTIS:IMS]
65
+ relationship: part_of IMS:0000000 ! Imaging Mass Spectrometry Ontology
66
+
67
+ [Term]
68
+ id: IMS:1000009
69
+ name: ibd checksum
70
+ def: "Checksum is a form of redundancy check, a simple way to protect the integrity of data by detecting errors in data of the ibd file." [COMPUTIS:IMS]
71
+ relationship: part_of IMS:0000000 ! Imaging Mass Spectrometry Ontology
72
+
73
+ [Term]
74
+ id: IMS:1000010
75
+ name: scan
76
+ def: "Describes the attributes of the generation of the image." [COMPUTIS:IMS]
77
+ relationship: part_of IMS:0000000 ! Imaging Mass Spectrometry Ontology
78
+
79
+ [Term]
80
+ id: IMS:1000011
81
+ name: laser shot mode
82
+ def: "Describes the method how the laser was moved across the sample while firing." [COMPUTIS:IMS]
83
+ relationship: part_of IMS:0000000 ! Imaging Mass Spectrometry Ontology
84
+
85
+ [Term]
86
+ id: IMS:1000012
87
+ name: imaging ion source
88
+ def: "Parameters describing the imaging source, which is used to create the ions measured by the MS." [COMPUTIS:IMS]
89
+ relationship: part_of IMS:0000000 ! Imaging Mass Spectrometry Ontology
90
+
91
+ [Term]
92
+ id: IMS:1000013
93
+ name: unit
94
+ def: "Terms to describe units" [COMPUTIS:IMS]
95
+ relationship: part_of IMS:0000000 ! Imaging Mass Spectrometry Ontology
96
+
97
+ [Term]
98
+ id: IMS:1000014
99
+ name: ibd data type
100
+ def: "Encoding type of binary data, e.g. 32-bit integer." [COMPUTIS:IMS]
101
+ relationship: part_of IMS:0000000 ! Imaging Mass Spectrometry Ontology
102
+
103
+ [Term]
104
+ id: IMS:1000030
105
+ name: continuous
106
+ def: "Way of saving spectra in a imzML binary data file (ibd). The m/z values for all spectra are saved at the beginning of the ibd file. Then the spectral values follow." [COMPUTIS:IMS]
107
+ relationship: is_a IMS:1000003 ! IDB Binary Type
108
+
109
+ [Term]
110
+ id: IMS:1000031
111
+ name: processed
112
+ def: "Way of saving spectra in a imzML binary data file (ibd). Every spectrum is saved with it's own m/z and intensity values." [COMPUTIS:IMS]
113
+ relationship: is_a IMS:1000003 ! IDB Binary Type
114
+
115
+ [Term]
116
+ id: IMS:1000040
117
+ name: linescan sequence
118
+ def: "Description of the direction of the succession of the assembling of the linescans." [COMPUTIS:IMS]
119
+ relationship: part_of IMS:1000010 ! Scan
120
+
121
+ [Term]
122
+ id: IMS:1000041
123
+ name: scan pattern
124
+ def: "Description of the pattern how the image was scanned." [COMPUTIS:IMS]
125
+ relationship: part_of IMS:1000010 ! Scan
126
+
127
+ [Term]
128
+ id: IMS:1000042
129
+ name: max count of pixels x
130
+ def: "Maximum number of pixels of the x-axis of the image." [COMPUTIS:IMS]
131
+ xref: value-type:xsd\:nonNegativeInteger "The allowed value-type for this CV term."
132
+ relationship: is_a IMS:1000004 ! Image
133
+ relationship: has_units UO:0000189 ! Count Unit
134
+
135
+ [Term]
136
+ id: IMS:1000043
137
+ name: max count of pixels y
138
+ def: "Maximum number of pixels of the y-axis of the image." [COMPUTIS:IMS]
139
+ xref: value-type:xsd\:nonNegativeInteger "The allowed value-type for this CV term."
140
+ relationship: is_a IMS:1000004 ! Image
141
+ relationship: has_units UO:0000189 ! Count Unit
142
+
143
+ [Term]
144
+ id: IMS:1000044
145
+ name: max dimension x
146
+ def: "Maximum length of the image in x-axis." [COMPUTIS:IMS]
147
+ xref: value-type:xsd\:nonNegativeInteger "The allowed value-type for this CV term."
148
+ relationship: is_a IMS:1000004 ! Image
149
+ relationship: has_units UO:0000017 ! Micrometer
150
+
151
+ [Term]
152
+ id: IMS:1000045
153
+ name: max dimension y
154
+ def: "Maximum length of the image in y-axis." [COMPUTIS:IMS]
155
+ xref: value-type:xsd\:nonNegativeInteger "The allowed value-type for this CV term."
156
+ relationship: is_a IMS:1000004 ! Image
157
+ relationship: has_units UO:0000017 ! Micrometer
158
+
159
+ [Term]
160
+ id: IMS:1000046
161
+ name: pixel size
162
+ def: "Describes the area of the sample presented by one pixel." [COMPUTIS:IMS]
163
+ xref: value-type:xsd\:float "The allowed value-type for this CV term."
164
+ relationship: is_a IMS:1000004 ! Image
165
+ relationship: has_units UO:0000047 ! Area Unit
166
+
167
+ [Term]
168
+ id: IMS:1000047
169
+ name: image shape
170
+ def: "Describes the shape of the image." [COMPUTIS:IMS]
171
+ relationship: is_a IMS:1000004 ! Image
172
+
173
+ [Term]
174
+ id: IMS:1000048
175
+ name: scan type
176
+ def: "Shows the direction in which the lines were scanned." [COMPUTIS:IMS]
177
+ relationship: part_of IMS:1000010 ! Scan
178
+
179
+ [Term]
180
+ id: IMS:1000049
181
+ name: line scan direction
182
+ def: "Description in wich direction the lines of the sample were scanned." [COMPUTIS:IMS]
183
+ relationship: part_of IMS:1000010 ! Scan
184
+
185
+ [Term]
186
+ id: IMS:1000050
187
+ name: position x
188
+ def: "Attribute to describe the position of a spectrum in the direction of the x-axis in the image." [COMPUTIS:IMS]
189
+ xref: value-type:xsd\:nonNegativeInteger "The allowed value-type for this CV term."
190
+ relationship: is_a IMS:1000005 ! Spectrum Position
191
+ relationship: has_units UO:0000189 ! Count Unit
192
+
193
+ [Term]
194
+ id: IMS:1000051
195
+ name: position y
196
+ def: "Attribute to describe the position of a spectrum in the direction of the y-axis in the image." [COMPUTIS:IMS]
197
+ xref: value-type:xsd\:nonNegativeInteger "The allowed value-type for this CV term."
198
+ relationship: is_a IMS:1000005 ! Spectrum Position
199
+ relationship: has_units UO:0000189 ! Count Unit
200
+
201
+ [Term]
202
+ id: IMS:1000052
203
+ name: position z
204
+ def: "Attribute to describe the position of a spectrum in the direction of the z-axis in the image." [COMPUTIS:IMS]
205
+ xref: value-type:xsd\:nonNegativeInteger "The allowed value-type for this CV term."
206
+ relationship: is_a IMS:1000005 ! Spectrum Position
207
+ relationship: has_units UO:0000189 ! Count Unit
208
+
209
+ [Term]
210
+ id: IMS:1000053
211
+ name: absolute position offset x
212
+ def: "Describes the position at the x-axis of the upper left point of the image on the target." [COMPUTIS:IMS]
213
+ xref: value-type:xsd\:nonNegativeFloat "The allowed value-type for this CV term."
214
+ relationship: is_a IMS:1000004 ! Image
215
+ relationship: has_units UO:0000017 ! Micrometer
216
+
217
+ [Term]
218
+ id: IMS:1000054
219
+ name: absolute position offset y
220
+ def: "Describes the position at the y-axis of the upper left point of the image on the target." [COMPUTIS:IMS]
221
+ xref: value-type:xsd\:nonNegativeFloat "The allowed value-type for this CV term."
222
+ relationship: is_a IMS:1000004 ! Image
223
+ relationship: has_units UO:0000017 ! Micrometer
224
+
225
+ [Term]
226
+ id: IMS:1000055
227
+ name: subimage position x
228
+ def: "Describes the position of a subimage in the direction of the x-axis of the complete image." [COMPUTIS:IMS]
229
+ xref: value-type:xsd\:nonNegativeInteger "The allowed value-type for this CV term."
230
+ relationship: is_a IMS:1000005 ! Spectrum Position
231
+ relationship: has_units UO:0000189 ! Count Unit
232
+
233
+ [Term]
234
+ id: IMS:1000056
235
+ name: subimage position y
236
+ def: "Describes the position of a subimage in the direction of the y-axis of the complete image." [COMPUTIS:IMS]
237
+ xref: value-type:xsd\:nonNegativeInteger "The allowed value-type for this CV term."
238
+ relationship: is_a IMS:1000005 ! Spectrum Position
239
+ relationship: has_units UO:0000189 ! Count Unit
240
+
241
+ [Term]
242
+ id: IMS:1000057
243
+ name: subimage position z
244
+ def: "Describes the position of a subimage in the direction of the z-axis of the complete image." [COMPUTIS:IMS]
245
+ xref: value-type:xsd\:nonNegativeInteger "The allowed value-type for this CV term."
246
+ relationship: is_a IMS:1000005 ! Spectrum Position
247
+ relationship: has_units UO:0000189 ! Count Unit
248
+
249
+ [Term]
250
+ id: IMS:1000070
251
+ name: external binary uri
252
+ def: "Location as an URI where to find the ibd file." [COMPUTIS:IMS]
253
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
254
+ relationship: is_a IMS:1000007 ! Ibd File
255
+
256
+ [Term]
257
+ id: IMS:1000080
258
+ name: universally unique identifier
259
+ def: "universally unique identifier is unique throughout the world and allows to doubtlessly identify the ibd file." [COMPUTIS:IMS]
260
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
261
+ relationship: is_a IMS:1000008 ! Ibd Indentification
262
+
263
+ [Term]
264
+ id: IMS:1000090
265
+ name: ibd MD5
266
+ def: "MD5 (Message-Digest algorithm 5) is a cryptographic hash function with a 128-bit hash value used to check the integrity of files." [COMPUTIS:IMS]
267
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
268
+ relationship: is_a IMS:1000009 ! Ibd Checksum
269
+
270
+ [Term]
271
+ id: IMS:1000091
272
+ name: ibd SHA-1
273
+ def: "SHA-1 (Secure Hash Algorithm-1) is a cryptographic hash function designed by the National Security Agency (NSA) and published by the NIST as a U. S. government standard. It is also used to verify file integrity." [COMPUTIS:IMS]
274
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
275
+ relationship: is_a IMS:1000009 ! Ibd Checksum
276
+
277
+ [Term]
278
+ id: IMS:1000101
279
+ name: external data
280
+ def: "Shows that there is no data in the <binary> section of the file." [COMPUTIS:IMS]
281
+ xref: value-type:xsd\:boolean "The allowed value-type for this CV term."
282
+ relationship: is_a IMS:1000001 ! Ibd Offest Handle
283
+
284
+
285
+ [Term]
286
+ id: IMS:1000102
287
+ name: external offset
288
+ def: "The position where the data of an array of a mass spectrum begins." [COMPUTIS:IMS]
289
+ xref: value-type:xsd\:nonNegativeInteger "The allowed value-type for this CV term."
290
+ relationship: is_a IMS:1000001 ! Ibd Offest Handle
291
+ relationship: has_units UO:0000233 ! Byte
292
+
293
+ [Term]
294
+ id: IMS:1000103
295
+ name: external array length
296
+ def: "Describes how many fields an array contains." [COMPUTIS:IMS]
297
+ xref: value-type:xsd\:nonNegativeInteger "The allowed value-type for this CV term."
298
+ relationship: is_a IMS:1000001 ! Ibd Offest Handle
299
+ relationship: has_units UO:0000189 ! Count
300
+
301
+ [Term]
302
+ id: IMS:100104
303
+ name: external encoded length
304
+ def: "Describes the length of the written data." [COMPUTIS:IMS]
305
+ xref: value-type:xsd\:nonNegativeInteger "The allowed value-type for this CV term."
306
+ relationship: is_a IMS:1000001 ! Ibd Offest Handle
307
+ relationship: has_units UO:0000233 ! Byte
308
+
309
+ [Term]
310
+ id: IMS:1000110
311
+ name: pixel mode
312
+ def: "laser keeps the position while firing at the same same spot one or several times." [COMPUTIS:IMS]
313
+ relationship: is_a IMS:1000011 ! laser shot mode
314
+
315
+ [Term]
316
+ id: IMS:1000111
317
+ name: raster mode
318
+ def: "laser is moved while continuously firing at the sample." [COMPUTIS:IMS]
319
+ relationship: is_a IMS:1000011 ! laser shot mode
320
+
321
+ [Term]
322
+ id: IMS:1000112
323
+ name: stigmatic mode
324
+ def: "laser is moved around one point firing until moved to the next position (pixel)." [COMPUTIS:IMS]
325
+ relationship: is_a IMS:1000011 ! laser shot mode
326
+
327
+ [Term]
328
+ id: IMS:1000120
329
+ name: SIMS
330
+ def: "Parameters describing SIMS sources." [COMPUTIS:IMS]
331
+ relationship: part_of IMS:1000012 ! Imaging Ion Source
332
+
333
+ [Term]
334
+ id: IMS:1000121
335
+ name: DESI
336
+ def: "Parameters describing DESI sources." [COMPUTIS:IMS]
337
+ relationship: part_of IMS:1000012 ! Imaging Ion Source
338
+
339
+ [Term]
340
+ id: IMS:1000130
341
+ name: ions per square centimeter
342
+ def: "An area density unit which is equal to the count of ions divided by the area in centimeters squared." [COMPUTIS:IMS]
343
+ relationship: is_a IMS:1000013 ! unit
344
+
345
+ [Term]
346
+ id: IMS:1000131
347
+ name: milliliter per minute
348
+ def: "A flow rate describes the throughput per time." [COMPUTIS:IMS]
349
+ relationship: is_a IMS:1000013 ! unit
350
+
351
+ [Term]
352
+ id: IMS:1000141
353
+ name: 32-bit integer
354
+ def: "Signed 32 bit integer." [COMPUTIS:IMS]
355
+ relationship: is_a IMS:1000014 ! ibd data type
356
+
357
+ [Term]
358
+ id: IMS:1000142
359
+ name: 64-bit integer
360
+ def: "Signed 64 bit integer." [COMPUTIS:IMS]
361
+ relationship: is_a IMS:1000014 ! ibd data type
362
+
363
+ [Term]
364
+ id: IMS:1000200
365
+ name: position accuracy
366
+ def: "Accuracy is the degree of conformity of a measured position to its actual value." [COMPUTIS:IMS]
367
+ xref: value-type:xsd\:float "The allowed value-type for this CV term."
368
+ relationship: is_a IMS:1000002 ! Sample Stage
369
+ relationship: has_units UO:0000187 ! Percent
370
+
371
+ [Term]
372
+ id: IMS:1000201
373
+ name: step size
374
+ def: "Specify the range between two different messuring points on the sample." [COMPUTIS:IMS]
375
+ xref: value-type:xsd\:float "The allowed value-type for this CV term."
376
+ relationship: is_a IMS:1000002 ! Sample Stage
377
+ relationship: has_units UO:0000017 ! Micrometer
378
+
379
+ [Term]
380
+ id: IMS:10000202
381
+ name: target material
382
+ def: "Describes the material the target is made of." [COMPUTIS:IMS]
383
+ xref: value-type:xsd\:string "The allowed value-type for this CV term."
384
+ relationship: is_a IMS:1000002 ! Sample Stage
385
+
386
+ [Term]
387
+ id: IMS:1000400
388
+ name: bottom up
389
+ def: "The starting point is at the bottom of the sample and the scanning happens in up direction (parallel to the y-axis)." [COMPUTIS:IMS]
390
+ relationship: is_a IMS:1000040 ! Scan Direction
391
+
392
+ [Term]
393
+ id: IMS:1000401
394
+ name: top down
395
+ def: "The starting point is at the top of the sample and the scanning happens in bottom direction (parallel to the y-axis)." [COMPUTIS:IMS]
396
+ relationship: is_a IMS:1000040 ! Scan Direction
397
+
398
+ [Term]
399
+ id: IMS:1000402
400
+ name: left right
401
+ def: "The starting point is at the left of the sample and the scanning happens in right direction (parallel to the x-axis)." [COMPUTIS:IMS]
402
+ relationship: is_a IMS:1000040 ! Scan Direction
403
+
404
+ [Term]
405
+ id: IMS:1000403
406
+ name: right left
407
+ def: "The starting point is at the right of the sample and the scanning happens in left direction. (parallel to the x-axis)." [COMPUTIS:IMS]
408
+ relationship: is_a IMS:1000040 ! Scan Direction
409
+
410
+ [Term]
411
+ id: IMS:1000404
412
+ name: no direction
413
+ def: "The scanning points are randomly distributed on the sample." [COMPUTIS:IMS]
414
+ relationship: is_a IMS:1000040 ! Scan Direction
415
+
416
+ [Term]
417
+ id: IMS:1000410
418
+ name: meandering
419
+ def: "The scanning happens in nonstop way. As soon as the end of the sample is reached, the scanning direction will be switched and the scanning is continued. There is no new positioning neccessary." [COMPUTIS:IMS]
420
+ relationship: is_a IMS:1000041 ! Scan Pattern
421
+
422
+ [Term]
423
+ id: IMS:1000411
424
+ name: one way
425
+ def: "OBSOLETE The scanning always happens in the same direction. As soon as the end of the sample is reached, the stage is positioned at the starting edge to begin the next run." [COMPUTIS:IMS]
426
+ comment: Was made obsolete because the generally used term is "flyback" (IMS:1000413).
427
+ is_obsolete: true
428
+
429
+ [Term]
430
+ id: IMS:1000412
431
+ name: random access
432
+ def: "The scanning points are randomly chosen and do not follow a pattern." [COMPUTIS:IMS]
433
+ relationship: is_a IMS:1000041 ! Scan Pattern
434
+
435
+ [Term]
436
+ id: IMS:1000413
437
+ name: flyback
438
+ def: "The scanning always happens in the same direction. As soon as the end of the sample is reached, the stage is positioned at the starting edge to begin the next run." [COMPUTIS:IMS]
439
+ relationship: is_a IMS:1000041 ! Scan Pattern
440
+
441
+ [Term]
442
+ id: IMS:1000480
443
+ name: horizontal line scan
444
+ def: "The scanning line is a horizontal one." [COMPUTIS:IMS]
445
+ relationship: is_a IMS:1000048 ! Scan Type
446
+
447
+ [Term]
448
+ id: IMS:1000481
449
+ name: vertical line scan
450
+ def: "The scanning line is a vertical one." [COMPUTIS:IMS]
451
+ relationship: is_a IMS:1000048 ! Scan Type
452
+
453
+ [Term]
454
+ id: IMS:1000490
455
+ name: linescan right left
456
+ def: "The starting point is at the right of the sample and the scanning happens in left direction. (parallel to the x-axis)." [COMPUTIS:IMS]
457
+ relationship: is_a IMS:1000049 ! Line Scan Direction
458
+
459
+ [Term]
460
+ id: IMS:1000491
461
+ name: linescan left right
462
+ def: "The starting point is at the left of the sample and the scanning happens in right direction (parallel to the x-axis)." [COMPUTIS:IMS]
463
+ relationship: is_a IMS:1000049 ! Line Scan Direction
464
+
465
+ [Term]
466
+ id: IMS:1000492
467
+ name: linescan bottom up
468
+ def: "The starting point is at the bottom of the sample and the scanning happens in up direction (parallel to the y-axis)." [COMPUTIS:IMS]
469
+ relationship: is_a IMS:1000049 ! Line Scan Direction
470
+
471
+ [Term]
472
+ id: IMS:1000493
473
+ name: linescan top down
474
+ def: "The starting point is at the top of the sample and the scanning happens in bottom direction (parallel to the y-axis)." [COMPUTIS:IMS]
475
+ relationship: is_a IMS:1000049 ! Line Scan Direction
476
+
477
+ [Term]
478
+ id: IMS:1100000
479
+ name: 8-bit integer
480
+ def: "Signed 8-bit integer." [COMPUTIS:IMS]
481
+ relationship: is_a MS:1000518 ! binary data type
482
+
483
+ [Term]
484
+ id: IMS:1100001
485
+ name: 16-bit integer
486
+ def: "Signed 16-bit integer." [COMPUTIS:IMS]
487
+ relationship: is_a MS:1000518 ! binary data type
488
+
489
+ [Term]
490
+ id: IMS:1001201
491
+ name: primary ion gun species
492
+ def: "Describes the species of ions used for ionizing the sample." [COMPUTIS:IMS]
493
+ relationship: is_a IMS:1000120 ! SIMS
494
+
495
+ [Term]
496
+ id: IMS:1001202
497
+ name: beam energy
498
+ def: "Energy of the shot of the primary ion gun species in electronvolt." [COMPUTIS:IMS]
499
+ xref: value-type:xsd\:float "The allowed value-type for this CV term."
500
+ relationship: is_a IMS:1000120 ! SIMS
501
+ relationship: has_units UO:0000226 ! electronvolt
502
+
503
+ [Term]
504
+ id: IMS:1001203
505
+ name: beam current
506
+ def: "Number of charges per second shot at the surface of the analyte." [COMPUTIS:IMS]
507
+ xref: value-type:xsd\:float "The allowed value-type for this CV term."
508
+ relationship: is_a IMS:1000120 ! SIMS
509
+ relationship: has_units UO:0000038 ! microampere
510
+
511
+ [Term]
512
+ id: IMS:1001204
513
+ name: cycle time
514
+ def: "Inversion of the number of ions shot at the surface in one second. The maximum depends on the maximum time of flight in the mass spectrometer." [COMPUTIS:IMS]
515
+ xref: value-type:xsd\:float "The allowed value-type for this CV term."
516
+ relationship: is_a IMS:1000120 ! SIMS
517
+ relationship: has_units UO:0000029 ! microsecond
518
+
519
+ [Term]
520
+ id: IMS:1001205
521
+ name: time resolution
522
+ def: "Size of the bin of the time recorded by the time to digital converter measured in pico seconds" [COMPUTIS:IMS]
523
+ xref: value-type:xsd\:float "The allowed value-type for this CV term."
524
+ relationship: is_a IMS:1000120 ! SIMS
525
+ relationship: has_units UO:0000030 ! picosecond
526
+
527
+ [Term]
528
+ id: IMS:1001206
529
+ name: polarity
530
+ def: "Polarity of the measured secondary ions (?)" [COMPUTIS:IMS]
531
+ relationship: is_a IMS:1000120 ! SIMS
532
+
533
+ [Term]
534
+ id: IMS:1001207
535
+ name: primary ion dose density
536
+ def: "Density of the primary ions." [COMPUTIS:IMS]
537
+ xref: value-type:xsd\:float "The allowed value-type for this CV term."
538
+ relationship: is_a IMS:1000120 ! SIMS
539
+ relationship: has_units UO:0000030 ! ions per square centimeter
540
+
541
+ [Term]
542
+ id: IMS:1001211
543
+ name: solvent
544
+ def: "The solvent which was used to pick up the analyte from the surface of the imaging object." [COMPUTIS:IMS]
545
+ relationship: is_a IMS:1000121 ! DESI
546
+
547
+ [Term]
548
+ id: IMS:1001212
549
+ name: spray voltage
550
+ def: "Voltage applied to the DESI source to get ions moving into the direction of the inlet of the mass spectrometer." [COMPUTIS:IMS]
551
+ xref: value-type:xsd\:float "The allowed value-type for this CV term."
552
+ relationship: is_a IMS:1000121 ! DESI
553
+ relationship: has_units UO:0000248 ! kilovolt
554
+
555
+ [Term]
556
+ id: IMS:1001213
557
+ name: solvent flowrate
558
+ def: "Rate with which the solvent is flowing on the surface of the imaging object" [COMPUTIS:IMS]
559
+ xref: value-type:xsd\:float "The allowed value-type for this CV term."
560
+ relationship: is_a IMS:1000121 ! DESI
561
+ relationship: has_units IMS:1000131 ! milliliter per minute
562
+