71ff013434802be9c932f9c86718bf3ad1fdd981 kate Fri Jan 11 15:57:28 2013 -0800 Trim unneeded experiment accession from supplementary table. #9554 ENCODE Regulation: DNase Clusters V2 diff --git src/hg/lib/clusterInputAwgDnase.sql src/hg/lib/clusterInputAwgDnase.sql new file mode 100644 index 0000000..723afa2 --- /dev/null +++ src/hg/lib/clusterInputAwgDnase.sql @@ -0,0 +1,14 @@ +# clusterInputAwgDnase.sql was originally generated by the autoSql program, which also +# generated clusterInputAwgDnase.c and clusterInputAwgDnase.h. This creates the database representation of +# an object which can be loaded and saved from RAM in a fairly +# automatic way. + +#Information on ENCODE analysis (AWG) data used as input for DNase clustering +CREATE TABLE clusterInputAwgDnase ( + tableName varchar(255) not null, # Name of table used as an input + cellType varchar(255) not null, # Name of cell type + treatment varchar(255) not null, # Drug or other treatment given to cells while alive + lab varchar(255) not null, # Lab this was done in + #Indices + PRIMARY KEY(tableName) +);