000226be7ecaa7674455d3968af3590ff2a047b3 kate Thu Apr 28 13:13:40 2016 -0700 Add GTEx gene expression boxplot to hg38 and hg19 hgGene pages. Remove old GTEx link. refs #17244 diff --git src/hg/hgGene/hgGene.h src/hg/hgGene/hgGene.h index efb7e05..a1f0a82 100644 --- src/hg/hgGene/hgGene.h +++ src/hg/hgGene/hgGene.h @@ -158,30 +158,33 @@ struct hash *sectionRa); /* Create synonym (aka Other Names) section. */ struct section *geneReviewsSection(struct sqlConnection *conn, struct hash *sectionRa); /* create geneReviews section - print out GeneReviews for this gene. */ #define HGG_GENE_ALLELES "geneAlleles" struct section *allelesSection(struct sqlConnection *conn, struct hash *sectionRa); // Create Common Gene Haplotype Alleles section. void prGRShortKg(struct sqlConnection *conn, char *itemName); /* print GeneReviews short label associated to this refGene item */ +struct section *gtexSection(struct sqlConnection *conn, struct hash *sectionRa); +/* Create GTEx gene expression section. */ + #ifdef EXAMPLE struct section *xyzSection(struct sqlConnection *conn, struct hash *sectionRa); /* Create xyz section. */ #endif /* EXAMPLE */ /* -------- Helper functions ---------- */ char *getGeneName(char *id, struct sqlConnection *conn); /* Return gene name associated with ID. Freemem * this when done. */ char *getSwissProtAcc(struct sqlConnection *conn, struct sqlConnection *spConn, char *geneId); /* Look up SwissProt id. Return NULL if not found. FreeMem this when done.