96a87aed7b047a453d14ae47ca82de09492e6117 aamp Wed Mar 2 14:42:02 2011 -0800 track-handling code for ENCODE peptideMapping tracks diff --git src/hg/hgc/hgc.h src/hg/hgc/hgc.h index 837ff38..06ddd61 100644 --- src/hg/hgc/hgc.h +++ src/hg/hgc/hgc.h @@ -369,30 +369,33 @@ /* handle delete item clicks for Variome Track */ void printWikiVariomeForm (struct bedDetail *item); /* print the wiki annotation form for the variome track */ void customMafClick(struct sqlConnection *conn, struct sqlConnection *conn2, struct trackDb *tdb); /* handle clicks on a custom maf */ void doEncodePeak(struct trackDb *tdb, struct customTrack *ct); /* details for encodePeak type tracks. */ void doEncodeFiveC(struct sqlConnection *conn, struct trackDb *tdb); /* Print details for 5C track */ +void doPeptideMapping(struct sqlConnection *conn, struct trackDb *tdb, char *item); +/* Print details for a peptideMapping track. */ + void doHgdpGeo(struct trackDb *tdb, char *item); /* Show details page for HGDP SNP with population allele frequencies * plotted on a world map. */ void hgdpGeoImg(struct hgdpGeo *geo); /* Generate image as PNG, PDF, EPS: world map with pie charts for population allele frequencies. */ char *hgdpPngFilePath(char *rsId); /* Return the stable PNG trash-cached image path for rsId. */ void hgdpGeoFreqTable(struct hgdpGeo *geo); /* Print an HTML table of populations and allele frequencies. */ void printOtherSnpMappings(char *table, char *name, int start, struct sqlConnection *conn, int rowOffset);