# load test data
data(simData)
# Create a {countData} object from test data, supposing that there are
# multiple experimental groups present.
replicates <- c("simA", "simA", "simB", "simC", "simC", "simD", "simE", "simE", "simF", "simG")
CD <- new("countData", data = simData, replicates = replicates)
CD <- allModels(CD)
# The total number of models generated is high.
length(CD@groups)
Run the code above in your browser using DataLab