[R] biclust package
Uwe Ligges
ligges at statistik.tu-dortmund.de
Fri Feb 26 17:24:43 CET 2010
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:
res at RowxNumber
res at NumberxCol
Uwe Ligges
More information about the R-help
mailing list