| numMCInstances {ALDEx2} | R Documentation |
Returns the number of Monte Carle Dirochlet instances generated for analysis, for an aldex.clr object.
numMCInstances(.object)
.object |
A |
Returns the number of Monte Carle Dirochlet instances generated for analysis.
A numeric representing the number of Monte Carle Dirochlet instances generated for analysis.
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)
numInstances <- numMCInstances(x)