bicluster-class: A S4 class to store biclusters.

bicluster-classR 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"))
    

tdrose/mosbi documentation built on May 4, 2022, 3:22 p.m.