Explore multiple designs
Usage
boot_design(
designs,
sample = 10000,
...,
BPPARAM = BiocParallel::SerialParam()
)Arguments
- designs
A list of designs such as that obtained with
weight_design().- sample
A numeric value with the number of samples to test.
- ...
Arguments passed on to
boot_samples_sgccanb_bootNumber of bootstraps to perform.
verboseLogical, should it print a progress bar (default) or not?
- BPPARAM
Set up parallel backend (see BiocParallel documentation).