Description Usage Arguments Value Author(s) See Also Examples
plot sequence logo for test results
1 2 3 4 |
testDAUresults |
output of |
type |
"diff" or "zscore" |
pvalueCutoff |
pvalue cutoff for logo plot |
namehash |
the hash table to convert rownames of test results to a single letter to be plotted in the logo |
font |
font for logo symbol |
textgp |
text parameter |
legend |
plot legend or not, default false. |
labelRelativeToAnchor |
plot label relative to anchor or not, default false. |
labels |
the labels in each position. |
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)
dagLogo(t)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.