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).
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 usingparallel
package? (or any other relevant package).