swagger_client.models.assay 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.assay.
Assay
(name=None, custom=None, external_uri=None, sample_ref=None, ms_run_ref=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.
Assay - a model defined in Swagger
-
attribute_map
= {'custom': 'custom', 'external_uri': 'external_uri', 'ms_run_ref': 'ms_run_ref', 'name': 'name', 'sample_ref': 'sample_ref'}¶
-
property
custom
¶ Gets the custom of this Assay. # noqa: E501
Additional user or cv parameters. # noqa: E501
- Returns
The custom of this Assay. # noqa: E501
- Return type
list[Parameter]
-
property
external_uri
¶ Gets the external_uri of this Assay. # noqa: E501
An external URI to further information about this assay. # noqa: E501
- Returns
The external_uri of this Assay. # noqa: E501
- Return type
str
-
property
ms_run_ref
¶ Gets the ms_run_ref of this Assay. # noqa: E501
The ms run(s) referenced by this assay. # noqa: E501
- Returns
The ms_run_ref of this Assay. # noqa: E501
- Return type
list[MsRun]
-
property
name
¶ Gets the name of this Assay. # noqa: E501
The assay name. # noqa: E501
- Returns
The name of this Assay. # noqa: E501
- Return type
str
-
property
sample_ref
¶ Gets the sample_ref of this Assay. # noqa: E501
The sample referenced by this assay. # noqa: E501
- Returns
The sample_ref of this Assay. # noqa: E501
- Return type
-
swagger_types
= {'custom': 'list[Parameter]', 'external_uri': 'str', 'ms_run_ref': 'list[MsRun]', 'name': 'str', 'sample_ref': 'Sample'}¶
-
to_dict
()¶ Returns the model properties as a dict
-
to_str
()¶ Returns the string representation of the model
-