mixOmicsTeam / mixOmics

Development repository for the Bioconductor package 'mixOmics '
http://mixomics.org/
157 stars 52 forks source link

PR addressing Issue #279 #282

Closed Max-Bladen closed 1 year ago

Max-Bladen commented 1 year ago

With any function which utilises the bplapply() function internally contains (or at least should contain) a BPPARAM parameter. We can set the RNGseed parameter of SerialParam() (or any other BiocParallel function) to control the RNG. This allows for us to have consistent output in unit tests