| bicluster-class | R Documentation |
A S4 class to store biclusters.
rowA vector of row.
columnA vector of columns.
rownameA vector of names for the rows in row.
colnameA vector of names for the columns in column.
algorithmAlgorithm that predicted this bicluster.
bicluster(row=c(1,2), column=c(1,2),
rowname=c("a", "b"), colname=c("e", "f"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.