Re: [R] heatmap.3

2011-05-05 Thread elodie
I am intesrested by your heatmap function (allowing matrix in ColSideColors option). Can you give your complete code of your function? thanks -- View this message in context: http://r.789695.n4.nabble.com/heatmap-3-tp1566584p3498156.html Sent from the R help mailing list archive at Nabble.com. _

Re: [R] heatmap.3

2010-02-24 Thread joonR
If anyone is interested, I solved the problem by modifying the lhei parameter (if ColSideColors is used, lwid for Row..) and making it parametric: lhei=c(lhei[1], 0.1*noan, lhei[2]) where noan is an additional parameter passed to the function that specifies the number of annotations. best, j -

[R] heatmap.3

2010-02-23 Thread joonR
Hello again, lately I have been playing a lot with heatmap functions, in particular I complemented heatmap.2 with a nice feature from heatmap.plus, i.e. the possibility of assigning a matrix to ColSideColors so to take into account more annotations. Below is the code I introduced in heatmap.2, eve