mkt.databases.klifs.DICT_POCKET_KLIFS_REGIONS
- mkt.databases.klifs.DICT_POCKET_KLIFS_REGIONS = {'GK': {'color': 'orange', 'contiguous': True, 'end': 45, 'start': 45}, 'I': {'color': 'khaki', 'contiguous': True, 'end': 3, 'start': 1}, 'II': {'color': 'khaki', 'contiguous': True, 'end': 13, 'start': 10}, 'III': {'color': 'khaki', 'contiguous': False, 'end': 19, 'start': 14}, 'IV': {'color': 'khaki', 'contiguous': False, 'end': 41, 'start': 38}, 'V': {'color': 'khaki', 'contiguous': True, 'end': 44, 'start': 42}, 'VI': {'color': 'khaki', 'contiguous': True, 'end': 67, 'start': 65}, 'VII': {'color': 'khaki', 'contiguous': False, 'end': 78, 'start': 76}, 'VIII': {'color': 'khaki', 'contiguous': True, 'end': 79, 'start': 79}, 'a.l': {'color': 'cornflowerblue', 'contiguous': False, 'end': 85, 'start': 84}, 'b.l': {'color': 'green', 'contiguous': True, 'end': 37, 'start': 31}, 'c.l': {'color': 'darkorange', 'contiguous': True, 'end': 75, 'start': 68}, 'g.l': {'color': 'green', 'contiguous': True, 'end': 9, 'start': 4}, 'hinge': {'color': 'magenta', 'contiguous': True, 'end': 48, 'start': 46}, 'linker': {'color': 'cyan', 'contiguous': True, 'end': 52, 'start': 49}, 'xDFG': {'color': 'cornflowerblue', 'contiguous': True, 'end': 83, 'start': 80}, 'αC': {'color': 'red', 'contiguous': True, 'end': 30, 'start': 20}, 'αD': {'color': 'red', 'contiguous': False, 'end': 59, 'start': 53}, 'αE': {'color': 'red', 'contiguous': True, 'end': 64, 'start': 60}}
Mapping KLIFS pocket region to start and end indices, boolean denoting if subsequent regions are contiguous, and colors.
- Type:
dict[str, dict[str, int | bool | str]]