setSWthreads: Sets the number of threads used by SpliceWiz

View source: R/zzz.R

setSWthreadsR Documentation

Sets the number of threads used by SpliceWiz

Description

SpliceWiz uses the computationally efficient packages fst and data.table to compute file and data operations, respectively. Both packages make use of parallelisation. If excessive number of threads are allocated, it may impact the running of other operations on your system. Use this function to manually allocate the desired number of threads

Usage

setSWthreads(threads = 0)

Arguments

threads

(default 0) The number of threads for SpliceWiz to use. Set as 0 to use the recommended number of threads appropriate for the system (approximately half the available threads)

Value

Nothing.

Examples

setSWthreads(0)

alexchwong/SpliceWiz documentation built on March 17, 2024, 3:16 a.m.