Skip to content

Commit 8fe93ef

Browse files
Merge pull request #179 from bcgsc/datafix/KBDEV-1305-new-edges-for-diseases
Datafix/kbdev 1305 new edges for diseases
2 parents 0445b91 + 5f15283 commit 8fe93ef

File tree

1 file changed

+142
-0
lines changed

1 file changed

+142
-0
lines changed

data/diseases.json

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,152 @@
22
"class": "Disease",
33
"defaultNameToSourceId": true,
44
"records": {
5+
"solid_tumor_ncit": {
6+
"name": "solid tumor",
7+
"source": "ncit",
8+
"sourceId": "c9292"
9+
},
10+
"cancer_ncit": {
11+
"name": "cancer",
12+
"displayName": "cancer [c9305]",
13+
"source": "ncit",
14+
"sourceId": "c9305"
15+
},
16+
"cancer_oncokb": {
17+
"links": [
18+
{
19+
"class": "CrossReferenceOf",
20+
"target": "cancer_ncit"
21+
}
22+
],
23+
"name": "cancer",
24+
"displayName": "cancer",
25+
"source": "oncokb"
26+
},
527
"all solid tumors": {
28+
"links": [
29+
{
30+
"class": "SubClassOf",
31+
"target": "cancer_oncokb"
32+
},
33+
{
34+
"class": "CrossReferenceOf",
35+
"target": "solid_tumor_ncit"
36+
}
37+
],
638
"name": "all solid tumors",
739
"source": "oncokb"
840
},
41+
"intraductal papillary neoplasm of the bile duct": {
42+
"links": [
43+
{
44+
"class": "SubClassOf",
45+
"target": "all solid tumors"
46+
}
47+
],
48+
"name": "intraductal papillary neoplasm of the bile duct",
49+
"source": "oncotree",
50+
"sourceId": "ipn"
51+
},
52+
"intracholecystic papillary neoplasm": {
53+
"links": [
54+
{
55+
"class": "SubClassOf",
56+
"target": "all solid tumors"
57+
}
58+
],
59+
"name": "intracholecystic papillary neoplasm",
60+
"source": "oncotree",
61+
"sourceId": "icpn"
62+
},
63+
"basal cell carcinoma of prostate": {
64+
"links": [
65+
{
66+
"class": "SubClassOf",
67+
"target": "all solid tumors"
68+
}
69+
],
70+
"name": "basal cell carcinoma of prostate",
71+
"source": "oncotree",
72+
"sourceId": "bccp"
73+
},
74+
"inflammatory breast cancer": {
75+
"links": [
76+
{
77+
"class": "SubClassOf",
78+
"target": "all solid tumors"
79+
}
80+
],
81+
"name": "inflammatory breast cancer",
82+
"source": "oncotree",
83+
"sourceId": "ibc"
84+
},
85+
"low-grade appendiceal mucinous neoplasm": {
86+
"links": [
87+
{
88+
"class": "SubClassOf",
89+
"target": "all solid tumors"
90+
}
91+
],
92+
"name": "low-grade appendiceal mucinous neoplasm",
93+
"source": "oncotree",
94+
"sourceId": "lamn"
95+
},
96+
"adenocarcinoma in retrorectal cystic hamartoma": {
97+
"links": [
98+
{
99+
"class": "SubClassOf",
100+
"target": "all solid tumors"
101+
}
102+
],
103+
"name": "adenocarcinoma in retrorectal cystic hamartoma",
104+
"source": "oncotree",
105+
"sourceId": "arch"
106+
},
107+
"mixed cancer types": {
108+
"links": [
109+
{
110+
"class": "SubClassOf",
111+
"target": "all solid tumors"
112+
}
113+
],
114+
"name": "mixed cancer types",
115+
"source": "oncotree",
116+
"sourceId": "mixed"
117+
},
118+
"sarcoma, nos": {
119+
"links": [
120+
{
121+
"class": "SubClassOf",
122+
"target": "all solid tumors"
123+
}
124+
],
125+
"name": "sarcoma, nos",
126+
"source": "oncotree",
127+
"sourceId": "sarcnos"
128+
},
129+
"primary cns melanoma": {
130+
"links": [
131+
{
132+
"class": "SubClassOf",
133+
"target": "all solid tumors"
134+
}
135+
],
136+
"name": "primary cns melanoma",
137+
"source": "oncotree",
138+
"sourceId": "pcnsm"
139+
},
140+
"pancreatic neuroendocrine carcinoma": {
141+
"links": [
142+
{
143+
"class": "SubClassOf",
144+
"target": "all solid tumors"
145+
}
146+
],
147+
"name": "pancreatic neuroendocrine carcinoma",
148+
"source": "oncotree",
149+
"sourceId": "panec"
150+
},
9151
"phc": {
10152
"links": [
11153
{

0 commit comments

Comments
 (0)