rprops / Phenoflow_package

R package offering functionality for the advanced analysis of microbial flow cytometry data
GNU General Public License v2.0
9 stars 5 forks source link

Bootstrap fp_contrasts #50

Open rprops opened 6 years ago

rprops commented 6 years ago

Would make it more sound/robust version of current implementation. Downside is that it will be computationally intensive and require more memory due to the inefficiency of foreach.

FMKerckhof commented 6 years ago

I think using parallel::mclapply could help here (see also https://stackoverflow.com/questions/11036702/using-mclapply-foreach-or-something-else-in-r-to-operate-on-an-object-in-par). I also recently bumped into https://github.com/HenrikBengtsson/future which looks promising.