set_bicluster_names | R Documentation |
Add row-/colnames to a bicluster object.
set_bicluster_names(bic, m)
bic |
A bicluster object. |
m |
The matrix, that was used for the biclustering. (Works only if matrix has row-/colnames.) |
The updated bicluster object.
m <- matrix(c(1,2,3,4), nrow=2) rownames(m) <- c("r1", "r2") rownames(m) <- c("c1", "c2") set_bicluster_names(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.