Displaying 2 results from an estimated 2 matches for "heydebr".
Did you mean:
heydebre
2004 Feb 16
1
labRow/labCol options in heatmap()
...), nrow=3)
rownames(a) <- 1:3
x11()
heatmap(a)
x11()
heatmap(a, labRow=rownames(a))
Is this really meant to work like this? - From
the help of heatmap(), one might expect also user-supplied
labels to be re-ordered together with the rows and
columns of the matrix.
Cheers,
Anja
--
Dr. Anja von Heydebreck
Max Planck Institute for Molecular Genetics
Dept. Computational Molecular Biology
Ihnestr. 73
14195 Berlin, Germany
heydebre at molgen.mpg.de phone: +49-30-8413-1168
http://www.molgen.mpg.de/~heydebre fax: +49-30-8413-1152
2001 Aug 22
1
cutree (PR#1067)
Full_Name: Anja von Heydebreck
Version: 1.3.0
OS: Alpha Unix
Submission from: (NULL) (141.14.19.61)
Hi,
I repeatedly obtained meaningless results from the function 'cutree'
in the 'mva' package, when the argument 'h' was greater or equal to
the maximum height occuring:
> library('mva'...