Package: MeLSI
Type: Package
Title: Metric Learning for Statistical Inference in Microbiome Analysis
Version: 0.99.9
Authors@R: c(person("Nathan", "Bresette", email = "nathanbresette04@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0009-0003-1554-6006")), person("Aaron C.", "Ericsson", role = "aut", comment = c(ORCID = "0000-0002-3053-7269")), person("Carter", "Woods", role = "aut", comment = c(ORCID = "0009-0007-5345-2712")), person("Ai-Ling", "Lin", role = c("aut", "fnd"), comment = c(ORCID = "0000-0002-5197-2219")))
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.4.0)
URL: https://github.com/NathanBresette/MeLSI
BugReports: https://github.com/NathanBresette/MeLSI/issues
Imports: vegan, ggplot2, phyloseq, stats, utils
Suggests: testthat, knitr, rmarkdown, BiocManager, BiocStyle,
        BiocParallel, Matrix, microbiome
VignetteBuilder: knitr
biocViews: Software, StatisticalMethod, Microbiome
Config/pak/sysreqs: libglpk-dev libicu-dev libxml2-dev zlib1g-dev
Repository: https://bioc.r-universe.dev
Date/Publication: 2026-04-17 16:20:57 UTC
RemoteUrl: https://github.com/bioc/MeLSI
RemoteRef: HEAD
RemoteSha: a44145fc5a0182344b92ec26152916b7ed1f6669
NeedsCompilation: no
Packaged: 2026-04-18 06:19:02 UTC; root
Author: Nathan 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>)
Maintainer: Nathan Bresette <nathanbresette04@gmail.com>
Built: R 4.6.0; ; 2026-04-18 06:21:06 UTC; windows
