mgnipy.emgapi_v2_client.api.studies.get_mgnify_study module#
- async mgnipy.emgapi_v2_client.api.studies.get_mgnify_study.asyncio(accession, *, client)[source]#
Get the detail of a single study analysed by MGnify
MGnify studies inherit directly from studies (or projects) in ENA.
- Parameters:
accession (str )
client (AuthenticatedClient)
- 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:
MGnifyStudyDetail
- Return type:
MGnifyStudyDetail | None
- async mgnipy.emgapi_v2_client.api.studies.get_mgnify_study.asyncio_detailed(accession, *, client)[source]#
Get the detail of a single study analysed by MGnify
MGnify studies inherit directly from studies (or projects) in ENA.
- Parameters:
accession (str )
client (AuthenticatedClient)
- 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[MGnifyStudyDetail]
- Return type:
- mgnipy.emgapi_v2_client.api.studies.get_mgnify_study.sync(accession, *, client)[source]#
Get the detail of a single study analysed by MGnify
MGnify studies inherit directly from studies (or projects) in ENA.
- Parameters:
accession (str )
client (AuthenticatedClient)
- 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:
MGnifyStudyDetail
- Return type:
MGnifyStudyDetail | None
- mgnipy.emgapi_v2_client.api.studies.get_mgnify_study.sync_detailed(accession, *, client)[source]#
Get the detail of a single study analysed by MGnify
MGnify studies inherit directly from studies (or projects) in ENA.
- Parameters:
accession (str )
client (AuthenticatedClient)
- 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[MGnifyStudyDetail]
- Return type: