src/hg/hgc/hgc.h 1.53
1.53 2010/05/17 02:30:20 kent
Working on details pages for DNase Clusters and Txn Factor ChIP tracks.
Index: src/hg/hgc/hgc.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -b -B -U 4 -r1.52 -r1.53
--- src/hg/hgc/hgc.h 15 May 2010 21:03:22 -0000 1.52
+++ src/hg/hgc/hgc.h 17 May 2010 02:30:20 -0000 1.53
@@ -232,8 +232,11 @@
void doPeakClusters(struct trackDb *tdb, char *item);
/* Display detailed info about a cluster of peaks from other tracks. */
+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);
/* flyreg.org: Drosophila DNase I Footprint db. */
void dbRIP(struct trackDb *tdb, char *item, char *itemForUrl);
@@ -327,8 +330,12 @@
void doEncodeFiveC(struct sqlConnection *conn, struct trackDb *tdb);
/* Print details for 5C track */
+struct slName *encodeFindMatchingSubtracks(struct slName *inTrackList, struct slPair *selGroupList);
+/* Look at a list of tracks, and their descendents for tracks with groups that match all
+ * name/value pairs in selGroupList */
+
void doHgdpGeo(struct trackDb *tdb, char *item);
/* Show details page for HGDP SNP with population allele frequencies
* plotted on a world map. */