ingmbioinfo / combiroc

Optimal refinement of biomarkers signatures made easy
https://ingmbioinfo.github.io/combiroc/
Other
5 stars 1 forks source link

Parallel Processing #4

Open harinilakshminarayanan opened 2 months ago

harinilakshminarayanan commented 2 months ago

Thanks for such a functional tool! I am analysing >20 markers atm and the analysis is taking over 4 days in RStudio Server. I suspect the bottleneck is combi() since the list of markers is long. Is it possible run this function across many core using parallel package? (or any other relevant package).