bicluster_heatmap,bicluster,matrix-method | R Documentation |
Uses the stats::heatmap
function.
## S4 method for signature 'bicluster,matrix' bicluster_heatmap(bic, m, ...)
bic |
A bicluster object. |
m |
The matrix, that was used for the biclustering. (Works only if matrix has row-/colnames.) |
... |
Arguments forwarded to |
A plot object
m <- matrix(c(1,2,3,4), nrow=2) rownames(m) <- c("r1", "r2") rownames(m) <- c("c1", "c2") bicluster_heatmap(bicluster(row=c(1,2), column=c(1,2)), m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.