bhklab/CoreGx

`aggregate2` method does not respect `nthread` argument if `nthread` > 1

Closed this issue · 0 comments

Reprex:

data(nci_TRE_small)
nci_TRE_small |>
    aggregate(assay="sensitivity", mean(viability), by=c("drug1id", "drug2id"), nthread=3)
## Uses more than three threads, as observed via `htop`.