src/hg/hgc/hgc.h 1.54
1.54 2010/05/18 00:04:40 kent
Putting in page that shows all tracks that could contribute items to a cluster. Link to this page at the end of items in cluster table.
Index: src/hg/hgc/hgc.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -b -B -U 4 -r1.53 -r1.54
--- src/hg/hgc/hgc.h 17 May 2010 02:30:20 -0000 1.53
+++ src/hg/hgc/hgc.h 18 May 2010 00:04:40 -0000 1.54
@@ -66,8 +66,11 @@
void hgcAnchor(char *group, char *item, char *other);
/* Generate an anchor that calls click processing program with item
* and other parameters. */
+struct trackDb *tdbForTableArg();
+/* get trackDb for track passed in table arg */
+
void writeFramesetType();
/* Write document type that shows a frame set, rather than regular HTML. */
struct psl *getAlignments(struct sqlConnection *conn, char *table, char *acc);
@@ -232,8 +235,11 @@
void doPeakClusters(struct trackDb *tdb, char *item);
/* Display detailed info about a cluster of peaks from other tracks. */
+void doPeakClusterListItemsAssayed();
+/* Put up a page that shows all experiments associated with a cluster track. */
+
void doFactorSource(struct sqlConnection *conn, struct trackDb *tdb, char *item, int start);
/* Display detailed info about a cluster of peaks from other tracks. */
void doFlyreg(struct trackDb *tdb, char *item);