Usage
barplotSignatures(x, signatures, referenceSignature, alpha=.05,
p.adjust.method='none', ylab, cex.text=1, ...)
barplotSignifSignatures(x, signatures, referenceSignature, testUpDown=FALSE,
simulate.p.value = FALSE, B = 10^4, p.adjust.method='none', alpha=.05,
ylab, ylim=ylim, cex.text=1, ...)
Arguments
x
epheno object, as returned by
ExpressionPhenoTest.
signatures
List with each element corresponding to a
signature. The gene names in each signature must match those in
epheno.
referenceSignature
If specified, the average fold change in each
signature is compared to the average fold change in the signature
referenceSignature.
testUpDown
If set to TRUE, bars corresponding to
up and down-regulated genes are compared with those of
referenceSignature separately. This argument is ignored if
referenceSignature is not specified.
cex.text
Character expansion for the text indicating the
P-values. Ignored if referenceSignature is missing.
alpha
Confidence levels for barplot error bars.
p.adjust.method
P-value adjustment method, passed on to
p.adjust.
simulate.p.value
A logical indicating whether chi-square p-values
should be computed by Monte Carlo simulation (passed on to chisq.test).
B
Integer specifying the number of replicates in the Monte Carlo
simulation (passed on to chisq.test).
...
Other arguments to be passed on to boxplot.