e12ac8fea086d17ed824392a2bb3e425090ecb2d jcasper Fri Sep 27 16:17:32 2019 -0700 Adding table browser selectors for normalization and resolution in .hic tracks, refs #18842 diff --git src/hg/inc/hicUi.h src/hg/inc/hicUi.h index 379a281..36b4fb8 100644 --- src/hg/inc/hicUi.h +++ src/hg/inc/hicUi.h @@ -33,41 +33,47 @@ #define HIC_DRAW_BG_COLOR_DEFAULT "#ffffff" void hicCfgUi(char *database, struct cart *cart, struct trackDb *tdb, char *track, char *title, boolean boxed); /* Draw the list of track configuration options for Hi-C tracks */ void hicCfgUiComposite(struct cart *cart, struct trackDb *tdb, char *track, char *title, boolean boxed); /* Draw the (empty) list of track configuration options for a composite of Hi-C tracks */ char *hicUiFetchResolution(struct cart *cart, struct trackDb *tdb, struct hicMeta *meta); /* Return the current resolution selection, or the default if none * has been selected. */ +void hicUiResolutionDropDown(struct cart *cart, struct trackDb *tdb, struct hicMeta *meta); +/* Draw a dropdown menu in HTML to select which binSize to use for fetching data */ + int hicUiFetchResolutionAsInt(struct cart *cart, struct trackDb *tdb, struct hicMeta *meta, int windowSize); /* Return the current resolution selection as an integer. If there is no selection, or if "Auto" * has been selected, return the largest available value that still partitions the window into at * least 5000 bins. */ char *hicUiFetchNormalization(struct cart *cart, struct trackDb *tdb, struct hicMeta *meta); /* Return the current normalization selection, or the default if none * has been selected. Right now this is a hard-coded set specifically for * .hic files, but in the future this list might be dynamically determined by * the contents and format of the Hi-C file. */ +void hicUiNormalizationDropDown(struct cart *cart, struct trackDb *tdb, struct hicMeta *meta); +/* Draw a dropdown menu in HTML to select the normalization method to use. */ + char *hicUiFetchDrawMode(struct cart *cart, struct trackDb *tdb); /* Return the current draw mode selection, or the default if none * has been selected. */ char *hicUiFetchDrawColor(struct cart *cart, struct trackDb *tdb); /* Retrieve the HTML hex code for the color to draw the * track values in (e.g., #00ffa1) */ char *hicUiFetchBgColor(struct cart *cart, struct trackDb *tdb); /* Retrieve the HTML hex code of the background color for the * track. This is the color associated with scores at or close to 0. */ boolean hicUiFetchAutoScale(struct cart *cart, struct trackDb *tdb); /* Returns whether the track is configured to automatically scale its color range * depending on the scores present in the window (true), or if it should stick to a