c88aa3723b09d7dfdf1d18360923130f601bf914 kent Mon Mar 14 11:36:12 2011 -0700 More work on new TFBS clustering stuff. diff --git src/hg/lib/clusterInputTrackTable2.as src/hg/lib/clusterInputTrackTable2.as new file mode 100644 index 0000000..d89f784 --- /dev/null +++ src/hg/lib/clusterInputTrackTable2.as @@ -0,0 +1,8 @@ +table clusterInputTrackTable2 +"Some information on tracks used as input for a clustering track" + ( + string tableName; "Name of table used as an input" + string source; "Name of cell line or other biological source" + string factor; "Name of factor/antibody" + string treatment; "Drug or other treatment given to cells while alive" + )