Description Usage Arguments Value Author(s) Examples
plot heatmap for test results
1 | dagHeatmap(testDAUresults, type=c("diff", "zscore"), ...)
|
testDAUresults |
output of |
type |
"diff" or "zscore" |
... |
parameter could be passed to pheatmap |
none
Jianhong Ou
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.