Overview¶
These examples are small, runnable scripts for taking first steps in learning the public emzed API.
Each example also has an executed notebook version (.ipynb) with captured
output; the documentation pages are generated from those notebooks.
Start here:
- Table basics: create, filter, and reshape an
emzed.Table - I/O basics: save and load
.table, CSV, and Excel files - Chemistry basics: molecular formulas, exact masses, and adduct tables
- Targeted annotation: build a candidate space and annotate adducts
- Feature finding with FeatureFinderMetabo: detect features in a small
mzXMLfile - Peak integration: integrate peak areas from an existing peak table
- Chromatogram integration: extract chromatograms and integrate peak areas
- R interpreter bridge: run R code, convert data.frames into
emzed.Table
Most examples avoid XCMS/feature-finder workflows so beginners can run them without installing R first. The FeatureFinderMetabo example is the exception and notes its R/XCMS requirement explicitly.