dagHeatmap: plot heatmap for test results

Description Usage Arguments Value Author(s) Examples

Description

plot heatmap for test results

Usage

1
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

1
2
3
4
5
    data("seq.example")
    data("proteome.example")
    bg <- buildBackgroundModel(seq.example, proteome=proteome.example, permutationSize=10)
    t <- testDAU(seq.example, bg)
    dagHeatmap(t)

alyst/dagLogo documentation built on May 12, 2019, 2:32 a.m.