dagHeatmap {dagLogo}R Documentation

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

Author(s)

Jianhong Ou

Examples

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

[Package dagLogo version 1.18.0 Index]