getConditions | R Documentation |
Returns the conditions, for
aldex.clr
object.
getConditions(.object)
.object |
A |
Returns the conditions used.
A matrix representing the conditions used.
aldex.clr
data(selex)
#subset for efficiency
selex <- selex[1201:1600,]
conds <- c(rep("NS", 7), rep("S", 7))
x <- aldex.clr(selex, conds, mc.samples = 2, denom = "all", verbose = FALSE)
scale.samps <- getConditions(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.