selectModelParallel: Parallelized version of 'limma::selectModel()'

selectModelParallelR Documentation

Parallelized version of limma::selectModel()

Description

Parallelized version of limma::selectModel()

Usage

selectModelParallel(
  y,
  designlist,
  criterion = "aic",
  df.prior = 0,
  s2.prior = NULL,
  s2.true = NULL,
  ...,
  BPPARAM = BiocParallel::bpparam()
)

Arguments

y, designlist, criterion, df.prior, s2.prior, s2.true, ...

These arguments all have the same meaning as in limma::selectModel().

BPPARAM

A BiocParallelParam instance that determines how to parallelize the operation

Value

See limma::selectModel().

See Also

limma::selectModel(), BiocParallel::bplapply()


DarwinAwardWinner/rctutils documentation built on July 22, 2022, 5:19 a.m.