batchtools.simulate.dynamic: Wrapper function for simulations attempting to use batchtools...

Description Usage Arguments Value

View source: R/simulate_wrappers.R

Description

TBD

Usage

1
2
3
4
5
6
7
8
batchtools.simulate.dynamic(
  df.stats,
  structure = "single.factor",
  type = "bootstrap",
  n = NA,
  s.var = NA,
  parallel = NA
)

Arguments

df.stats

a nested data.frames of a single high-throughput data type

structure

either 'single.factor' or 'n.factor' (currently only for n = 2)

type

one of 'bootstrap', 'gaussian', or 'nbinom'

n

the number of simulations to run OR NA if replication carried out elsewhere (e.g. within the batchtools framework)

s.var

the stratification variable as a character string OR NULL for pooled analysis

parallel

a character string specifying parallelization strategy, e.g. 'multicore' if forked processes are supported or 'multiprocess' for any system

Value

a list of data frames, each with additional list-columns of simulated values


sxmorgan/ansimo documentation built on June 26, 2020, 7:59 p.m.