The function biclust is the main function of the package. It calculates the bicluster in a data matrix using the algorithm specified in the method-argument.
Currently the package contains 5 different methods for the use in biclust. For each algorithm see the class help files for further details.
For some algorithms preproccessing is necessary, e.g. BCBimax only runs with a logical matrix.
Usage
# S4 method for matrix,BiclustMethod
biclust(x,method,...)
# S4 method for matrix,character
biclust(x,method,...)
Value
Returns an object of class Biclust.
Arguments
x
Data matrix.
method
An object of class "BiclustMethod" or a character string with the name of a "BiclustMethod"-class.