21e5bfb345bf372c0855901b583cc6833a67aa03 angie Wed Jan 26 14:24:05 2011 -0800 Feature #1638 (Add "this SNP also maps to" text to hgdpGeo track). diff --git src/hg/hgc/hgc.h src/hg/hgc/hgc.h index b126dfc..1ed48f8 100644 --- src/hg/hgc/hgc.h +++ src/hg/hgc/hgc.h @@ -382,30 +382,34 @@ /* Print details for 5C 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); +/* If this SNP (from any bed4+ table) is not uniquely mapped, print the other mappings. */ + void printCustomUrl(struct trackDb *tdb, char *itemName, boolean encode); /* Wrapper to call printCustomUrlWithLabel using the url setting in trackDb */ void doBamDetails(struct trackDb *tdb, char *item); /* Show details of an alignment from a BAM file. */ void doMakeItemsDetails(struct customTrack *ct, char *itemIdString); /* Show details of a makeItems item. */ void doBedDetail(struct trackDb *tdb, struct customTrack *ct, char *itemName); /* generate the detail page for a custom track of bedDetail type */ void doPgSnp(struct trackDb *tdb, char *itemName, struct customTrack *ct); /* print detail page for personal genome track (pgSnp) */