getScaleSamples | R Documentation |
Returns the log2 scale samples if scale simulation is used, for
aldex.clr
object.
getScaleSamples(.object)
.object |
A |
Returns NULL if scale simulation was not used or a matrix of log2 scale samples if scale simuation was used.
A matrix representing the log2 scale samples if scale simulation was 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 <- getScaleSamples(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.