src/hg/lib/transRegCodeProbe.as 1.5
1.5 2009/04/23 22:50:17 kuhn
changed CHIP/CHIP to ChIP-chip to conform to usual
Index: src/hg/lib/transRegCodeProbe.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/transRegCodeProbe.as,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 1000000 -r1.4 -r1.5
--- src/hg/lib/transRegCodeProbe.as 3 Feb 2006 19:19:14 -0000 1.4
+++ src/hg/lib/transRegCodeProbe.as 23 Apr 2009 22:50:17 -0000 1.5
@@ -1,11 +1,11 @@
table transRegCodeProbe
-"CHIP/CHIP Probe and Transcription Factor Binding Info"
+"ChIP-chip Probe and Transcription Factor Binding Info"
(
string chrom; "Reference sequence chromosome or scaffold"
uint chromStart; "Start position in chromosome"
uint chromEnd; "End position in chromosome"
string name; "Name of probe"
uint tfCount; "Count of bound transcription factors_conditions"
string[tfCount] tfList; "List of bound transcription factors_conditions"
float[tfCount] bindVals; "E values for factor binding (lower is better)"
)