mkt.schema.constants.DICT_KINASE_GROUP_COLORS
- mkt.schema.constants.DICT_KINASE_GROUP_COLORS = {'AGC': '#5B8DBE', 'Atypical': '#7A7A7A', 'CAMK': '#D4A574', 'CK1': '#8B7355', 'CMGC': '#C17B7B', 'Lipid': '#8B6F84', 'NEK': '#E5A672', 'Other': '#9B8AB8', 'RGC': '#A67C52', 'STE': '#D39EB7', 'TK': '#6BAFB8', 'TKL': '#B8AE6E'}
Dictionary mapping kinase groups to colors. Keys are kinase group names, and values are hex color codes. This dictionary can be used to look up colors for kinase groups in visualizations.
- Type:
dict[str, str]