Displaying 1 result from an estimated 1 matches for "go_fil".
Did you mean:
do_file
2016 Apr 18
2
heatmap2 error key
.../100)) :
wrong sign in 'by' argument
In addition: Warning message:
In image.default(1:nc, 1:nr, x, xlim = 0.5 + c(0, nc), ylim = 0.5 + :
unsorted 'breaks' will be sorted before use
##
library("RColorBrewer")
library("gplots")
library ("gtools")
GO_Fil=read.table("1h-6h-up-down-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), se...