omicverse.metabol.pyMetabo

Contents

omicverse.metabol.pyMetabo#

omicverse.metabol.pyMetabo(adata, random_state=0)[source]#

Lifecycle class for a metabolomics analysis.

Attributes populated as the pipeline runs#

adata : the current state of the AnnData (updated in place on each call) raw : the original AnnData handed in at construction (never mutated) deg_table : DataFrame returned by differential() plsda_result : PLSDAResult from plsda() / opls_da()