Closed ftucos closed 3 years ago
In plotHeatmap10x() function, also doesn't take into account some other arguments such as show_rownames
. It should be great if some color sidebar could be added in the plot to add additional annotations.
Both plotHeatmap and plotHeatmap10x fail to pass options like fileName, show_rownames, cluster_cols, cluster_rows to the pheatmap function (and maybe add dots ... for additional arguments).
Thanks a lot @ftucos, @mmfalco and @cstubben for reporting this issue!
plotHeatmap() function was ignoring the file name parameter and exporting everything in the working directory as "heatmap.png". I sent you a pull request fixing this bug