we have implemented teh following code for determinging the clustering
model of a dataset.
 
bicvals <- EMclust( hdata, 7)
 sumry1 <- summary(bicvals, hdata,7) # summary object for emclust()
 print(sumry1)

 This set of code gives the following output
 
classification table:
 
1 2 3 4 5 6 7 
1 1 1 4 1 1 1 
 
which I think means there is 1 gene in the 1st cluster...1 gene in the
2nd cluster , 4 genes in the 4th cluster and so on....But I need to know
which gene is in which cluster.
 
Is there any way to find that out....
 
Any help would be appreciated.
Thank you,
Sreedevi Gopalan

         


        [[alternative HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to