Data Preparation

Load a feature quantification table (features in rows, samples in columns) and a metadata table (one row per sample, with a filename column). Then clean up, impute, normalize and scale — everything runs locally, your files never upload.

1 · Load your two tables

Feature quantification table
Features × samples. Sample columns often end in .mzML.
CSV / TSV / TXT.
Metadata table
One row per sample. Needs a filename column plus attribute columns.
CSV / TSV / TXT.

A browser-only companion to the FBMN-STATS Guide (Functional Metabolomics Lab). Methods are hand-implemented for transparency and offline use; for publication-grade pipelines with QIIME2/R equivalents, batch correction and molecular-network integration, use the original notebooks and web app. Nothing here is uploaded — all computation is local.