b3b21d1f65841f24a262706daf65f784f3077f1f kate Wed Jul 8 14:42:42 2015 -0700 Get new GTEX data and the color scheme, from GTEX portal. Follow-up from 2015 GTEX meeting. refs #13504 diff --git src/hg/lib/gtexTissue.sql src/hg/lib/gtexTissue.sql index 0f7477e..c24ab71 100644 --- src/hg/lib/gtexTissue.sql +++ src/hg/lib/gtexTissue.sql @@ -1,14 +1,15 @@ # gtexTissue.sql was originally generated by the autoSql program, which also # generated gtexTissue.c and gtexTissue.h. This creates the database representation of # an object which can be loaded and saved from RAM in a fairly # automatic way. #GTEx tissue information CREATE TABLE gtexTissue ( id int unsigned not null, # internal id name varchar(255) not null, # short UCSC identifier description varchar(255) not null, # GTEX tissue type detail organ varchar(255) not null, # GTEX tissue collection area + color int unsigned not null, # GTEX assigned color #Indices PRIMARY KEY(id) );