bicluster_to_matrix,matrix,bicluster-method | R Documentation |
Convert a bicluster object to an acutal submatrix of the original matrix.
## S4 method for signature 'matrix,bicluster' bicluster_to_matrix(m, bic)
m |
Matrix on which the bicluster was computed |
bic |
Bicluster object |
A matrix.
#' @examples 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.