simOptions = RNAseq.SimOptions.2grp()
## using 3 different sample sizes, run 2 simulations, using edgeR
simRes = runSims(Nreps=c(3,5,7), sim.opts=simOptions, nsims=2,
DEmethod="edgeR")
names(simRes)
## Not run:
# ## using 5 different sample sizes, run 100 simulations, using edgeR.
# ## This will be slow.
# simRes = runSims(Nreps=c(3,5,7,10,15), sim.opts=simOptions, nsims=100,
# DEmethod="edgeR")
#
# ## for different sample sizes in two groups
# simRes = runSims(Nreps=c(3,5,7,10), Nreps2=c(5,7,9,11),
# sim.opts=simOptions, nsims=100, DEmethod="edgeR")
#
# ## End(Not run)
Run the code above in your browser using DataLab