setNThreads {srnadiff} | R Documentation |
Set number of threads to use
setNThreads(object, nThreads) ## S4 method for signature 'sRNADiff,numeric' setNThreads(object, nThreads)
object |
An |
nThreads |
The number of threads |
The same object
exp <- sRNADiffExample() exp <- setNThreads(exp, 4)