niels_h_jensen at hotmail.com
2009-Nov-03 02:00 UTC
[Rd] library gplots : heatmap.2 reordering broken (PR#14037)
Full_Name: Niels Version: <= 2.10.0 OS: Windows Submission from: (NULL) (76.182.102.23) The reordering option in library gplots : heatmap.2 is broken. Re-ordering of the dendrogram is supposed to work by providing a vector of ordering weighs in Rowv. However, the tests in line 131 and 174 are not adequate for Rowv being a vector and therefore break the code. The same is probably true for Colv. Also, there is a typo in line 137 ("dedrogram" instead of "dendrogram").