This repository is archived since the development will be done in CRAN directly (https://cran.r-project.org/web/packages/biclust/index.html) . This is need due to a change in the lead maintainer which will be Friedrich Leisch from now on.
install.packages("biclust")
The main function biclust provides several algorithms to find biclusters in two-dimensional data: Cheng and Church, Spectral, Plaid Model, Xmotifs and Bimax. In addition, the package provides methods for data preprocessing (normalization and discretisation), visualisation, and validation of bicluster solutions.
data(BicatYeast)
res<-biclust(BicatYeast, method=BCPlaid(), verbose=FALSE)
res
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.