Hello, thanks for the latest GSVA ! I was wondering how to be able to use all my PC cores (workers=8): in the older GSVA version there was a parallel.sz
parameter for defining this, but in the new API I feel lost, as that parameter is no longer valid. Here my code with the new API:
gsvaPar <- gsvaParam(
exprData=as.matrix(expression),
geneSets=pathways_list,
minSize = 5,
kcdf = "Gaussian")
result <- GSVA::gsva(
gsvaPar, verbose=TRUE)