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

1.6 2009/04/30 19:54:28 jsanborn
added factor graph pipeline and code
Index: src/hg/instinct/bioInt2/bioIntDb.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/bioInt2/bioIntDb.as,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/hg/instinct/bioInt2/bioIntDb.as	27 Apr 2009 06:15:48 -0000	1.5
+++ src/hg/instinct/bioInt2/bioIntDb.as	30 Apr 2009 19:54:28 -0000	1.6
@@ -147,8 +147,18 @@
 float val;            "Val"
 float conf;           "Confidence"
 )
 
+table pathwayVals
+"All pathway vals"
+(
+uint pathway_id;      "Pathway Id"
+uint sample_id;       "Sample Id"
+uint feature_id;      "Analysis Feature Id"
+float val;            "Val"
+float conf;           "Confidence"
+)
+
 table cohortCorr
 "Cohort Correlation tables"
 (
 uint cohort_id;       "Cohort Id"