⚠️There's a newer version (2.0.3.1) of this package. Take me there.

Biclust R package

Installation

Release (1.2.0)

install.packages("biclust")

Development (2.0.0)

install.packages("devtools") # If not yet installed on your R Version
devtools::install_github("Biclustering/biclust")

Description

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.

Example

data(BicatYeast)
res<-biclust(BicatYeast, method=BCPlaid(), verbose=FALSE)
res

Copy Link

Version

Down Chevron

Install

install.packages('biclust')

Monthly Downloads

2,937

Version

2.0.1

License

GPL-3

Maintainer

Last Published

June 9th, 2018

Functions in biclust (2.0.1)