RGLab / MAST

Tools and methods for analysis of single cell assay data in R
226 stars 57 forks source link

Specify the number of cores for parallel computing #136

Closed WT215 closed 4 years ago

WT215 commented 4 years ago

Hi,

Thank you for making this nice package!

May I ask is there a way to specify the number of cores used in parallel computing for zlm function please?

Many thanks!

gfinak commented 4 years ago

MAST uses getOption("mc.cores") You can set it via options("mc.cores"=4) for 4 cores or whatever you want.