mgnipy.emgapi_v2_client.models.m_gnify_sample_detail module#

class mgnipy.emgapi_v2_client.models.m_gnify_sample_detail.MGnifySampleDetail(accession, ena_accessions, sample_title, biome, updated_at, metadata, studies)[source]#

Bases: object

Parameters:
accession#
Type:

str

ena_accessions#
Type:

list [str ]

sample_title#
Type:

None | str

biome#
Type:

Biome | None

updated_at#
Type:

datetime.datetime

metadata#

Metadata associated with the sample, sourced from the ENA Sample record.

Type:

MGnifySampleDetailMetadata

studies#
Type:

list [MGnifyStudy]

accession: str #
property additional_keys: list [str ]#
additional_properties: dict [str , Any]#
biome: Biome | None #
ena_accessions: list [str ]#
classmethod from_dict(src_dict)[source]#
Parameters:

src_dict (Mapping [str , Any ])

Return type:

T

metadata: MGnifySampleDetailMetadata#
sample_title: None | str #
studies: list [MGnifyStudy]#
to_dict()[source]#
Return type:

dict [str , Any ]

updated_at: datetime.datetime #