aldex.plot | R Documentation |
aldex
ObjectCreate MW
- or MA
-type plots from the given aldex
object.
aldex.plot(
x,
...,
type = c("MW", "MA", "volcano", "volcano.var"),
xlab = NULL,
ylab = NULL,
xlim = NULL,
ylim = NULL,
all.col = rgb(0, 0, 0, 0.2),
all.pch = 19,
all.cex = 0.4,
called.col = "red",
called.pch = 20,
called.cex = 0.6,
thres.line.col = "darkgrey",
thres.lwd = 1.5,
test = "welch",
cutoff.pval = 0.05,
cutoff.effect = 1,
rare.col = "black",
rare = 0,
rare.pch = 20,
rare.cex = 0.2,
main = NULL
)
x |
an object of class |
... |
optional, unused arguments included for compatibility with the S3 method signature |
type |
which type of plot is to be produced. |
xlab |
the x-label for the plot, as per the parent |
ylab |
the y-label for the plot, as per the parent |
xlim |
the x-limits for the plot, as per the parent |
ylim |
the y-limits for the plot, as per the parent |
all.col |
the default colour of the plotted points |
all.pch |
the default plotting symbol |
all.cex |
the default symbol size |
called.col |
the colour of points with false discovery rate, q <= 0.1 |
called.pch |
the symbol of points with false discovery rate, q <= 0.1 |
called.cex |
the character expansion of points with false discovery rate, q <= 0.05 |
thres.line.col |
the colour of the threshold line where within and between group variation is equivalent |
thres.lwd |
the width of the threshold line where within and between group variation is equivalent |
test |
the method of calculating significance, one of:
|
cutoff.pval |
the Benjamini-Hochberg fdr cutoff, default 0.05 |
cutoff.effect |
the effect size cutoff for plotting, default 1 |
rare.col |
color for rare features, default black |
rare |
relative abundance cutoff for rare features, default 0 or the mean abundance |
rare.pch |
the default symbol of rare features |
rare.cex |
the default symbol size of rare points |
main |
the main label for the plot |
Plot an aldex
Object
This particular specialization of the plot
function is relatively simple and provided for convenience.
For more advanced control of the plot is is best to use the values returned by summary(x)
.
None.
Please use the citation given by citation(package="ALDEx")
.
aldex
, aldex.effect
, aldex.ttest
, aldex.glm
# See the examples for 'aldex'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.