21. mzPeak metadata sample list¶
Describe the JSON format of the sample list. Multiple samples can be present in a single run in scenarios like multiplexing or pooling.
Type: array
Items: 21.1.1 sample
21.1 Definitions¶
21.1.1 sample¶
A description (one) of the samples used to generate this dataset. Analogous to https://peptideatlas.org/tmp/mzML1.1.0.html#sample.
Type: object
21.1.1.1 Properties¶
| Property | Type | Required | Description |
|---|---|---|---|
id |
string |
Yes | A unique identifier for this sample. |
name |
string |
A human-readable name for this sample that might be easier to recognize. | |
parameters |
array of param |
Yes | Additional parameters describing this sample. |
21.1.1.2 Property Details¶
id - string (required)
A unique identifier for this sample.
name - string (optional)
A human-readable name for this sample that might be easier to recognize.
parameters - array of param (required)
Additional parameters describing this sample.