114bd9cc108feeb8b20ad0b98b35454ea3fde8e0
kate
  Mon May 2 11:45:50 2016 -0700
Add details page info to show highest expressed tissue with scores. refs #17244

diff --git src/hg/inc/gtexGeneBed.h src/hg/inc/gtexGeneBed.h
index fa2364e..5ee883e 100644
--- src/hg/inc/gtexGeneBed.h
+++ src/hg/inc/gtexGeneBed.h
@@ -83,17 +83,20 @@
 void gtexGeneBedCreateTable(struct sqlConnection *conn, char *table);
 /* Create expression record format table of given name. */
 
 char *gtexVersionSuffix(char *table);
 /* Return version string for a GTEx track table.  For now, just supporting V4 (no suffix) and V6 */
 
 char *gtexGeneClass(struct gtexGeneBed *geneBed);
 /* Return gene "class" (analogous to GENCODE transcriptClass) for a GENCODE gene biotype */
 
 boolean gtexGeneIsCoding(struct gtexGeneBed *geneBed);
 /* Return TRUE if biotype indicates this is a protein coding gene */
 
 float gtexGeneTotalMedianExpression(struct gtexGeneBed *geneBed);
 /* Return total of all tissue medians */
 
+float gtexGeneHighestMedianExpression(struct gtexGeneBed *geneBed, int *tissueIdRet);
+/* Return tissue median and id of tissue with highest expression of this gene */
+
 #endif /* GTEXGENEBED_H */