mgnipy.emgapi_v2_client.api.samples.list_mgnify_samples module#
- async mgnipy.emgapi_v2_client.api.samples.list_mgnify_samples.asyncio(*, client, biome_lineage=<mgnipy.emgapi_v2_client.types.Unset object>, search=<mgnipy.emgapi_v2_client.types.Unset object>, order=<mgnipy.emgapi_v2_client.types.Unset object>, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List all samples analysed by MGnify
MGnify samples inherit directly from samples (or BioSamples) in ENA.
- Parameters:
biome_lineage (None | str | Unset) – The lineage to match, including all descendant biomes
search (None | str | Unset) – Search within sample titles and accessions
order (ListMgnifySamplesOrderType0 | None | Unset)
client (AuthenticatedClient | Client)
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
NinjaPaginationResponseSchemaMGnifySample
- Return type:
- async mgnipy.emgapi_v2_client.api.samples.list_mgnify_samples.asyncio_detailed(*, client, biome_lineage=<mgnipy.emgapi_v2_client.types.Unset object>, search=<mgnipy.emgapi_v2_client.types.Unset object>, order=<mgnipy.emgapi_v2_client.types.Unset object>, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List all samples analysed by MGnify
MGnify samples inherit directly from samples (or BioSamples) in ENA.
- Parameters:
biome_lineage (None | str | Unset) – The lineage to match, including all descendant biomes
search (None | str | Unset) – Search within sample titles and accessions
order (ListMgnifySamplesOrderType0 | None | Unset)
client (AuthenticatedClient | Client)
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Response[NinjaPaginationResponseSchemaMGnifySample]
- Return type:
- mgnipy.emgapi_v2_client.api.samples.list_mgnify_samples.sync(*, client, biome_lineage=<mgnipy.emgapi_v2_client.types.Unset object>, search=<mgnipy.emgapi_v2_client.types.Unset object>, order=<mgnipy.emgapi_v2_client.types.Unset object>, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List all samples analysed by MGnify
MGnify samples inherit directly from samples (or BioSamples) in ENA.
- Parameters:
biome_lineage (None | str | Unset) – The lineage to match, including all descendant biomes
search (None | str | Unset) – Search within sample titles and accessions
order (ListMgnifySamplesOrderType0 | None | Unset)
client (AuthenticatedClient | Client)
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
NinjaPaginationResponseSchemaMGnifySample
- Return type:
- mgnipy.emgapi_v2_client.api.samples.list_mgnify_samples.sync_detailed(*, client, biome_lineage=<mgnipy.emgapi_v2_client.types.Unset object>, search=<mgnipy.emgapi_v2_client.types.Unset object>, order=<mgnipy.emgapi_v2_client.types.Unset object>, page=1, page_size=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
List all samples analysed by MGnify
MGnify samples inherit directly from samples (or BioSamples) in ENA.
- Parameters:
biome_lineage (None | str | Unset) – The lineage to match, including all descendant biomes
search (None | str | Unset) – Search within sample titles and accessions
order (ListMgnifySamplesOrderType0 | None | Unset)
client (AuthenticatedClient | Client)
- Raises:
errors.UnexpectedStatus – If the server returns an undocumented status code and Client.raise_on_unexpected_status is True.
httpx.TimeoutException – If the request takes longer than Client.timeout.
- Returns:
Response[NinjaPaginationResponseSchemaMGnifySample]
- Return type: