Biclust-class {biclust}R Documentation

The Biclust Class

Description

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 from the Class

Objects can be created by performing a bicluster algorithm via the biclust() function.

Slots

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

Details

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.

Author(s)

Sebastian Kaiser sebastian.kaiser@stat.uni-muenchen.de

See Also

biclust, BiclustMethod-class


[Package biclust version 2.0.3.1 Index]