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
:Saves input Parameters in a list
RowxNumber
:Logical Matrix which contains 1 in [i,j] if Row i is in Bicluster j
NumberxCol
:Logical Matrix which contains 1 in [i,j] if Col j is in Bicluster i
Number
:Number of Bicluster
info
:Additional Outputs from the different bicluster algorithms
Sebastian Kaiser sebastian.kaiser@stat.uni-muenchen.de
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.
biclust
, BiclustMethod-class