src/hg/instinct/inc/hgStatsLib.h 1.5

1.5 2009/03/17 22:51:03 jsanborn
added signed fishers
Index: src/hg/instinct/inc/hgStatsLib.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/inc/hgStatsLib.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/hg/instinct/inc/hgStatsLib.h	21 Oct 2008 19:07:13 -0000	1.4
+++ src/hg/instinct/inc/hgStatsLib.h	17 Mar 2009 22:51:03 -0000	1.5
@@ -27,8 +27,11 @@
 
 boolean fishersMeta(struct slDouble *data, float *chi2, float *prob);
 /* fisher's metaanalysis, return 0 if fail */
 
+boolean fishersMetaSigned(struct slDouble *data, float *chi2, float *prob);
+/* fisher's metaanalysis, return 0 if fail */
+
 boolean stoufferMeta(struct slDouble *data, float *norm, float *prob);
 /* stouffer's metaanalysis, return 0 if fail */
 
 boolean mudholkarMeta(struct slDouble *data, float *tval, float *prob);