Installation¶
From PyPI¶
For standard quantification workflows, the core package is enough. Install optional extras only when you need specific functionality.
Optional Extras¶
mokume uses optional dependencies for specialized features:
Enables DirectLFQ quantification and the DirectLFQ backend for MaxLFQ.
Enables volcano plots, heatmaps, PCA, and box plots (matplotlib + seaborn).
Enables ComBat-based batch correction via the combat dependency.
Enables the mokume tissuemap workflow for per-dataset tissue atlas analysis,
including AdaTiSS tissue-specificity scoring, embeddings, and atlas plots.
From Source¶
Using Conda¶
Requirements¶
- Python >= 3.9
- Core dependencies: numpy, pandas, scipy, scikit-learn, pyopenms, pyarrow, duckdb, click, anndata