writeclust | R Documentation |
Draws a graph to compare the values inside the diffrent biclusters with the values outside the bicluster
writeclust(Biclusterresult,row=TRUE,noC=10)
Biclusterresult |
BiclustResult object |
row |
If TRUE, cluster of rows were written. |
noC |
Number of Clusters written |
Sebastian Kaiser sebastian.kaiser@stat.uni-muenchen.de
s2=matrix(rnorm(400),20,20)
s2[12:16,12:16]=rnorm(25,3,0.3)
set.seed(1)
bics <- biclust(s2,BCPlaid(), back.fit = 2, shuffle = 3, fit.model = ~m + a + b,
iter.startup = 5, iter.layer = 30, verbose = TRUE)
writeclust(bics)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.