CHANGELOG.md
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
metbit/__init__.py
metbit/_compat.py
metbit/_native.py
metbit/_native_backend.c
metbit/lazy_opls_da.py
metbit/pretreatment.py
metbit/_internal/__init__.py
metbit/_internal/pairs.py
metbit/_internal/report.py
metbit/analysis/__init__.py
metbit/analysis/large_scale.py
metbit/analysis/opls_da.py
metbit/analysis/pca.py
metbit/analysis/stocsy.py
metbit/apps/__init__.py
metbit/apps/annotate.py
metbit/apps/peak_picker.py
metbit/apps/stocsy_app.py
metbit/apps/take_intensity.py
metbit/models/__init__.py
metbit/models/base.py
metbit/models/cross_validation.py
metbit/models/opls.py
metbit/models/pls.py
metbit/models/vip.py
metbit/nmr/__init__.py
metbit/nmr/alignment.py
metbit/nmr/calibrate.py
metbit/nmr/denoise.py
metbit/nmr/peaks.py
metbit/nmr/preprocess.py
metbit/preprocessing/__init__.py
metbit/preprocessing/baseline.py
metbit/preprocessing/normalize.py
metbit/preprocessing/pretreatment.py
metbit/preprocessing/scaler.py
metbit/preprocessing/scaler_ext.py
metbit/stats/__init__.py
metbit/stats/normalise.py
metbit/stats/univariate.py
metbit/viz/__init__.py
metbit/viz/boxplot.py
metbit/viz/ellipse.py
metbit/viz/plots.py
tests/test_ab_aa.py
tests/test_alignment.py
tests/test_annotate_helpers.py
tests/test_base.py
tests/test_baseline.py
tests/test_calibrate.py
tests/test_compat_coverage.py
tests/test_coverage_gaps.py
tests/test_cross_validation.py
tests/test_denoise.py
tests/test_e2e_pipeline.py
tests/test_large_scale.py
tests/test_metbit_core.py
tests/test_native_backend.py
tests/test_nmr_preprocess.py
tests/test_normalise.py
tests/test_normalise_extra_coverage.py
tests/test_opls.py
tests/test_opls_da_extra_coverage.py
tests/test_pca_coverage.py
tests/test_pca_ellipse.py
tests/test_peak_processe.py
tests/test_performance.py
tests/test_plotting.py
tests/test_pls.py
tests/test_pretreatment.py
tests/test_project_name.py
tests/test_scaler.py
tests/test_security_annotations.py
tests/test_spec_norm.py
tests/test_stocsy.py
tests/test_univariate_coverage.py
tests/test_utility.py
tests/test_vip.py