mkt.databases.colors.DICT_QUARTILE_HEATMAP_COLORMAP
- mkt.databases.colors.DICT_QUARTILE_HEATMAP_COLORMAP = {1: ('#228B22', '#FFD700'), 2: ('#FFD700', '#FF8C00'), 3: ('#FF8C00', '#FF0000'), 4: ('#FF0000', '#8B0000')}
Quartile heatmap colormap for mutation visualization. Maps quartile bin number (1-indexed) to (start_hex, end_hex) tuples for use with
percentile_colormap.- Type:
dict[int, tuple[str, str]]