Bioc2026 Registration Open!

microSTASIS

Microbiota STability ASsessment via Iterative cluStering

Bioconductor version: 3.23 · Package version: 1.12.0

The toolkit 'µSTASIS', or microSTASIS, has been developed for the stability analysis of microbiota in a temporal framework by leveraging on iterative clustering. Concretely, the core function uses Hartigan-Wong k-means algorithm as many times as possible for stressing out paired samples from the same individuals to test if they remain together for multiple numbers of clusters over a whole data set of individuals. Moreover, the package includes multiple functions to subset samples from paired times, validate the results or visualize the output.

Installation

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

BiocManager::install("microSTASIS")

Details

MaintainerPedro Sánchez-Sánchez <bio.pedro.technology@gmail.com>
AuthorPedro Sánchez-Sánchez [aut, cre] (ORCID: <https://orcid.org/0000-0002-4846-1813>), Alfonso Benítez-Páez [aut] (ORCID: <https://orcid.org/0000-0001-5707-4340>)
LicenseGPL-3
URLhttps://doi.org/10.1093/bib/bbac055
Bug Reportshttps://github.com/BiotechPedro/microSTASIS
StatusDeprecated
Downloads rank87
Source branchRELEASE_3_23
biocViewsBiomedicalInformatics, Clustering, GeneticVariability, Microbiome, MultipleComparison, Software

Documentation

Download

Dependencies

Depends: R (>= 4.2.0)

Imports: BiocParallel, ggplot2, ggside, grid, rlang, stats, stringr, TreeSummarizedExperiment

Suggests: BiocStyle, gghighlight, knitr, rmarkdown, methods, RefManageR, sessioninfo, SingleCellExperiment, SummarizedExperiment, testthat (>= 3.0.0)