bicluster_to_matrix | R Documentation |
Convert a bicluster object to an acutal submatrix of the original matrix.
bicluster_to_matrix(m, bic)
m |
Matrix on which the bicluster was computed |
bic |
Bicluster object |
A matrix.
bicluster_to_matrix(matrix(seq(1:16), nrow=4), bicluster(row=c(1,2), column=c(1,2)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.