src/hg/instinct/hgHeatmap2/hgHeatmap2.h 1.52

1.52 2010/03/17 01:29:31 jsanborn
added proportions summary view
Index: src/hg/instinct/hgHeatmap2/hgHeatmap2.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgHeatmap2/hgHeatmap2.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -b -B -U 4 -r1.51 -r1.52
--- src/hg/instinct/hgHeatmap2/hgHeatmap2.h	23 Oct 2009 20:01:39 -0000	1.51
+++ src/hg/instinct/hgHeatmap2/hgHeatmap2.h	17 Mar 2010 01:29:31 -0000	1.52
@@ -54,8 +54,10 @@
 #define hgh2Width hgh2Prefix "width"
 #define hgh2FeatureWidth hgh2Prefix "featureWidth"
 #define hgh2SampleHeight hgh2Prefix "sampleHeight"
 
+#define hgh2SummaryType hgh2Prefix "summaryType"
+
 #define hgh2LowColor hgh2Prefix "lowColor"
 #define hgh2ZeroColor hgh2Prefix "zeroColor"
 #define hgh2HighColor hgh2Prefix "highColor"
 
@@ -303,13 +305,13 @@
 char *genesetLabelsGif(struct sqlConnection *conn, struct heatmapLay *hl);
 
 char *genomeSummaryGif(struct sqlConnection *conn, struct heatmapLay *hl, 
 		       struct genoHeatmap *gh, struct slName *sampleList, 
-		       int totalH, int subset, int subsetNum);
+		       char *summaryType, int totalH, int subset, int subsetNum);
 
 char *genesetSummaryGif(struct sqlConnection *conn, struct heatmapLay *hl,
 			struct genoHeatmap *gh, struct slName *sampleList, 
-			int totalH, int subset, int subsetNum);
+			char *summaryType, int totalH, int subset, int subsetNum);
  
 char *featureGif(struct sqlConnection *conn, struct heatmapLay *hl, 
 		 struct genoHeatmap *gh, char *tableName);