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

adding peptide and spectrum identification count terms #117

Merged
merged 3 commits into from
Mar 25, 2022
Merged
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
22 changes: 19 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.75
date: 23:03:2022 02:22
saved-by: Eric Deutsch
data-version: 4.1.76
date: 24:03:2022 12:17
saved-by: Mathias Walzer
auto-generated-by: OBO-Edit 2.3.1
import: http://purl.obolibrary.org/obo/pato.obo
import: http://purl.obolibrary.org/obo/uo.obo
Expand Down Expand Up @@ -22317,6 +22317,22 @@ def: "Process to transfer one or more protons from a multiply charged cation (pe
synonym: "PTCR" EXACT []
is_a: MS:1000008 ! ionization type

[Term]
id: MS:1003250
name: count of identified peptidoforms
def: "The number of peptidoforms that pass the threshold to be considered identified with sufficient confidence." [PSI:PI]
xref: value-type:xsd\:int "The allowed value-type for this CV term."
is_a: MS:1002702 ! peptide sequence-level result list attribute
relationship: has_value_type xsd\:int ! The allowed value-type for this CV term

[Term]
id: MS:1003251
name: count of identified spectra
def: "The number of spectra that pass the threshold to be considered identified with sufficient confidence." [PSI:PI]
xref: value-type:xsd\:int "The allowed value-type for this CV term."
is_a: MS:1002700 ! PSM-level result list attribute
relationship: has_value_type xsd\:int ! The allowed value-type for this CV term

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