5de752e3fa6fd4941978107956e2a87b4c5b46ee kate Thu Jul 16 12:04:16 2015 -0700 Add support for GTEX tissue color scheme. refs #15645 diff --git src/hg/inc/gtexUi.h src/hg/inc/gtexUi.h new file mode 100644 index 0000000..a2f3b7c --- /dev/null +++ src/hg/inc/gtexUi.h @@ -0,0 +1,19 @@ +/* gtexUi - GTEx (Genotype Tissue Expression) tracks */ + +/* Copyright (C) 2015 The Regents of the University of California + * See README in this or parent directory for licensing information. */ +#ifndef GTEXUI_H +#define GTEXUI_H + +#include "cart.h" +#include "trackDb.h" + +#define GTEX_COLORS "colorScheme" + +#define GTEX_COLORS_RAINBOW "rainbow" +// color scheme from GTEX papers and portal +#define GTEX_COLORS_GTEX "gtex" + +#define GTEX_COLORS_DEFAULT GTEX_COLORS_GTEX + +#endif /* GTEXUI_H */