mkt.schema.constants.DICT_CONSURF_GRADE_BANDS

mkt.schema.constants.DICT_CONSURF_GRADE_BANDS = {'Conserved': (7, 9), 'Intermediate': (4, 6), 'Variable': (1, 3)}

ConSurf conservation-grade bands as inclusive (low, high) grade ranges. The nine ConSurf nonile grades collapse into three qualitative bands – variable (1-3), intermediate (4-6), conserved (7-9) – used to bracket-label the grade legend on the conservation dot heatmap.

Type:

dict[str, tuple[int, int]]