| testDAUresults-class | R Documentation |
testDAUresults.An S4 class to represent a DAU statistical test result from dagLogo analysis.
groupA character vector of length 1, the type of method for grouping amino acid.
testTypeA character vector of length 1, the type of statistic testing. The available options are "fisher" and "z-test".
differenceA numeric matrix consisting of differences of amino acid proportions between the test set and the background set of aligned, formatted peptides at each position.
statisticsA numeric matrix consisting of Z-scores or odds ratios for Z-test and Fisher's exact test, respectively.
pvalueA numeric matrix consisting of p-values.
backgroundA numeric matrix consisting of amino acid proportions in the background set of aligned, formatted peptides at each position.
motifA numeric matrix consisting of amino acid proportions at each position for visualization by dagLogo.
upstreamOffsetA positive integer, the upstream offset relative to the anchoring position.
downstreamOffsetA positive integer, the upstream offset relative to the anchoring position.
Jianhong Ou, Haibo Liu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.