Hi Everyone,

 

I have a problem that keeps occurring using the biclust function (info
below).

 

Does anyone have an idea what is going wrong?

 

Best Wishes and thank you,

 

Bart

 

> library(biclust)

> data<-read.table(file.choose(), header = T, sep = "\t")

> data2<-as.matrix(data[,-1])

> data3<-discretize(data2)

> dim(data3)

[1] 266  30

> clust<-biclust(data3,method = BCCC(), number = 10)

> clust

 

An object of class Biclust 

 

call:

        biclust(x = data3, method = BCCC(), number = 10)

 

Number of Clusters found:  10 

 

First  5  Cluster sizes:

                   BC 1 BC 2 BC 3 BC 4 BC 5

Number of Rows:      82   58   39   19   15

Number of Columns:   20   15   19   16   17

 

 

> drawHeatmap(x = data3, bicResult = clust, bicluster = 10)

Error in drawHeatmap(x = data3, bicResult = clust, bicluster = 10) : 

  Error: the bicluster does not exist in the result set

 


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to