Bioc2026 Registration Open!

MeLSI

Metric Learning for Statistical Inference in Microbiome Analysis

Bioconductor version: 3.23 · Package version: 1.0.1

MeLSI (Metric Learning for Statistical Inference) is a novel machine learning method for microbiome data analysis that learns optimal distance metrics to improve statistical power in detecting group differences. Unlike traditional distance metrics (Bray-Curtis, Euclidean, Jaccard), MeLSI adapts to the specific characteristics of your dataset to maximize separation between groups. The method uses an ensemble of weak learners to identify which microbial features drive group differences, providing both improved statistical power and biological interpretability through feature importance weights.

Installation

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("MeLSI")

Details

MaintainerNathan Bresette <nathanbresette04@gmail.com>
AuthorNathan Bresette [aut, cre] (ORCID: <https://orcid.org/0009-0003-1554-6006>), Aaron C. Ericsson [aut] (ORCID: <https://orcid.org/0000-0002-3053-7269>), Carter Woods [aut] (ORCID: <https://orcid.org/0009-0007-5345-2712>), Ai-Ling Lin [aut, fnd] (ORCID: <https://orcid.org/0000-0002-5197-2219>)
LicenseMIT + file LICENSE
URLhttps://github.com/NathanBresette/MeLSI
Bug Reportshttps://github.com/NathanBresette/MeLSI/issues
Downloads rank42
Source branchRELEASE_3_23
biocViewsMicrobiome, Software, StatisticalMethod

Documentation

Download

Dependencies

Depends: R (>= 4.5.0)

Imports: ggplot2, stats, utils, Rcpp

LinkingTo: Rcpp

Suggests: testthat, knitr, rmarkdown, BiocManager, BiocStyle, BiocParallel, Matrix, microbiome, phyloseq, vegan