14  RoLE models at scale

14.1 Parallel and cluster computing

When running a roleExperiment, you can run each model on a different processor core in Windows, Mac, and Linux by using the ‘cores’ argument of runRole.

my_expr <- runRole(my_expr, cores=5)