[R] plot=FALSE in heatmap.2

Jinyan jinyancool at 163.com
Wed Dec 24 13:20:31 CET 2014


Dear expert,

I want to get the calucation from heatmap.2. But I do not want to do the plot. Is there any trick do this, e.g, plot=FALSE in heatmap.2?

hm <- heatmap.2(dat.mat,
                    col=greenred(75),
                    dendrogram="none",
                    scale="row",
                    key=FALSE,
                    Rowv=FALSE,
                    Colv=FALSE,
                    symkey=FALSE,
                    density.info="none",
                    trace="none", cexRow=0.5)
	[[alternative HTML version deleted]]



More information about the R-help mailing list