git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/GSVA@125925 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -352,6 +352,7 @@ setMethod("gsva", signature(expr="matrix", gset.idx.list="list"), |
352 | 352 |
clExport(cl,"bootstrap.nsamples") |
353 | 353 |
clExport(cl, "n.samples") |
354 | 354 |
clExport(cl, "gset.idx.list") |
355 |
+ clExport(cl, "compute.geneset.es") |
|
355 | 356 |
clEvalQ(cl, library(GSVA)) |
356 | 357 |
|
357 | 358 |
clSetupRNG(cl) |