This repository has been archived by the owner on Jul 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
display.json
67 lines (67 loc) · 1.82 KB
/
display.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"title": "TCGA Cancer Regulome :: GeneSpot (development)",
"hangoutUrl": "https://plus.google.com/hangouts/_?gid=...",
"aboutLinks": [
{
"label": "TCGA Home",
"url": "http://cancergenome.nih.gov"
},
{
"label": "Cancer Regulome Home",
"url": "http://www.cancerregulome.org"
},
{
"divider": true,
"header": "About Us"
},
{
"label": "Institute for Systems Biology",
"url": "http://www.systemsbiology.org"
},
{
"label": "Shmulevich Lab",
"url": "http://www.systemsbiology.org/shmulevich-group"
},
{
"label": "Contact Us",
"url": "mailto:info@csacr.org?subject=GeneSpot Question"
},
{
"label": "Github Project",
"url": "http://github.com/cancerregulome/GeneSpot"
},
{
"divider": true,
"header": "Other Applications"
},
{
"label": "Regulome Explorer",
"url": "http://explorer.cancerregulome.org"
},
{
"label": "Pubcrawl",
"url": "http://pubcrawl.systemsbiology.net"
}
],
"colormaps": {
"tumor_types": {
"BLCA": "#00008F",
"BRCA": "#0000B9",
"COAD": "#0000E3",
"GBM": "#000EFF",
"HNSC": "#0038FF",
"KIRC": "#0062FF",
"LAML": "#008BFF",
"LGG": "#00B5FF",
"LUAD": "#00DFFF",
"LUSC": "#0AFFF5",
"OV": "#34FFCB",
"PRAD": "#5EFFA1",
"READ": "#87FF78",
"SKCM": "#FFA500",
"STAD": "#FF5200",
"THCA": "#FD0000",
"UCEC": "#800000"
}
}
}