f803c62bde845f4854311a2cfd0a18b733259cc8
kate
  Wed Mar 16 16:06:23 2016 -0700
Libify gene class. refs #15645

diff --git src/hg/inc/gtexGeneBed.h src/hg/inc/gtexGeneBed.h
index 8b343ed..60aae68 100644
--- src/hg/inc/gtexGeneBed.h
+++ src/hg/inc/gtexGeneBed.h
@@ -74,17 +74,20 @@
 #define gtexGeneBedTabOut(el,f) gtexGeneBedOutput(el,f,'\t','\n');
 /* Print out gtexGeneBed as a line in a tab-separated file. */
 
 #define gtexGeneBedCommaOut(el,f) gtexGeneBedOutput(el,f,',',',');
 /* Print out gtexGeneBed as a comma separated list including final comma. */
 
 /* -------------------------------- End autoSql Generated Code -------------------------------- */
 
 
 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 */
+
 #endif /* GTEXGENEBED_H */