Skip to content

tdrose/mosbi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoSBi - Molecular signatures using Biclustering

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;

doi: https://doi.org/10.1073/pnas.2118210119

Installation

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")

License

This software is published under the AGPLv3 license.

AGPLv3 logo