bicluster-class | R Documentation |
A S4 class to store biclusters.
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.
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.