-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemb.json
More file actions
53 lines (53 loc) · 852 Bytes
/
emb.json
File metadata and controls
53 lines (53 loc) · 852 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"organ_system_groupings": [
{
"group_name": "Ectoderm",
"color": "#56B4E9",
"cancer_codes": [
"BRCA",
"BRCA Basal",
"GBMx",
"HNSC",
"LGGx",
"PCPG",
"SKCM"
]
},
{
"group_name": "Mesoderm",
"color": "#E69F00",
"cancer_codes": [
"ACCx",
"CESC",
"KIRC",
"KIRP",
"MESO",
"TGCT",
"UCEC"
]
},
{
"group_name": "Endoderm",
"color": "#009E73",
"cancer_codes": [
"BLCA",
"CHOL",
"COAD",
"ESCA",
"LIHC",
"LUAD",
"LUSC",
"PRAD",
"STAD",
"THCA"
]
},
{
"group_name": "BRCA_only",
"color": "#FF00FF",
"cancer_codes": [
"BRCA"
]
}
]
}