selectModelParallel | R Documentation |
limma::selectModel()
Parallelized version of limma::selectModel()
selectModelParallel( y, designlist, criterion = "aic", df.prior = 0, s2.prior = NULL, s2.true = NULL, ..., BPPARAM = BiocParallel::bpparam() )
y, designlist, criterion, df.prior, s2.prior, s2.true, ... |
These
arguments all have the same meaning as in
|
BPPARAM |
A BiocParallelParam instance that determines how to parallelize the operation |
See limma::selectModel()
.
limma::selectModel()
, BiocParallel::bplapply()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.