src/hg/instinct/hgHeatmap2/hgHeatmap2.h 1.49

1.49 2009/08/21 22:22:35 jzhu
add patient id to tooltip
Index: src/hg/instinct/hgHeatmap2/hgHeatmap2.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgHeatmap2/hgHeatmap2.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -b -B -U 4 -r1.48 -r1.49
--- src/hg/instinct/hgHeatmap2/hgHeatmap2.h	4 Jun 2009 03:50:37 -0000	1.48
+++ src/hg/instinct/hgHeatmap2/hgHeatmap2.h	21 Aug 2009 22:22:35 -0000	1.49
@@ -383,8 +383,10 @@
 char *toolTipByProbe(struct genoHeatmap *gh, char *sampleId, char *probeId);
 
 char *toolTipByFeature(struct genoHeatmap *gh, char *sampleId, char *feature);
 
+char *toolTipByPatient(struct genoHeatmap *gh, char *sampleId);
+
 char *toolTipByChromPos(struct genoHeatmap *gh, char *sampleId,
 			char *chrom, int chromStart, int chromStop); 
 
 char *toolTipGeneTrackByChromPos(char *db, char *tableName, char *chromName,