swagger_client.models.ms_run module¶
mzTab-M reference implementation and validation API.
This is the mzTab-M reference implementation and validation API service. # noqa: E501
OpenAPI spec version: 2.0.0 Contact: nils.hoffmann@isas.de Generated by: https://github.com/swagger-api/swagger-codegen.git
-
class
swagger_client.models.ms_run.
MsRun
(name=None, location=None, instrument_ref=None, format=None, id_format=None, fragmentation_method=None, scan_polarity=None, hash=None, hash_method=None, **kwargs)¶ Bases:
swagger_client.models.indexed_element.IndexedElement
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually.
MsRun - a model defined in Swagger
-
attribute_map
= {'format': 'format', 'fragmentation_method': 'fragmentation_method', 'hash': 'hash', 'hash_method': 'hash_method', 'id_format': 'id_format', 'instrument_ref': 'instrument_ref', 'location': 'location', 'name': 'name', 'scan_polarity': 'scan_polarity'}¶
-
property
format
¶ Gets the format of this MsRun. # noqa: E501
The msRun’s file format. # noqa: E501
- Returns
The format of this MsRun. # noqa: E501
- Return type
-
property
fragmentation_method
¶ Gets the fragmentation_method of this MsRun. # noqa: E501
The fragmentation methods applied during this msRun. # noqa: E501
- Returns
The fragmentation_method of this MsRun. # noqa: E501
- Return type
list[Parameter]
-
property
hash
¶ Gets the hash of this MsRun. # noqa: E501
The file hash value of this msRun’s data file. # noqa: E501
- Returns
The hash of this MsRun. # noqa: E501
- Return type
str
-
property
hash_method
¶ Gets the hash_method of this MsRun. # noqa: E501
The hash method used to calculate the file hash. # noqa: E501
- Returns
The hash_method of this MsRun. # noqa: E501
- Return type
-
property
id_format
¶ Gets the id_format of this MsRun. # noqa: E501
The msRun’s mass spectra id format. # noqa: E501
- Returns
The id_format of this MsRun. # noqa: E501
- Return type
-
property
instrument_ref
¶ Gets the instrument_ref of this MsRun. # noqa: E501
The instrument on which this msRun was measured. # noqa: E501
- Returns
The instrument_ref of this MsRun. # noqa: E501
- Return type
-
property
location
¶ Gets the location of this MsRun. # noqa: E501
The msRun’s location URI. # noqa: E501
- Returns
The location of this MsRun. # noqa: E501
- Return type
str
-
property
name
¶ Gets the name of this MsRun. # noqa: E501
The msRun’s name. # noqa: E501
- Returns
The name of this MsRun. # noqa: E501
- Return type
str
-
property
scan_polarity
¶ Gets the scan_polarity of this MsRun. # noqa: E501
The scan polarity/polarities used during this msRun. # noqa: E501
- Returns
The scan_polarity of this MsRun. # noqa: E501
- Return type
list[Parameter]
-
swagger_types
= {'format': 'Parameter', 'fragmentation_method': 'list[Parameter]', 'hash': 'str', 'hash_method': 'Parameter', 'id_format': 'Parameter', 'instrument_ref': 'Instrument', 'location': 'str', 'name': 'str', 'scan_polarity': 'list[Parameter]'}¶
-
to_dict
()¶ Returns the model properties as a dict
-
to_str
()¶ Returns the string representation of the model
-