src/hg/hgc/encodeClick.c 1.9
1.9 2009/03/04 19:22:35 kate
Correct misleading label
Index: src/hg/hgc/encodeClick.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/encodeClick.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/hg/hgc/encodeClick.c 2 Dec 2008 13:23:30 -0000 1.8
+++ src/hg/hgc/encodeClick.c 4 Mar 2009 19:22:35 -0000 1.9
@@ -79,9 +79,9 @@
printf("<B>Signal value:</B> %.3f<BR>\n", signal);
if (pValue >= 0)
printf("<B>P-value (-log10):</B> %.3f<BR>\n", pValue);
if (qValue >= 0)
- printf("<B>Quality value: </B> %.3f<BR>\n", qValue);
+ printf("<B>Q-value (FDR): </B> %.3f<BR>\n", qValue);
}
sqlFreeResult(&sr);
hFreeConn(&conn);
}