Dear R users,
 
I am new user of R as well as Biclust package. I am handling data set of (236 
genes and 166 conditions) and i knew the importance of Biclustering. Now, I am 
able to get some results but can not understand the result as what i am 
thinking. My thinking may be wrong.
I used following commands
 
test <- matrix(rbinom(400, 50, 0.4), 20, 20)
res1 <- biclust(test, method=BCCC(), delta=1.5,  alpha=1, number=10)
show(res1)
summary(res1)
parallelCoordinates(test,res1,1)
drawHeatmap(test,res,1)

and also got the ouptput (figure). But i am interested to see the which genes 
are together in which subset of conditions. How can i get this kind of output? 
And also, how can i get the labelling in " ParalleCoordinates" and " heatmap" 
so that i will know which line represents which genes (or conditions) ?
If somebody help me, it will be great for me. I am struggling since few days.
I am hopeful to someone's help.
Thanks in advance.
 
Sincerely 
Ram Kumar Basnet,
Netherlands
 


      
        [[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