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
| Maintainer | Pedro Sánchez-Sánchez <bio.pedro.technology@gmail.com> |
| Author | Pedro 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>) |
| License | GPL-3 |
| URL | https://doi.org/10.1093/bib/bbac055 |
| Bug Reports | https://github.com/BiotechPedro/microSTASIS |
| Status | Deprecated |
| Downloads rank | 87 |
| Source branch | RELEASE_3_23 |
| biocViews | BiomedicalInformatics, 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)