src/hg/instinct/inc/hgHeatmapLib.h 1.39
1.39 2010/02/18 05:57:01 larrym
add adjustBenjaminiHochberg
Index: src/hg/instinct/inc/hgHeatmapLib.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/inc/hgHeatmapLib.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -b -B -U 4 -r1.38 -r1.39
--- src/hg/instinct/inc/hgHeatmapLib.h 22 Oct 2009 23:59:02 -0000 1.38
+++ src/hg/instinct/inc/hgHeatmapLib.h 18 Feb 2010 05:57:01 -0000 1.39
@@ -348,6 +348,7 @@
struct analysisResultHash *makePathwayStatsHash(struct geneSet *geneSets,struct hash *geneHash, struct analysisResultHash *stats, char *metaMethod);
void adjustBonferroni(struct genoHeatmap *gh);
+void adjustBenjaminiHochberg(struct genoHeatmap *gh);
#endif /* HGHEATMAPLIB_H */