src/hg/instinct/bioInt2/pathwayNullDist.c 1.3
1.3 2009/06/15 17:45:24 jsanborn
initial commit
Index: src/hg/instinct/bioInt2/pathwayNullDist.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/pathwayNullDist.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/hg/instinct/bioInt2/pathwayNullDist.c 20 May 2009 20:34:36 -0000 1.2
+++ src/hg/instinct/bioInt2/pathwayNullDist.c 15 Jun 2009 17:45:24 -0000 1.3
@@ -818,10 +818,10 @@
pathwayLevelAnalysis(biConn, cohort_name, spData, spPathways);
uglyTime("analyzed all genesets");
-pathwayNullAnalysis(biConn, cohort_name, spData, spPathways, numIters, "withinPathway");
-uglyTime("produced null distribution");
+//pathwayNullAnalysis(biConn, cohort_name, spData, spPathways, numIters, "withinPathway");
+//uglyTime("produced null distribution");
pathwayNullAnalysis(biConn, cohort_name, spData, spPathways, numIters, "allData");
uglyTime("produced null distribution");