dagLogo: plot sequence logo for test results

Description Usage Arguments Value Author(s) See Also Examples

Description

plot sequence logo for test results

Usage

1
2
3
4
(testDAUresults, type=c("diff", "zscore"), pvalueCutoff=0.05, namehash=NULL,
                    font="Helvetica-Bold", textgp=gpar(), legend=FALSE, 
                    labelRelativeToAnchor=FALSE,
                    labels=NULL)

Arguments

testDAUresults

output of testDAU, should be an object of testDAUresults

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.

Value

none

Author(s)

Jianhong Ou

See Also

nameHash

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)
    (t)

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