Skip to content

Biclustering/biclust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Biclust R package

General

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.

Installation

Release (2.0.3)

install.packages("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

About

biclust R Package Development Version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published