omicverse.metabol.pyMetabo.significant_metabolites#
- pyMetabo.significant_metabolites(*, padj_thresh=0.05, log2fc_thresh=1.0)[source]#
Filter
self.deg_tableto padj <padj_threshand |log2fc| ≥log2fc_thresh.Convenience selector — equivalent to the standard volcano-plot cutoffs. Raises
RuntimeErrorifdifferential()hasn’t run. For small-cohort metabolomics studies, consider relaxingpadj_thresh(e.g. 0.10–0.20) since BH-FDR is conservative.