Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minimal terms for ion mobility frames #365

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 41 additions & 1 deletion psi-ms.obo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
format-version: 1.2
data-version: 4.1.188
data-version: 4.1.189
date: 13:01:2025 17:58
saved-by: Joshua Klein
default-namespace: MS
Expand Down Expand Up @@ -22732,6 +22732,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:1003434
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:1003435
name: ion mobility profile frame
def: "An ion mobility frame where the ion mobility dimension is continuous." [PSI:MS]
is_a: MS:1003434 ! ion mobility frame representation

[Term]
id: MS:1003436
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:1003434 ! ion mobility frame representation

[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:4000000
name: PSI-MS CV Quality Control Vocabulary
Expand Down
Loading