writeclust: Write a Bicluster as a Cluster Result

Description Usage Arguments Author(s) Examples

View source: R/helpers.r

Description

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

Usage

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

Arguments

Biclusterresult

BiclustResult object

row

If TRUE, cluster of rows were written.

noC

Number of Clusters written

Author(s)

Sebastian Kaiser sebastian.kaiser@stat.uni-muenchen.de

Examples

1
2
3
4
5
6
  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)

biclust documentation built on May 2, 2019, 5:56 p.m.

Related to writeclust in biclust...