20. mzPeak metadata data processing method list¶
Describe the JSON format of data processing method list
Type: array
Items: 20.1.1 data_processing_method
20.1 Definitions¶
20.1.1 data_processing_method¶
Describes a single instrument configuration that was used. Analogous to https://peptideatlas.org/tmp/mzML1.1.0.html#dataProcessingList
Type: object
20.1.1.1 Properties¶
| Property | Type | Required | Description |
|---|---|---|---|
id |
string |
A unique identifier for the data processing method. | |
methods |
array of 20.1.2 processing_method |
20.1.1.2 Property Details¶
id - string (optional)
A unique identifier for the data processing method.
methods - array of 20.1.2 processing_method (optional)
20.1.2 processing_method¶
Describes a single step of data processing.
Type: object
20.1.2.1 Properties¶
| Property | Type | Required | Description |
|---|---|---|---|
order |
integer |
The order in which the step is applied in the data processing pipeline. | |
software_reference |
string |
The identifier for a software entry that performed this operation. | |
parameters |
array of param |
Additional parameters describing this data processing step denoting actions, parameters, and other descriptors. |
20.1.2.2 Property Details¶
order - integer (optional)
The order in which the step is applied in the data processing pipeline.
software_reference - string (optional)
The identifier for a software entry that performed this operation.
parameters - array of param (optional)
Additional parameters describing this data processing step denoting actions, parameters, and other descriptors.