832926811b278d5c656957e1565acdde48522def kate Mon Apr 27 17:59:12 2020 -0700 Update GTEx gene track click handler and track settings to handle V8 (add Kidney Medulla tissue, support TPM and RPKM). refs #25130 diff --git src/hg/inc/gtexInfo.h src/hg/inc/gtexInfo.h index be2ffe1..f0e02a2 100644 --- src/hg/inc/gtexInfo.h +++ src/hg/inc/gtexInfo.h @@ -85,16 +85,19 @@ void gtexInfoCreateTable(struct sqlConnection *conn, char *table); /* Create GTEx info table */ double gtexMaxMedianScore(char *version); /* Retrieve max median score for latest (or named) version */ char *gtexVersionSuffix(char *table); /* Return version string for a GTEx track table. For now, just supporting V4 and V6 (default, no suffix )*/ char *gtexVersion(char *table); /* Return version string based on table suffix */ char *gtexVersionSuffixFromVersion(char *version); /* Return version table suffix for a version */ +char *gtexExprUnit(char *version); +/* Units of gene expression */ +