You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| protein_accessions | list[string]| nullable | Protein accessions |
78
+
79
+
### Spectral Data Fields (7) - Optional
80
+
81
+
**Note**: These fields are **optional** - they may not exist in the file at all. Use `--spectral-data` flag during conversion to include these columns.
| charge_array | list[int32]| Fragment ion charge array |
80
-
| ion_type_array | list[string]| Ion type annotations (b, y, a, etc.) |
81
-
| ion_mobility_array | list[float32]| Fragment ion mobility array |
93
+
**Nullable vs Optional**: These fields are *optional* (column may be absent), not just *nullable* (column exists with null values). See [Field Classification](format-specification.md#field-classification) for details.
82
94
83
95
## How to Generate Examples
84
96
@@ -152,6 +164,32 @@ When `--spectral-data` is enabled, spectral arrays are populated:
152
164
}
153
165
```
154
166
167
+
### PSM with Fragmentation Information (via cv_params)
168
+
169
+
Fragmentation method and collision energy should be stored as CV terms in the `cv_params` field:
**Why human-readable names?** QPX uses readable term names (like `dissociation method`) instead of ontology accessions (like `MS:1000044`) to align with successful omics formats such as GTF and AnnData. This makes data self-documenting while the specification provides formal definitions. See [Design Philosophy](format-specification.md#psm-cv-params) for details.
Copy file name to clipboardExpand all lines: docs/cli-reference.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Convert various mass spectrometry data formats to the QPX standard format:
22
22
23
23
Transform and process data within the QPX ecosystem:
24
24
25
-
-**Absolute Expression (AE)**: Convert iBAQ absolute expression data to QPX format ([format specification](https://io.quantms.org/format-specification/#absolute))
25
+
-**Absolute Expression (AE)**: Convert iBAQ absolute expression data to QPX format ([format specification](format-specification.md#absolute))
**Format Specification**: For details about the AE format structure and fields, see the [Absolute Expression Format Specification](https://io.quantms.org/format-specification/#absolute).
121
+
**Format Specification**: For details about the AE format structure and fields, see the [Absolute Expression Format Specification](format-specification.md#absolute).
0 commit comments