R package of the biclustering ensemble algorithm MoSBi.
For information about the algorithm please have a look at the publication:
MoSBi: Automated signature mining for molecular stratification and subtyping
Tim Daniel Rose, Thibault Bechtler, Octavia-Andreea Ciora, Kim Anh Lilian Le, Florian Molnar, Nikolai Koehler, Jan Baumbach, Richard Röttger, Josch Konstantin Pauling
Proceedings of the National Academy of Sciences, 2022; 119 (16): e2118210119;
The easiest way to install MoSBi is from Bioconductor.
You can find the package here and install is with this command:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("mosbi")
For experienced users, the package can be installed directly from GitHub:
# install.packages("devtools")
devtools::install_github("tdrose/mosbi")
This software is published under the AGPLv3 license.