- Notifications
You must be signed in to change notification settings - Fork0
Multi-algorithm Ensemble Biclustering Method MoSBi | Publication:https://doi.org/10.1073/pnas.2118210119
License
tdrose/mosbi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 packagehere 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.
About
Multi-algorithm Ensemble Biclustering Method MoSBi | Publication:https://doi.org/10.1073/pnas.2118210119