getMonteCarloReplicate | R Documentation |
Returns the log-ratio transformed per-sample Monte Carlo Dirichlet
replicates generated from analysis, for an aldex.clr
object.
getMonteCarloReplicate(.object,i)
.object |
A |
i |
The numeric index of the desired sample replicate. |
Returns the log-ratio transformed per-sample Monte Carlo Dirichlet replicates.
A numeric matrix.
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)
monteCarloReplicate <- getMonteCarloReplicate(x,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.