src/hg/instinct/inc/hgHeatmapLib.h 1.40

1.40 2010/03/10 22:56:06 jsanborn
added profile to gh object for cancer public server
Index: src/hg/instinct/inc/hgHeatmapLib.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/inc/hgHeatmapLib.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -b -B -U 4 -r1.39 -r1.40
--- src/hg/instinct/inc/hgHeatmapLib.h	18 Feb 2010 05:57:01 -0000	1.39
+++ src/hg/instinct/inc/hgHeatmapLib.h	10 Mar 2010 22:56:06 -0000	1.40
@@ -36,8 +36,9 @@
     char *longLabel;            /* Long label. */
     char *local_url;            /* URL to description entry for dataset */
     char *accessTable;          /* isoform table, usually much smaller than table "name" for 
 				   fast display */
+    char *profile;              /* database profile (default: localDb) */
     boolean private;            /* private or public access to data */
 	boolean custom;				/* is this a custom track? */
 
     char *group;                /* Dataset's group */
@@ -261,9 +262,10 @@
 				     char *raName, char *chromName, boolean useAccess);
 /* Get the subset of bed 15 data from database for heatmap gh 
  * Clean up return pointer after use */
 
-void getChromHeatmapHash(struct hash **geneHash, char *geneDb, char *probeTable, 
+void getChromHeatmapHash(struct genoHeatmap *gh, struct hash **geneHash, char *geneDb, 
+			 char *probeTable, 
 			 char *tableName, char *chromName, struct geneSet *geneSets);
 /* Get the bed15 data of gneneSets
  * You can add probe hash information to geneHash accumulatively 
  */