bicluster-class {mosbi}R Documentation

A S4 class to store biclusters.

Description

A S4 class to store biclusters.

Slots

row

A vector of row.

column

A vector of columns.

rowname

A vector of names for the rows in row.

colname

A vector of names for the columns in column.

algorithm

Algorithm that predicted this bicluster.

Examples

bicluster(row=c(1,2), column=c(1,2), 
    rowname=c("a", "b"), colname=c("e", "f"))
    

[Package mosbi version 0.99.17 Index]