Browse code

Bugfix for gsva() when calculating bootstrapped scores with a snow cluster.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/GSVA@125925 bc3139a8-67e5-0310-9ffc-ced21a209358

Robert Castelo authored on 13/01/2017 08:05:47
Showing 2 changed files

... ...
@@ -1,5 +1,5 @@
1 1
 Package: GSVA
2
-Version: 1.23.0
2
+Version: 1.23.1
3 3
 Title: Gene Set Variation Analysis for microarray and RNA-seq data
4 4
 Author: Justin Guinney with contributions from Robert Castelo
5 5
 Maintainer: Justin Guinney <justin.guinney@sagebase.org>
... ...
@@ -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)