biclust (version 2.0.1)

writeclust: Write a Bicluster as a Cluster Result

Description

Draws a graph to compare the values inside the diffrent biclusters with the values outside the bicluster

Usage

writeclust(Biclusterresult,row=TRUE,noC=10)

Arguments

Biclusterresult

BiclustResult object

row

If TRUE, cluster of rows were written.

noC

Number of Clusters written

Examples

Run this code
# NOT RUN {
  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)

# }

Run the code above in your browser using DataLab