ConfigBPCores {brendaDb}R Documentation

Configure the number of cores used by BiocParallel.

Description

Configure the number of cores used by BiocParallel.

Usage

ConfigBPCores(n.core = 0)

Arguments

n.core

Integer specifying the number of cores to use. Default is 0, which would result in using all available cores.

Value

The back-end of type bpparamClass.

Examples

brendaDb:::ConfigBPCores(2)


[Package brendaDb version 1.4.0 Index]