forked from hodcroftlab/covariants
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclusters.py
25 lines (18 loc) · 1.43 KB
/
clusters.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
clusters = {"S222": {'snps': [22226, 28931, 29644], 'cluster_data': [],
"country_info":[], 'col': "#ff8d3d", "display_name": "20A.EU1", "build_name":"20A.EU1"},
"S477": {'snps': [22991, 4542], 'cluster_data': [],
'country_info':[], 'col': "#65beeb", "display_name": "20A.EU2", "build_name":"20A.EU2"},
"S98": {'snps': [21854, 25504], 'cluster_data': [],
"country_info":[], 'col': "#911eb4", "display_name": "S:S98F", "build_name":"S.S98F"},
"S80": {'snps': [21799, 3098], 'cluster_data': [],
"country_info":[], 'col': "#3cb44b", "display_name": "S:D80Y", "build_name":"S.D80Y"},
"S439": {'snps': [7766, 22878], 'cluster_data': [],
"country_info":[], 'col': "#fb9a99", "display_name": "S:N439K", "build_name":"S.N439K"},
"S453": {'snps': [22919], 'cluster_data': [],
"country_info":[], 'col': "#cc0000", "display_name": "S:Y453F", "build_name":"S.Y453F"},
"S501": {'snps': [23063], 'cluster_data': [], 'snps2': [23062],
"country_info":[], 'col': "#ff99ff", "display_name": "S:N501", "build_name":"S.N501"}
#"S69": {'snps': [21766], 'cluster_data': [], 'build_name': "S.69"},
#"S692": {'snps': [23635], 'cluster_data': [], 'build_name': "S.692"},
#"S1229": {'snps': [25248], 'cluster_data': [], 'build_name': "S.1229"}
}