Learn R Programming

dagLogo (version 1.10.2)

dagHeatmap: plot heatmap for test results

Description

plot heatmap for test results

Usage

dagHeatmap(testDAUresults, type=c("diff", "zscore"), ...)

Arguments

testDAUresults
output of testDAU, should be an object of testDAUresults
type
"diff" or "zscore"
...
parameter could be passed to pheatmap

Value

none

Examples

Run this code
    data("seq.example")
    data("proteome.example")
    bg <- buildBackgroundModel(seq.example, proteome=proteome.example, permutationSize=10)
    t <- testDAU(seq.example, bg)
    dagHeatmap(t)

Run the code above in your browser using DataLab