| getMonteCarloInstances {ALDEx2} | R Documentation |
Returns the Monte Carlo Dirochlet instances used to create an aldex.clr object.
getMonteCarloInstances(.object)
.object |
A |
Returns the Monte Carlo Dirochlet instances used to create an aldex.clr object.
A list of data frames of Monte Carlo Dirochlet instances derived from estimating the technical variance of the raw read count data.
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)
monteCarloInstances <- getMonteCarloInstances(x)