867f7584d7d398e4f537c5da770c58073e6a6534
kent
  Wed Mar 16 20:51:59 2011 -0700
Adding some more varients of clusterInput tracks, with more fields.  Hmm, not wild about this proliferation.
diff --git src/hg/lib/clusterInputTrackTable3.as src/hg/lib/clusterInputTrackTable3.as
new file mode 100644
index 0000000..eced8fb
--- /dev/null
+++ src/hg/lib/clusterInputTrackTable3.as
@@ -0,0 +1,9 @@
+table clusterInputTrackTable3
+"Some information on tracks used as input for a clustering track"
+    (
+    string tableName;	"Name of table used as an input"
+    struct source;	"Name of source - linked to Exps table.  Cell+treatment.
+    string factor;	"Name of factor/antibody"
+    string cell;	"Name of cell type"
+    string treatment;	"Drug or other treatment given to cells while alive"
+    )