Displaying 2 results from an estimated 2 matches for "hmcols".
Did you mean:
mcols
2016 Apr 18
2
heatmap2 error key
...wn-v4.csv", sep=",", header=T)
data =data.matrix (GO_Fil[,3:4]) # define which columns to use for the
heatmap
rownames(data) <- GO_Fil$Description
summary (data)
pairs.breaks <- c(seq(-6, -0.01, length.out=50), seq(-0.02,
0.01,length.out=150), seq(0.02, 3.9,length.out=80))
hmcols<- colorRampPalette(c("blue","white", "red"))(length(pairs.breaks)-1)
pdf("Heat_1hv6h-updown-key.pdf",
width = 15,
height = 20,
pointsize = 5)
hm<- heatmap.2(data, breaks=pairs.breaks, col=hmcols, na.color="white",...
2007 Sep 05
1
problem formatting and positioning title in heatmap
I am using heatmap with the arguments below. The title size stays the
same no matter what I set cex.main to. Is this expected? Can I adjust
the title size in heatmap?
Also, the position of the main title is at the very upper edge of the
output and if I use a "\n" to stack the title the upper line is out of
bounds and doesn't show up.
I am outputting to pdf.
Any help? Thanks,