Biclust: The Biclust Class

Biclust-classR 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


biclust documentation built on May 31, 2023, 6:18 p.m.

Related to Biclust in biclust...