Skip to content

Commit

Permalink
Add minimal terms for ion mobility frames (#365)
Browse files Browse the repository at this point in the history
* add minimal terms for IM frames

* fix duplicate ID

* fix duplicate ID
  • Loading branch information
mobiusklein authored Feb 28, 2025
1 parent c8ad605 commit 46153ca
Showing 1 changed file with 43 additions and 3 deletions.
46 changes: 43 additions & 3 deletions psi-ms.obo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format-version: 1.2
data-version: 4.1.191
date: 12:02:2025 17:58
saved-by: Eric Deutsch
data-version: 4.1.192
date: 28:02:2025 17:58
saved-by: Joshua Klein
default-namespace: MS
namespace-id-rule: * MS:$sequence(7,0,9999999)$
namespace-id-rule: * PEFF:$sequence(7,0,9999999)$
Expand Down Expand Up @@ -22755,6 +22755,46 @@ is_a: MS:1001143 ! PSM-level search engine specific statistic
relationship: has_order MS:1002108 ! higher score better
relationship: has_value_type xsd:double ! The allowed value-type for this CV term

[Term]
id: MS:1003437
name: lowest observed ion mobility
def: "Lowest ion mobility value observed in the ion mobility measurement array." [PSI:MS]
is_a: MS:1000808 ! chromatogram attribute
is_a: MS:1003058 ! spectrum property
relationship: has_units UO:0000028 ! millisecond
relationship: has_units UO:0000010 ! second
relationship: has_units MS:1002814 ! volt-second per square centimeter
relationship: has_value_type xsd:float ! The allowed value-type for this CV term

[Term]
id: MS:1003438
name: highest observed ion mobility
def: "Highest ion mobility value observed in the ion mobility measurement array." [PSI:MS]
is_a: MS:1000808 ! chromatogram attribute
is_a: MS:1003058 ! spectrum property
relationship: has_units UO:0000028 ! millisecond
relationship: has_units UO:0000010 ! second
relationship: has_units MS:1002814 ! volt-second per square centimeter
relationship: has_value_type xsd:float ! The allowed value-type for this CV term

[Term]
id: MS:1003439
name: ion mobility frame representation
def: "Representation of one or more spectra acquired across an ion mobility dimension." [PSI:MS]
is_a: MS:1000499 ! spectrum attribute

[Term]
id: MS:1003440
name: ion mobility profile frame
def: "An ion mobility frame where the ion mobility dimension is continuous." [PSI:MS]
is_a: MS:1003439 ! ion mobility frame representation

[Term]
id: MS:1003441
name: ion mobility centroid frame
def: "An ion mobility frame where the ion mobility dimension is processed into discrete peaks of zero width." [PSI:MS]
is_a: MS:1003439 ! ion mobility frame representation

[Term]
id: MS:4000000
name: PSI-MS CV Quality Control Vocabulary
Expand Down

0 comments on commit 46153ca

Please sign in to comment.