mgnipy.emgapi_v2_client.models.m_gnify_analysis_with_annotations module#
- class mgnipy.emgapi_v2_client.models.m_gnify_analysis_with_annotations.MGnifyAnalysisWithAnnotations(experiment_type, study_accession, accession, run, sample, assembly, pipeline_version, read_run, quality_control_summary, annotations, downloads=<mgnipy.emgapi_v2_client.types.Unset object>, results_dir=<mgnipy.emgapi_v2_client.types.Unset object>, metadata=<mgnipy.emgapi_v2_client.types.Unset object>)[source]#
Bases:
object- Parameters:
experiment_type (str )
study_accession (str )
accession (str )
run (AnalysedRun | None)
sample (MGnifySample | None)
assembly (Assembly | None)
pipeline_version (None | PipelineVersions)
read_run (list [AnalysedRun] | None)
quality_control_summary (MGnifyAnalysisWithAnnotationsQualityControlSummaryType0 | None)
annotations (MGnifyAnalysisWithAnnotationsAnnotations)
downloads (list [MGnifyAnalysisDownloadFile] | Unset)
metadata (MGnifyAnalysisWithAnnotationsMetadataType0 | None | Unset)
- experiment_type#
Experiment type refers to the type of sequencing data that was analysed, e.g. amplicon reads or a metagenome assembly
- Type:
- run#
- Type:
AnalysedRun | None
- sample#
- Type:
MGnifySample | None
- pipeline_version#
- Type:
None | PipelineVersions
- read_run#
Metadata associated with the original read run(s) this analysis is based on, whether or not those reads were assembled.
- Type:
list [AnalysedRun] | None
- quality_control_summary#
- annotations#
- downloads#
- Type:
- metadata#
Additional metadata associated with the analysis
- Type:
- annotations: MGnifyAnalysisWithAnnotationsAnnotations#
- downloads: list [MGnifyAnalysisDownloadFile] | Unset#
- metadata: MGnifyAnalysisWithAnnotationsMetadataType0 | None | Unset#
- pipeline_version: None | PipelineVersions#
- quality_control_summary: MGnifyAnalysisWithAnnotationsQualityControlSummaryType0 | None #
- read_run: list [AnalysedRun] | None #
- run: AnalysedRun | None #
- sample: MGnifySample | None #