get.heatmap {sampleClassifier}R Documentation

display classification results as heatmap

Description

Function to display the classification predictions as a heatmap

Usage

get.heatmap(res.list)

Arguments

res.list

the result list returned by the function classifyProfile or classifyProfile.rnaseq

Details

This function is based on the function ggplot from the R-package 'ggplot2'.

Value

This function is used only for the side effect of creating a heatmap.

Author(s)

Khadija El Amrani <khadija.el-amrani@charite.de>

Examples


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)

[Package sampleClassifier version 1.14.2 Index]