On 26.02.2010 17:04, linda garcia wrote:
Dear all,
                  I am using biclust package for biclustering. I wanted to
know how can I extract my clusters from the object?


library(biclust)
test<- matrix(rnorm(5000), 100, 50)

test[11:20,11:20]<- rnorm(100, 3, 0.1)

loma<- binarize(test,2)

res<- biclust(x=loma, method=BCBimax(), minr=4, minc=4, number=10)

res


Thanks for your help




According to ?biclust which links to the Biclust class, there are slots that indicate cluster assigmnets in:

r...@rowxnumber
r...@numberxcol

Uwe Ligges

______________________________________________
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