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_sgcca
nb_boot
Number of bootstraps to perform.
verbose
Logical, should it print a progress bar (default) or not?
- BPPARAM
Set up parallel backend (see BiocParallel documentation).