aldex.plotFeature {ALDEx2} | 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 )
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 |
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")