| dagHeatmap {dagLogo} | R Documentation |
plot heatmap for test results
dagHeatmap(testDAUresults, type=c("diff", "zscore"), ...)
testDAUresults |
output of |
type |
"diff" or "zscore" |
... |
parameter could be passed to pheatmap |
none
Jianhong Ou
data("seq.example")
data("proteome.example")
bg <- buildBackgroundModel(seq.example, proteome=proteome.example, permutationSize=10)
t <- testDAU(seq.example, bg)
dagHeatmap(t)