get.heatmap {sampleClassifier} | R Documentation |
Function to display the classification predictions as a heatmap
get.heatmap(res.list)
res.list |
the result list returned by the function |
This function is based on the function ggplot from the R-package 'ggplot2'.
This function is used only for the side effect of creating a heatmap.
Khadija El Amrani <khadija.el-amrani@charite.de>
library(sampleClassifierData) data("se_micro_refmat") micro_refmat <- assay(se_micro_refmat) data("se_micro_testmat") micro_testmat <- assay(se_micro_testmat) res1.list <- classifyProfile(ref_matrix=micro_refmat, query_mat=micro_testmat, chip1="hgu133plus2",chip2="hgu133a", write2File=FALSE) get.heatmap(res1.list)