BodenmillerGroup / imcRtools

An R package for handling and analysing imaging mass cytometry data
https://bodenmillergroup.github.io/imcRtools/
22 stars 10 forks source link

Adjust the wat parallelisation is used #96

Open nilseling opened 1 year ago

nilseling commented 1 year ago

It might be safer to use lapply for serialised operations that require random numbers (e.g. detectCommunities and testInteractions) rather than setting a seed in the SerialParam function.