Biclust-class {biclust} | R Documentation |
Biclust is the class structure for results of a bicluster algorithm. It contains all information needed for further processing.
The show
Method gives the Name of the Algorithm used and the first Bicluster found.
The summary
Method gives sizes of all bicluster found.
Objects can be created by performing a bicluster algorithm via the biclust()
function.
Objects of class Biclust
have the following slots:
Parameters
:RowxNumber
:NumberxCol
:Number
:
RowxNumber
and NumberxCol
are named after the arrangement of the data they contain. The column results are transposed in order to ensure a easy processing.
Sebastian Kaiser sebastian.kaiser@stat.uni-muenchen.de