| getDirichletInstances {ALDEx2} | R Documentation |
Returns a list of the Monte Carlo Dirichlet
instances created by the aldex.clr function.
getDirichletInstances(.object)
.object |
A |
Returns a list of the raw Monte Carlo Dirichlet
instances created by the aldex.clr function. These
are probability estimates.
A list of data frames.
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)
monteCarloDirInstances <- getDirichletInstances(x)