Open nilseling opened 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.
lapply
detectCommunities
testInteractions
SerialParam
It might be safer to use
lapply
for serialised operations that require random numbers (e.g.detectCommunities
andtestInteractions
) rather than setting a seed in theSerialParam
function.