src/hg/instinct/bioInt2/bioIntDb.as 1.4

1.4 2009/03/29 01:40:42 jsanborn
added to UI code
Index: src/hg/instinct/bioInt2/bioIntDb.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/bioIntDb.as,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/hg/instinct/bioInt2/bioIntDb.as	22 Mar 2009 01:07:28 -0000	1.3
+++ src/hg/instinct/bioInt2/bioIntDb.as	29 Mar 2009 01:40:42 -0000	1.4
@@ -172,4 +172,19 @@
 uint feature_id;      "Analysis Feature Id"
 float val;            "Val"
 float conf;           "Confidence"
 )
+
+table cohortCorr
+"Cohort Correlation tables"
+(
+uint cohort_id;       "Cohort Id"
+string result_table;  "Result Table"
+)
+
+table corrResults
+"Correlation results"
+(
+uint feature_id1;     "Feature Id1"
+uint feature_id2;     "Feature Id2"
+float val;            "Correlation Value"
+)