powered by
diagplot.cor(mat, type = c("heatmap", "correlogram"), output = "x11", path = NULL, ...)
"x11"
"png"
"jpg"
"bmp"
"pdf"
"ps"
par
require(DESeq) data.matrix <- counts(makeExampleCountDataSet()) diagplot.cor(data.matrix,type="heatmap") diagplot.cor(data.matrix,type="correlogram")
Run the code above in your browser using DataLab