View source: R/plotFeature.aldex.r
aldex.plotFeature | R Documentation |
aldex.effect
aldex.plotFeature
generates density plots showing the dispersion
of the expected values given in the output from aldex.effect
.
The expected values are shown in the plots. This is a diagnostic
visualization to help determine if the expected values are trustworthy
aldex.plotFeature(
clrData,
featureName,
pooledOnly = FALSE,
densityOnly = FALSE,
reset.par = FALSE
)
clrData |
the output object from |
featureName |
the name of the feature from the input data |
pooledOnly |
show only the pooled plots, default FALSE, shows all plots |
densityOnly |
show only the density plots, default FALSE includes expected values |
reset.par |
reset the plotting parameter to par(c(1,1)), default FALSE |
Brandon Lieng, Greg Gloor
Please use the citation given by
citation(package="ALDEx2")
.
aldex.clr
,
aldex.effect
,
selex
data(selex)
#subset for efficiency
selex <- selex[1201:1600,]
conds <- c(rep("NS", 7), rep("S", 7))
x <- aldex.clr(selex, conds, mc.samples=4, denom="all")
aldex.plotFeature(x, "S:D:A:D")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.