Commit
·
7af7a50
1
Parent(s):
8cc42de
adding different corpus type to dataset
Browse files- README.md +17 -8
- external/corpus.jsonl +199 -0
- names/corpus.jsonl +199 -0
- names/sentences.jsonl +290 -0
- names/terms.jsonl +103 -0
- synonyms/corpus.jsonl +199 -0
- synonyms/sentences.jsonl +290 -0
- synonyms/terms.jsonl +103 -0
README.md
CHANGED
@@ -6,19 +6,19 @@ multilinguality:
|
|
6 |
|
7 |
dataset_info:
|
8 |
configs:
|
9 |
-
- config_name:
|
10 |
features:
|
11 |
- name: _id
|
12 |
dtype: string
|
13 |
- name: text
|
14 |
dtype: string
|
15 |
-
- config_name:
|
16 |
features:
|
17 |
- name: _id
|
18 |
dtype: string
|
19 |
- name: text
|
20 |
dtype: string
|
21 |
-
- config_name:
|
22 |
features:
|
23 |
- name: _id
|
24 |
dtype: string
|
@@ -26,18 +26,27 @@ dataset_info:
|
|
26 |
dtype: string
|
27 |
|
28 |
configs:
|
29 |
-
- config_name:
|
30 |
data_files:
|
31 |
- split: corpus
|
32 |
path: corpus.jsonl
|
33 |
-
- config_name: terms
|
34 |
-
data_files:
|
35 |
- split: terms
|
36 |
path: terms.jsonl
|
37 |
-
|
|
|
|
|
38 |
data_files:
|
|
|
|
|
|
|
|
|
39 |
- split: sentences
|
40 |
path: sentences.jsonl
|
|
|
|
|
|
|
|
|
|
|
41 |
---
|
42 |
|
43 |
-
To be finished
|
|
|
6 |
|
7 |
dataset_info:
|
8 |
configs:
|
9 |
+
- config_name: names
|
10 |
features:
|
11 |
- name: _id
|
12 |
dtype: string
|
13 |
- name: text
|
14 |
dtype: string
|
15 |
+
- config_name: synonyms
|
16 |
features:
|
17 |
- name: _id
|
18 |
dtype: string
|
19 |
- name: text
|
20 |
dtype: string
|
21 |
+
- config_name: external
|
22 |
features:
|
23 |
- name: _id
|
24 |
dtype: string
|
|
|
26 |
dtype: string
|
27 |
|
28 |
configs:
|
29 |
+
- config_name: names
|
30 |
data_files:
|
31 |
- split: corpus
|
32 |
path: corpus.jsonl
|
|
|
|
|
33 |
- split: terms
|
34 |
path: terms.jsonl
|
35 |
+
- split: sentences
|
36 |
+
path: sentences.jsonl
|
37 |
+
- config_name: synonyms
|
38 |
data_files:
|
39 |
+
- split: corpus
|
40 |
+
path: corpus.jsonl
|
41 |
+
- split: terms
|
42 |
+
path: terms.jsonl
|
43 |
- split: sentences
|
44 |
path: sentences.jsonl
|
45 |
+
- config_name: external
|
46 |
+
data_files:
|
47 |
+
- split: corpus
|
48 |
+
path: corpus.jsonl
|
49 |
+
|
50 |
---
|
51 |
|
52 |
+
To be finished
|
external/corpus.jsonl
ADDED
@@ -0,0 +1,199 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"_id": "199", "text": "DNAJC1"}
|
2 |
+
{"_id": "200", "text": "UBL6"}
|
3 |
+
{"_id": "201", "text": "LOC102724103"}
|
4 |
+
{"_id": "202", "text": "ITPR1"}
|
5 |
+
{"_id": "203", "text": "CMTM8"}
|
6 |
+
{"_id": "204", "text": "DPH3"}
|
7 |
+
{"_id": "205", "text": "FOXH1"}
|
8 |
+
{"_id": "206", "text": "DPYSL5"}
|
9 |
+
{"_id": "207", "text": "LOC102725279"}
|
10 |
+
{"_id": "208", "text": "MAVS"}
|
11 |
+
{"_id": "209", "text": "GOSR1"}
|
12 |
+
{"_id": "210", "text": "SERPINB11"}
|
13 |
+
{"_id": "211", "text": "LINC01144"}
|
14 |
+
{"_id": "212", "text": "KRT18P65"}
|
15 |
+
{"_id": "213", "text": "SIRT4"}
|
16 |
+
{"_id": "214", "text": "MEGF9"}
|
17 |
+
{"_id": "215", "text": "MIXL1"}
|
18 |
+
{"_id": "216", "text": "SLC9B1P5"}
|
19 |
+
{"_id": "217", "text": "TMEM176B"}
|
20 |
+
{"_id": "218", "text": "LOC101927034"}
|
21 |
+
{"_id": "219", "text": "LINC00862"}
|
22 |
+
{"_id": "220", "text": "LOC101927979"}
|
23 |
+
{"_id": "221", "text": "RNF2"}
|
24 |
+
{"_id": "222", "text": "FAM86EP"}
|
25 |
+
{"_id": "223", "text": "LOC100419108"}
|
26 |
+
{"_id": "224", "text": "EEF1A1P38"}
|
27 |
+
{"_id": "225", "text": "OR6C5P"}
|
28 |
+
{"_id": "226", "text": "ABHD8"}
|
29 |
+
{"_id": "227", "text": "RNA5SP509"}
|
30 |
+
{"_id": "228", "text": "CDK5RAP3"}
|
31 |
+
{"_id": "229", "text": "ANO9"}
|
32 |
+
{"_id": "230", "text": "FABP5P7"}
|
33 |
+
{"_id": "231", "text": "CLEC2L"}
|
34 |
+
{"_id": "232", "text": "USP29"}
|
35 |
+
{"_id": "233", "text": "ASRT6"}
|
36 |
+
{"_id": "234", "text": "ARSC2"}
|
37 |
+
{"_id": "235", "text": "LOC643355"}
|
38 |
+
{"_id": "236", "text": "LTB4R"}
|
39 |
+
{"_id": "237", "text": "DPH6-AS1"}
|
40 |
+
{"_id": "238", "text": "LCEP4"}
|
41 |
+
{"_id": "239", "text": "NSF"}
|
42 |
+
{"_id": "240", "text": "VSTM2A"}
|
43 |
+
{"_id": "241", "text": "LHFPL1"}
|
44 |
+
{"_id": "242", "text": "PROSER2"}
|
45 |
+
{"_id": "243", "text": "TRAJ28"}
|
46 |
+
{"_id": "244", "text": "WWTR1"}
|
47 |
+
{"_id": "245", "text": "LOC100533924"}
|
48 |
+
{"_id": "246", "text": "MTND5P31"}
|
49 |
+
{"_id": "247", "text": "MGEA5"}
|
50 |
+
{"_id": "248", "text": "GRIK5"}
|
51 |
+
{"_id": "249", "text": "OR8B4"}
|
52 |
+
{"_id": "250", "text": "MIR4327"}
|
53 |
+
{"_id": "251", "text": "TMEM99"}
|
54 |
+
{"_id": "252", "text": "LOC101929951"}
|
55 |
+
{"_id": "253", "text": "MT1X"}
|
56 |
+
{"_id": "254", "text": "LOC153682"}
|
57 |
+
{"_id": "255", "text": "MIR6854"}
|
58 |
+
{"_id": "256", "text": "LINC00602"}
|
59 |
+
{"_id": "257", "text": "POU6F1"}
|
60 |
+
{"_id": "258", "text": "GP5"}
|
61 |
+
{"_id": "259", "text": "AK7"}
|
62 |
+
{"_id": "260", "text": "ATG2A"}
|
63 |
+
{"_id": "261", "text": "RPL39P17"}
|
64 |
+
{"_id": "262", "text": "MANF"}
|
65 |
+
{"_id": "263", "text": "FLJ40606"}
|
66 |
+
{"_id": "264", "text": "TBC1D28"}
|
67 |
+
{"_id": "265", "text": "HSD17B12"}
|
68 |
+
{"_id": "266", "text": "SORBS1"}
|
69 |
+
{"_id": "267", "text": "LOC102723467"}
|
70 |
+
{"_id": "268", "text": "MOB4"}
|
71 |
+
{"_id": "269", "text": "EVPLL"}
|
72 |
+
{"_id": "270", "text": "CALM2"}
|
73 |
+
{"_id": "271", "text": "FOXL1"}
|
74 |
+
{"_id": "272", "text": "LOC102723915"}
|
75 |
+
{"_id": "273", "text": "HNRNPA1P54"}
|
76 |
+
{"_id": "274", "text": "LOC100420954"}
|
77 |
+
{"_id": "275", "text": "TRPM2-AS"}
|
78 |
+
{"_id": "276", "text": "ITPRIP"}
|
79 |
+
{"_id": "277", "text": "MEMO1"}
|
80 |
+
{"_id": "278", "text": "LOC102724418"}
|
81 |
+
{"_id": "279", "text": "TRAP1"}
|
82 |
+
{"_id": "280", "text": "SUN2"}
|
83 |
+
{"_id": "281", "text": "OR52D1"}
|
84 |
+
{"_id": "282", "text": "ARF4"}
|
85 |
+
{"_id": "283", "text": "NTM"}
|
86 |
+
{"_id": "284", "text": "FTH1P27"}
|
87 |
+
{"_id": "285", "text": "PPP1R3B"}
|
88 |
+
{"_id": "286", "text": "PPAPDC3"}
|
89 |
+
{"_id": "287", "text": "RPL12P4"}
|
90 |
+
{"_id": "288", "text": "RPL21P67"}
|
91 |
+
{"_id": "289", "text": "LOC102724476"}
|
92 |
+
{"_id": "290", "text": "RPSAP42"}
|
93 |
+
{"_id": "291", "text": "EEC2"}
|
94 |
+
{"_id": "292", "text": "BACH1-IT2"}
|
95 |
+
{"_id": "293", "text": "LOC101927654"}
|
96 |
+
{"_id": "294", "text": "TMED4"}
|
97 |
+
{"_id": "295", "text": "TRIQK"}
|
98 |
+
{"_id": "296", "text": "FOLR3"}
|
99 |
+
{"_id": "297", "text": "LOC101060233"}
|
100 |
+
{"_id": "298", "text": "C7orf55-LUC7L2"}
|
101 |
+
{"_id": "299", "text": "RPSAP31"}
|
102 |
+
{"_id": "300", "text": "LOC101928624"}
|
103 |
+
{"_id": "301", "text": "HERC2P4"}
|
104 |
+
{"_id": "302", "text": "TRAM1"}
|
105 |
+
{"_id": "303", "text": "LOC729056"}
|
106 |
+
{"_id": "304", "text": "PYY3"}
|
107 |
+
{"_id": "305", "text": "SNORD42A"}
|
108 |
+
{"_id": "306", "text": "TARBP2"}
|
109 |
+
{"_id": "307", "text": "TIMM22"}
|
110 |
+
{"_id": "308", "text": "ZZEF1"}
|
111 |
+
{"_id": "309", "text": "OFD1P1Y"}
|
112 |
+
{"_id": "310", "text": "DDX39A"}
|
113 |
+
{"_id": "311", "text": "SGCE"}
|
114 |
+
{"_id": "312", "text": "CHRFAM7A"}
|
115 |
+
{"_id": "313", "text": "SNORD57"}
|
116 |
+
{"_id": "314", "text": "LINC01004"}
|
117 |
+
{"_id": "315", "text": "SAGE1"}
|
118 |
+
{"_id": "316", "text": "RPL17P15"}
|
119 |
+
{"_id": "317", "text": "MTND1P4"}
|
120 |
+
{"_id": "318", "text": "SEC22B"}
|
121 |
+
{"_id": "319", "text": "LINC00102"}
|
122 |
+
{"_id": "320", "text": "LOC101929928"}
|
123 |
+
{"_id": "321", "text": "TRNAE39P"}
|
124 |
+
{"_id": "322", "text": "BSPRY"}
|
125 |
+
{"_id": "323", "text": "CREB3L2"}
|
126 |
+
{"_id": "324", "text": "CACNG6"}
|
127 |
+
{"_id": "325", "text": "KRT18P48"}
|
128 |
+
{"_id": "326", "text": "OR7E90P"}
|
129 |
+
{"_id": "327", "text": "PLA2G12AP1"}
|
130 |
+
{"_id": "328", "text": "ARF6"}
|
131 |
+
{"_id": "329", "text": "SNTG1"}
|
132 |
+
{"_id": "330", "text": "MYH14"}
|
133 |
+
{"_id": "331", "text": "LOC101929447"}
|
134 |
+
{"_id": "332", "text": "LOC100289094"}
|
135 |
+
{"_id": "333", "text": "MOCS3P2"}
|
136 |
+
{"_id": "334", "text": "LOC102723609"}
|
137 |
+
{"_id": "335", "text": "LOC200609"}
|
138 |
+
{"_id": "336", "text": "LOC257358"}
|
139 |
+
{"_id": "337", "text": "ELK4"}
|
140 |
+
{"_id": "338", "text": "HIST1H1PS1"}
|
141 |
+
{"_id": "339", "text": "RPS11P1"}
|
142 |
+
{"_id": "340", "text": "LOC101930149"}
|
143 |
+
{"_id": "341", "text": "RNU105B"}
|
144 |
+
{"_id": "342", "text": "A2ML1-AS1"}
|
145 |
+
{"_id": "343", "text": "CD24"}
|
146 |
+
{"_id": "344", "text": "RAD9A"}
|
147 |
+
{"_id": "345", "text": "CT45A3"}
|
148 |
+
{"_id": "346", "text": "MIR3116-2"}
|
149 |
+
{"_id": "347", "text": "TMEM150A"}
|
150 |
+
{"_id": "348", "text": "VRTN"}
|
151 |
+
{"_id": "349", "text": "ATP2C2"}
|
152 |
+
{"_id": "350", "text": "MIR7161"}
|
153 |
+
{"_id": "351", "text": "IFNWP5"}
|
154 |
+
{"_id": "352", "text": "ZDHHC11B"}
|
155 |
+
{"_id": "353", "text": "HIST2H2BD"}
|
156 |
+
{"_id": "354", "text": "TUSC2P1"}
|
157 |
+
{"_id": "355", "text": "LOC100113421"}
|
158 |
+
{"_id": "356", "text": "RP11-513G11.3"}
|
159 |
+
{"_id": "357", "text": "LOC100421504"}
|
160 |
+
{"_id": "358", "text": "LGV2"}
|
161 |
+
{"_id": "359", "text": "RBPMSLP"}
|
162 |
+
{"_id": "360", "text": "PKP2P1"}
|
163 |
+
{"_id": "361", "text": "ZNF423"}
|
164 |
+
{"_id": "362", "text": "LOC439911"}
|
165 |
+
{"_id": "363", "text": "EEF1A2"}
|
166 |
+
{"_id": "364", "text": "VNN2"}
|
167 |
+
{"_id": "365", "text": "SLC16A9"}
|
168 |
+
{"_id": "366", "text": "LOC541473"}
|
169 |
+
{"_id": "367", "text": "LOC100293704"}
|
170 |
+
{"_id": "368", "text": "LOC730338"}
|
171 |
+
{"_id": "369", "text": "AP4B1-AS1"}
|
172 |
+
{"_id": "370", "text": "ZNF560"}
|
173 |
+
{"_id": "371", "text": "LOC101930300"}
|
174 |
+
{"_id": "372", "text": "TMEM50A"}
|
175 |
+
{"_id": "373", "text": "CCV"}
|
176 |
+
{"_id": "374", "text": "RBMS2"}
|
177 |
+
{"_id": "375", "text": "DEFB108B"}
|
178 |
+
{"_id": "376", "text": "LOC100289351"}
|
179 |
+
{"_id": "377", "text": "LOC102723711"}
|
180 |
+
{"_id": "378", "text": "MMP25"}
|
181 |
+
{"_id": "379", "text": "LOC101929658"}
|
182 |
+
{"_id": "380", "text": "SDCBP2"}
|
183 |
+
{"_id": "381", "text": "RNA5SP128"}
|
184 |
+
{"_id": "382", "text": "FLJ25613"}
|
185 |
+
{"_id": "383", "text": "BMND6"}
|
186 |
+
{"_id": "384", "text": "MAL2"}
|
187 |
+
{"_id": "385", "text": "EPHA7"}
|
188 |
+
{"_id": "386", "text": "SLC25A5P6"}
|
189 |
+
{"_id": "387", "text": "TCEB1P31"}
|
190 |
+
{"_id": "388", "text": "MIR186"}
|
191 |
+
{"_id": "389", "text": "RPS15AP39"}
|
192 |
+
{"_id": "390", "text": "TRNAH8"}
|
193 |
+
{"_id": "391", "text": "LOC102724697"}
|
194 |
+
{"_id": "392", "text": "ASNSP5"}
|
195 |
+
{"_id": "393", "text": "AQP5"}
|
196 |
+
{"_id": "394", "text": "ZNF662"}
|
197 |
+
{"_id": "395", "text": "MIR5100"}
|
198 |
+
{"_id": "396", "text": "IGKV2-4"}
|
199 |
+
{"_id": "397", "text": "PGAM4P2"}
|
names/corpus.jsonl
ADDED
@@ -0,0 +1,199 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"_id": "0", "text": "AG13093"}
|
2 |
+
{"_id": "1", "text": "ECC-1"}
|
3 |
+
{"_id": "2", "text": "ND11771"}
|
4 |
+
{"_id": "3", "text": "GM10134"}
|
5 |
+
{"_id": "4", "text": "GM04674"}
|
6 |
+
{"_id": "5", "text": "DA00898"}
|
7 |
+
{"_id": "6", "text": "HCE-2"}
|
8 |
+
{"_id": "7", "text": "GM19096"}
|
9 |
+
{"_id": "8", "text": "GM01622"}
|
10 |
+
{"_id": "9", "text": "BOLETH"}
|
11 |
+
{"_id": "10", "text": "ND11267"}
|
12 |
+
{"_id": "11", "text": "ND11297"}
|
13 |
+
{"_id": "12", "text": "GM12413"}
|
14 |
+
{"_id": "13", "text": "HQ00233"}
|
15 |
+
{"_id": "14", "text": "GM21333"}
|
16 |
+
{"_id": "15", "text": "ND04122"}
|
17 |
+
{"_id": "16", "text": "DA02933"}
|
18 |
+
{"_id": "17", "text": "GM17754"}
|
19 |
+
{"_id": "18", "text": "ND08005"}
|
20 |
+
{"_id": "19", "text": "COLO129"}
|
21 |
+
{"_id": "20", "text": "GM17988"}
|
22 |
+
{"_id": "21", "text": "DA01471"}
|
23 |
+
{"_id": "22", "text": "ND02190"}
|
24 |
+
{"_id": "23", "text": "GM20798"}
|
25 |
+
{"_id": "24", "text": "GM17806"}
|
26 |
+
{"_id": "25", "text": "ND12290"}
|
27 |
+
{"_id": "26", "text": "Ma-Mel-01"}
|
28 |
+
{"_id": "27", "text": "GM17968"}
|
29 |
+
{"_id": "28", "text": "GM11870"}
|
30 |
+
{"_id": "29", "text": "DA03116"}
|
31 |
+
{"_id": "30", "text": "AG18372"}
|
32 |
+
{"_id": "31", "text": "AG18466"}
|
33 |
+
{"_id": "32", "text": "GM17804"}
|
34 |
+
{"_id": "33", "text": "ND06637"}
|
35 |
+
{"_id": "34", "text": "ND08737"}
|
36 |
+
{"_id": "35", "text": "ND11095"}
|
37 |
+
{"_id": "36", "text": "MZ-MEL-7"}
|
38 |
+
{"_id": "37", "text": "K-562"}
|
39 |
+
{"_id": "38", "text": "HEV0201"}
|
40 |
+
{"_id": "39", "text": "GM10694"}
|
41 |
+
{"_id": "40", "text": "DA04891"}
|
42 |
+
{"_id": "41", "text": "GM06473"}
|
43 |
+
{"_id": "42", "text": "AG06284"}
|
44 |
+
{"_id": "43", "text": "GM19100"}
|
45 |
+
{"_id": "44", "text": "ND13592"}
|
46 |
+
{"_id": "45", "text": "Hs 926.T"}
|
47 |
+
{"_id": "46", "text": "AG10312"}
|
48 |
+
{"_id": "47", "text": "GM20757"}
|
49 |
+
{"_id": "48", "text": "GM11825"}
|
50 |
+
{"_id": "49", "text": "GM21424"}
|
51 |
+
{"_id": "50", "text": "GM13262"}
|
52 |
+
{"_id": "51", "text": "GM15581"}
|
53 |
+
{"_id": "52", "text": "GM21417"}
|
54 |
+
{"_id": "53", "text": "GM10718"}
|
55 |
+
{"_id": "54", "text": "DA02807"}
|
56 |
+
{"_id": "55", "text": "NCI-BL2171"}
|
57 |
+
{"_id": "56", "text": "DA06053"}
|
58 |
+
{"_id": "57", "text": "Hs 193.Sp"}
|
59 |
+
{"_id": "58", "text": "DA00956"}
|
60 |
+
{"_id": "59", "text": "DA02506"}
|
61 |
+
{"_id": "60", "text": "ND14678"}
|
62 |
+
{"_id": "61", "text": "GM14676"}
|
63 |
+
{"_id": "62", "text": "K562/Adr"}
|
64 |
+
{"_id": "63", "text": "GM02052"}
|
65 |
+
{"_id": "64", "text": "ND08571"}
|
66 |
+
{"_id": "65", "text": "GM02658"}
|
67 |
+
{"_id": "66", "text": "ND11242"}
|
68 |
+
{"_id": "67", "text": "AG12788"}
|
69 |
+
{"_id": "68", "text": "AU10040"}
|
70 |
+
{"_id": "69", "text": "ND12719"}
|
71 |
+
{"_id": "70", "text": "ND07248"}
|
72 |
+
{"_id": "71", "text": "ND13758"}
|
73 |
+
{"_id": "72", "text": "ND01413"}
|
74 |
+
{"_id": "73", "text": "GM01654"}
|
75 |
+
{"_id": "74", "text": "ND08207"}
|
76 |
+
{"_id": "75", "text": "GM06230"}
|
77 |
+
{"_id": "76", "text": "NM2C5"}
|
78 |
+
{"_id": "77", "text": "ND11222"}
|
79 |
+
{"_id": "78", "text": "AG09389"}
|
80 |
+
{"_id": "79", "text": "DA01350"}
|
81 |
+
{"_id": "80", "text": "DA00445"}
|
82 |
+
{"_id": "81", "text": "GM10356"}
|
83 |
+
{"_id": "82", "text": "ND05868"}
|
84 |
+
{"_id": "83", "text": "Hs 3.Sk"}
|
85 |
+
{"_id": "84", "text": "ND12586"}
|
86 |
+
{"_id": "85", "text": "GM00203"}
|
87 |
+
{"_id": "86", "text": "GM18917"}
|
88 |
+
{"_id": "87", "text": "GM07904"}
|
89 |
+
{"_id": "88", "text": "GM20543"}
|
90 |
+
{"_id": "89", "text": "Ber Lin"}
|
91 |
+
{"_id": "90", "text": "ND04584"}
|
92 |
+
{"_id": "91", "text": "GM04794"}
|
93 |
+
{"_id": "92", "text": "ND14795"}
|
94 |
+
{"_id": "93", "text": "DA03789"}
|
95 |
+
{"_id": "94", "text": "GM15487"}
|
96 |
+
{"_id": "95", "text": "DA00653"}
|
97 |
+
{"_id": "96", "text": "ND01699"}
|
98 |
+
{"_id": "97", "text": "ND12807"}
|
99 |
+
{"_id": "98", "text": "GM03824"}
|
100 |
+
{"_id": "99", "text": "HQ00888"}
|
101 |
+
{"_id": "100", "text": "ND04338"}
|
102 |
+
{"_id": "101", "text": "ND01423"}
|
103 |
+
{"_id": "102", "text": "GM17839"}
|
104 |
+
{"_id": "103", "text": "ND11133"}
|
105 |
+
{"_id": "104", "text": "DA02482"}
|
106 |
+
{"_id": "105", "text": "GM02938"}
|
107 |
+
{"_id": "106", "text": "ND11549"}
|
108 |
+
{"_id": "107", "text": "DA06213"}
|
109 |
+
{"_id": "108", "text": "ND03988"}
|
110 |
+
{"_id": "109", "text": "GM17856"}
|
111 |
+
{"_id": "110", "text": "ND08618"}
|
112 |
+
{"_id": "111", "text": "SW579"}
|
113 |
+
{"_id": "112", "text": "DA04790"}
|
114 |
+
{"_id": "113", "text": "DA00303"}
|
115 |
+
{"_id": "114", "text": "TTDH9PV"}
|
116 |
+
{"_id": "115", "text": "CHP-134"}
|
117 |
+
{"_id": "116", "text": "GM15554"}
|
118 |
+
{"_id": "117", "text": "GM12109"}
|
119 |
+
{"_id": "118", "text": "GM00477"}
|
120 |
+
{"_id": "119", "text": "GM11611"}
|
121 |
+
{"_id": "120", "text": "DA04495"}
|
122 |
+
{"_id": "121", "text": "GM19390"}
|
123 |
+
{"_id": "122", "text": "GM03721"}
|
124 |
+
{"_id": "123", "text": "GM07852"}
|
125 |
+
{"_id": "124", "text": "GM15731"}
|
126 |
+
{"_id": "125", "text": "GM01442"}
|
127 |
+
{"_id": "126", "text": "GM12974"}
|
128 |
+
{"_id": "127", "text": "ND13923"}
|
129 |
+
{"_id": "128", "text": "NCI-H1238"}
|
130 |
+
{"_id": "129", "text": "ND00689"}
|
131 |
+
{"_id": "130", "text": "DA01178"}
|
132 |
+
{"_id": "131", "text": "DA05956"}
|
133 |
+
{"_id": "132", "text": "GM03987"}
|
134 |
+
{"_id": "133", "text": "ND08230"}
|
135 |
+
{"_id": "134", "text": "ND02527"}
|
136 |
+
{"_id": "135", "text": "HEV0164"}
|
137 |
+
{"_id": "136", "text": "Hs 48.Fs"}
|
138 |
+
{"_id": "137", "text": "PEO14"}
|
139 |
+
{"_id": "138", "text": "hTERT-RPE1"}
|
140 |
+
{"_id": "139", "text": "GM20213"}
|
141 |
+
{"_id": "140", "text": "ND10560"}
|
142 |
+
{"_id": "141", "text": "Hs 556.Sk"}
|
143 |
+
{"_id": "142", "text": "GM02627"}
|
144 |
+
{"_id": "143", "text": "ND10616"}
|
145 |
+
{"_id": "144", "text": "ND01566"}
|
146 |
+
{"_id": "145", "text": "DA02858"}
|
147 |
+
{"_id": "146", "text": "ND12119"}
|
148 |
+
{"_id": "147", "text": "ND06640"}
|
149 |
+
{"_id": "148", "text": "ND11626"}
|
150 |
+
{"_id": "149", "text": "ND00177"}
|
151 |
+
{"_id": "150", "text": "ND00179"}
|
152 |
+
{"_id": "151", "text": "AG07121"}
|
153 |
+
{"_id": "152", "text": "GM03645"}
|
154 |
+
{"_id": "153", "text": "SJNB-10"}
|
155 |
+
{"_id": "154", "text": "ND10860"}
|
156 |
+
{"_id": "155", "text": "NCI-BL2126"}
|
157 |
+
{"_id": "156", "text": "TTDH12PV"}
|
158 |
+
{"_id": "157", "text": "ND05625"}
|
159 |
+
{"_id": "158", "text": "FL"}
|
160 |
+
{"_id": "159", "text": "GM15267"}
|
161 |
+
{"_id": "160", "text": "GM01025"}
|
162 |
+
{"_id": "161", "text": "ND03971"}
|
163 |
+
{"_id": "162", "text": "GM01126"}
|
164 |
+
{"_id": "163", "text": "GM19780"}
|
165 |
+
{"_id": "164", "text": "DA05585"}
|
166 |
+
{"_id": "165", "text": "ND06168"}
|
167 |
+
{"_id": "166", "text": "DA02307"}
|
168 |
+
{"_id": "167", "text": "ND13739"}
|
169 |
+
{"_id": "168", "text": "DA01849"}
|
170 |
+
{"_id": "169", "text": "GM15416"}
|
171 |
+
{"_id": "170", "text": "ND14736"}
|
172 |
+
{"_id": "171", "text": "DA03851"}
|
173 |
+
{"_id": "172", "text": "ND14920"}
|
174 |
+
{"_id": "173", "text": "ND01590"}
|
175 |
+
{"_id": "174", "text": "DA02498"}
|
176 |
+
{"_id": "175", "text": "ND01494"}
|
177 |
+
{"_id": "176", "text": "GM10073"}
|
178 |
+
{"_id": "177", "text": "ND08802"}
|
179 |
+
{"_id": "178", "text": "ND09485"}
|
180 |
+
{"_id": "179", "text": "DA04451"}
|
181 |
+
{"_id": "180", "text": "AG08900"}
|
182 |
+
{"_id": "181", "text": "GM50321"}
|
183 |
+
{"_id": "182", "text": "ND13215"}
|
184 |
+
{"_id": "183", "text": "WI-26 VA4"}
|
185 |
+
{"_id": "184", "text": "XPH9PV"}
|
186 |
+
{"_id": "185", "text": "GM06114"}
|
187 |
+
{"_id": "186", "text": "GM08014"}
|
188 |
+
{"_id": "187", "text": "GM02851"}
|
189 |
+
{"_id": "188", "text": "DA04362"}
|
190 |
+
{"_id": "189", "text": "LL29 (AnHa)"}
|
191 |
+
{"_id": "190", "text": "GM06892"}
|
192 |
+
{"_id": "191", "text": "DA04866"}
|
193 |
+
{"_id": "192", "text": "ND11169"}
|
194 |
+
{"_id": "193", "text": "ND07478"}
|
195 |
+
{"_id": "194", "text": "AG11241"}
|
196 |
+
{"_id": "195", "text": "DA03820"}
|
197 |
+
{"_id": "196", "text": "GM13741"}
|
198 |
+
{"_id": "197", "text": "DA04442"}
|
199 |
+
{"_id": "198", "text": "GM00157"}
|
names/sentences.jsonl
ADDED
@@ -0,0 +1,290 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"_id": "0", "text": "Finite cell line from Charcot-Marie-Tooth Disease patient"}
|
2 |
+
{"_id": "1", "text": "Charcot-Marie-Tooth disease/Hereditary motor and sensory neuropathy Finite cell line"}
|
3 |
+
{"_id": "2", "text": "Transformed cell line from Alzheimer's Disease 3 patient"}
|
4 |
+
{"_id": "3", "text": "Early-onset autosomal dominant Alzheimer disease Transformed cell line"}
|
5 |
+
{"_id": "4", "text": "Transformed cell line from Alzheimer's Disease patient"}
|
6 |
+
{"_id": "5", "text": "Adrenal Gland Neuroblastoma Cancer cell line"}
|
7 |
+
{"_id": "6", "text": "Neuroblastoma Cancer cell line"}
|
8 |
+
{"_id": "7", "text": "Type 2 Diabetes Mellitus Transformed cell line"}
|
9 |
+
{"_id": "8", "text": "Endometrial Adenocarcinoma Cancer cell line"}
|
10 |
+
{"_id": "9", "text": "Human Papillomavirus-Related Cervical Adenocarcinoma Cancer cell line"}
|
11 |
+
{"_id": "10", "text": "Sandhoff Disease Finite cell line"}
|
12 |
+
{"_id": "11", "text": "Sandhoff Disease Transformed cell line"}
|
13 |
+
{"_id": "12", "text": "Finite cell line from Sandhoff disease donor"}
|
14 |
+
{"_id": "13", "text": "Sandhoff disease Transformed cell line"}
|
15 |
+
{"_id": "14", "text": "Transformed cell line from Fucosidosis patient"}
|
16 |
+
{"_id": "15", "text": "Transformed cell line from Fucosidosis donor"}
|
17 |
+
{"_id": "16", "text": "Finite cell line from Acute Intermittent Porphyria patient"}
|
18 |
+
{"_id": "17", "text": "Acute intermittent porphyria Finite cell line"}
|
19 |
+
{"_id": "18", "text": "Maple Syrup Urine Disease Finite cell line"}
|
20 |
+
{"_id": "19", "text": "Maple syrup urine disease Finite cell line"}
|
21 |
+
{"_id": "20", "text": "Ataxia Telangiectasia Syndrome Finite cell line"}
|
22 |
+
{"_id": "21", "text": "Finite cell line from Ataxia-telangiectasia patient"}
|
23 |
+
{"_id": "22", "text": "Finite cell line from Gaucher Disease donor"}
|
24 |
+
{"_id": "23", "text": "Finite cell line from Gaucher disease patient"}
|
25 |
+
{"_id": "24", "text": "Finite cell line from Lesch-Nyhan Syndrome patient"}
|
26 |
+
{"_id": "25", "text": "Finite cell line from Lesch-Nyhan syndrome donor"}
|
27 |
+
{"_id": "26", "text": "Transformed cell line from Huntington's Disease patient"}
|
28 |
+
{"_id": "27", "text": "Huntington disease Transformed cell line"}
|
29 |
+
{"_id": "28", "text": "Retinitis Pigmentosa Finite cell line"}
|
30 |
+
{"_id": "29", "text": "Finite cell line from Retinitis pigmentosa donor"}
|
31 |
+
{"_id": "30", "text": "Dystrophia Myotonica 1 Finite cell line"}
|
32 |
+
{"_id": "31", "text": "Steinert myotonic dystrophy Finite cell line"}
|
33 |
+
{"_id": "32", "text": "Cystic Fibrosis Transformed cell line"}
|
34 |
+
{"_id": "33", "text": "Cystic fibrosis Transformed cell line"}
|
35 |
+
{"_id": "34", "text": "Hereditary Spherocytosis Transformed cell line"}
|
36 |
+
{"_id": "35", "text": "Hereditary spherocytosis Transformed cell line"}
|
37 |
+
{"_id": "36", "text": "Transformed cell line from Hepatocyte Nuclear Factor 4-Alpha Associated Monogenic Diabetes donor"}
|
38 |
+
{"_id": "37", "text": "Transformed cell line from MODY patient"}
|
39 |
+
{"_id": "38", "text": "Finite cell line from D-Bifunctional Protein Deficiency donor"}
|
40 |
+
{"_id": "39", "text": "Finite cell line from Bifunctional enzyme deficiency patient"}
|
41 |
+
{"_id": "40", "text": "Transformed cell line from Langer Mesomelic Dysplasia donor"}
|
42 |
+
{"_id": "41", "text": "Langer mesomelic dysplasia Transformed cell line"}
|
43 |
+
{"_id": "42", "text": "Transformed cell line from Deletion 18p Syndrome patient"}
|
44 |
+
{"_id": "43", "text": "Monosomy 18p syndrome Transformed cell line"}
|
45 |
+
{"_id": "44", "text": "Embryonal Rhabdomyosarcoma Cancer cell line"}
|
46 |
+
{"_id": "45", "text": "Cancer cell line from Embryonal rhabdomyosarcoma patient"}
|
47 |
+
{"_id": "46", "text": "Cancer cell line from Blast Phase Chronic Myeloid Leukemia, BCR-ABL1 Positive donor"}
|
48 |
+
{"_id": "47", "text": "Cancer cell line from Chronic myeloid leukemia patient"}
|
49 |
+
{"_id": "48", "text": "Idiopathic Pulmonary Fibrosis Finite cell line"}
|
50 |
+
{"_id": "49", "text": "Finite cell line from Idiopathic pulmonary fibrosis donor"}
|
51 |
+
{"_id": "50", "text": "Cancer cell line from Melanoma patient"}
|
52 |
+
{"_id": "51", "text": "Cancer cell line from Lung Small Cell Carcinoma patient"}
|
53 |
+
{"_id": "52", "text": "Cancer cell line from Small cell lung cancer donor"}
|
54 |
+
{"_id": "53", "text": "Parkinson Disease Transformed cell line"}
|
55 |
+
{"_id": "54", "text": "Transformed cell line from Ischemic Stroke donor"}
|
56 |
+
{"_id": "55", "text": "Transformed cell line from Subarachnoid Hemorrhage donor"}
|
57 |
+
{"_id": "56", "text": "Transformed cell line from Lewy Body Dementia patient"}
|
58 |
+
{"_id": "57", "text": "Transformed cell line from Amyotrophic Lateral Sclerosis patient"}
|
59 |
+
{"_id": "58", "text": "Amyotrophic lateral sclerosis Transformed cell line"}
|
60 |
+
{"_id": "59", "text": "Primary Lateral Sclerosis Transformed cell line"}
|
61 |
+
{"_id": "60", "text": "Primary lateral sclerosis Transformed cell line"}
|
62 |
+
{"_id": "61", "text": "Transformed cell line from Frontotemporal Dementia patient"}
|
63 |
+
{"_id": "62", "text": "Behavioral variant of frontotemporal dementia Transformed cell line"}
|
64 |
+
{"_id": "63", "text": "Cancer cell line from Amelanotic Melanoma patient"}
|
65 |
+
{"_id": "64", "text": "Cancer cell line from Ovarian Cystadenocarcinoma patient"}
|
66 |
+
{"_id": "65", "text": "Neuroblastoma Cancer cell line"}
|
67 |
+
{"_id": "66", "text": "Cancer cell line from Thyroid Gland Anaplastic Carcinoma, Squamous Cell Carcinoma Pattern patient"}
|
68 |
+
{"_id": "67", "text": "Rare thyroid carcinoma Cancer cell line"}
|
69 |
+
{"_id": "68", "text": "49,XXXXY Syndrome Finite cell line"}
|
70 |
+
{"_id": "69", "text": "Finite cell line from 49,XXXXY syndrome patient"}
|
71 |
+
{"_id": "70", "text": "Transformed cell line from Leigh Disease patient"}
|
72 |
+
{"_id": "71", "text": "Leigh syndrome Transformed cell line"}
|
73 |
+
{"_id": "72", "text": "Finite cell line from arm skin"}
|
74 |
+
{"_id": "73", "text": "Transformed cell line derived from blood"}
|
75 |
+
{"_id": "74", "text": "Finite cell line from skin of body"}
|
76 |
+
{"_id": "75", "text": "Cancer cell line derived from adrenal gland"}
|
77 |
+
{"_id": "76", "text": "Cancer cell line from endometrium"}
|
78 |
+
{"_id": "77", "text": "Cancer cell line derived from uterine cervix"}
|
79 |
+
{"_id": "78", "text": "Finite cell line from amniotic fluid"}
|
80 |
+
{"_id": "79", "text": "Finite cell line from skin of leg"}
|
81 |
+
{"_id": "80", "text": "Finite cell line from lung primordium"}
|
82 |
+
{"_id": "81", "text": "Transformed cell line derived from lung primordium"}
|
83 |
+
{"_id": "82", "text": "Transformed cell line derived from corneal epithelium"}
|
84 |
+
{"_id": "83", "text": "Finite cell line from spleen primordium"}
|
85 |
+
{"_id": "84", "text": "Finite cell line from skin of prepuce of penis"}
|
86 |
+
{"_id": "85", "text": "Finite cell line derived from skin of trunk"}
|
87 |
+
{"_id": "86", "text": "Cancer cell line from kidney"}
|
88 |
+
{"_id": "87", "text": "Telomerase immortalized cell line from pigmented layer of retina"}
|
89 |
+
{"_id": "88", "text": "Cancer cell line derived from pleural effusion"}
|
90 |
+
{"_id": "89", "text": "Finite cell line from lung"}
|
91 |
+
{"_id": "90", "text": "Cancer cell line derived from spleen"}
|
92 |
+
{"_id": "91", "text": "Cancer cell line from bone marrow"}
|
93 |
+
{"_id": "92", "text": "Cancer cell line derived from buttock"}
|
94 |
+
{"_id": "93", "text": "Cancer cell line from hypodermis"}
|
95 |
+
{"_id": "94", "text": "Cancer cell line from ascitic fluid"}
|
96 |
+
{"_id": "95", "text": "Cancer cell line from thyroid gland"}
|
97 |
+
{"_id": "96", "text": "skin fibroblast Finite cell line"}
|
98 |
+
{"_id": "97", "text": "fibroblast Finite cell line"}
|
99 |
+
{"_id": "98", "text": "B cell Transformed cell line"}
|
100 |
+
{"_id": "99", "text": "fibroblast of lung Finite cell line"}
|
101 |
+
{"_id": "100", "text": "fibroblast of lung Transformed cell line"}
|
102 |
+
{"_id": "101", "text": "epithelial cell Cancer cell line"}
|
103 |
+
{"_id": "102", "text": "retinal pigment epithelial cell Telomerase immortalized cell line"}
|
104 |
+
{"_id": "103", "text": "human gammaherpesvirus 4 Transformed cell line"}
|
105 |
+
{"_id": "104", "text": "human papillomavirus 18 transformed Cancer cell line"}
|
106 |
+
{"_id": "105", "text": "Transformed cell line established by transfection with Ad12-SV40 hybrid virus"}
|
107 |
+
{"_id": "106", "text": "Transformed cell line established by transfection with Betapolyomavirus macacae"}
|
108 |
+
{"_id": "107", "text": "Finite cell line from arm skin of a Charcot-Marie-Tooth Disease donor."}
|
109 |
+
{"_id": "108", "text": "Charcot-Marie-Tooth disease/Hereditary motor and sensory neuropathy Finite cell line from arm skin."}
|
110 |
+
{"_id": "109", "text": "Transformed cell line from a Alzheimer's Disease 3 patient's blood."}
|
111 |
+
{"_id": "110", "text": "Transformed cell line from a Early-onset autosomal dominant Alzheimer disease patient's blood."}
|
112 |
+
{"_id": "111", "text": "Transformed cell line from a Alzheimer's Disease patient's blood."}
|
113 |
+
{"_id": "112", "text": "Cancer cell line from adrenal gland of a patient with Adrenal Gland Neuroblastoma."}
|
114 |
+
{"_id": "113", "text": "Cancer cell line from adrenal gland of a Neuroblastoma donor."}
|
115 |
+
{"_id": "114", "text": "Transformed cell line derived from a Type 2 Diabetes Mellitus patient's blood."}
|
116 |
+
{"_id": "115", "text": "Endometrial Adenocarcinoma Cancer cell line derived from endometrium."}
|
117 |
+
{"_id": "116", "text": "Cancer cell line from a Human Papillomavirus-Related Cervical Adenocarcinoma patient's uterine cervix."}
|
118 |
+
{"_id": "117", "text": "Transformed cell line derived from blood of a patient with Sandhoff Disease."}
|
119 |
+
{"_id": "118", "text": "Transformed cell line derived from a Sandhoff disease patient's blood."}
|
120 |
+
{"_id": "119", "text": "Fucosidosis Transformed cell line derived from blood."}
|
121 |
+
{"_id": "120", "text": "Transformed cell line derived from a Fucosidosis patient's blood."}
|
122 |
+
{"_id": "121", "text": "Ataxia Telangiectasia Syndrome Finite cell line from skin of body."}
|
123 |
+
{"_id": "122", "text": "Finite cell line derived from skin of body of a patient with Ataxia-telangiectasia."}
|
124 |
+
{"_id": "123", "text": "Finite cell line derived from a Gaucher Disease patient's skin of body."}
|
125 |
+
{"_id": "124", "text": "Finite cell line from skin of body of a patient with Gaucher disease."}
|
126 |
+
{"_id": "125", "text": "Huntington's Disease Transformed cell line from blood."}
|
127 |
+
{"_id": "126", "text": "Transformed cell line derived from blood of a Huntington disease donor."}
|
128 |
+
{"_id": "127", "text": "Finite cell line derived from a Dystrophia Myotonica 1 patient's arm skin."}
|
129 |
+
{"_id": "128", "text": "Finite cell line derived from arm skin of a Steinert myotonic dystrophy patient."}
|
130 |
+
{"_id": "129", "text": "Cystic Fibrosis Transformed cell line from blood."}
|
131 |
+
{"_id": "130", "text": "Cystic fibrosis Transformed cell line from blood."}
|
132 |
+
{"_id": "131", "text": "Hereditary Spherocytosis Transformed cell line from blood."}
|
133 |
+
{"_id": "132", "text": "Transformed cell line from blood of a donor with Hereditary spherocytosis."}
|
134 |
+
{"_id": "133", "text": "Transformed cell line derived from a Hepatocyte Nuclear Factor 4-Alpha Associated Monogenic Diabetes donor's blood."}
|
135 |
+
{"_id": "134", "text": "Transformed cell line derived from a MODY donor's blood."}
|
136 |
+
{"_id": "135", "text": "Transformed cell line from blood of a Langer Mesomelic Dysplasia patient."}
|
137 |
+
{"_id": "136", "text": "Langer mesomelic dysplasia Transformed cell line derived from blood."}
|
138 |
+
{"_id": "137", "text": "Transformed cell line from a Deletion 18p Syndrome patient's blood."}
|
139 |
+
{"_id": "138", "text": "Transformed cell line from a Monosomy 18p syndrome donor's blood."}
|
140 |
+
{"_id": "139", "text": "Cancer cell line from a Embryonal Rhabdomyosarcoma patient's kidney."}
|
141 |
+
{"_id": "140", "text": "Cancer cell line from a Embryonal rhabdomyosarcoma donor's kidney."}
|
142 |
+
{"_id": "141", "text": "Cancer cell line derived from pleural effusion of a donor with Blast Phase Chronic Myeloid Leukemia, BCR-ABL1 Positive."}
|
143 |
+
{"_id": "142", "text": "Chronic myeloid leukemia Cancer cell line from pleural effusion."}
|
144 |
+
{"_id": "143", "text": "Finite cell line derived from lung of a Idiopathic Pulmonary Fibrosis donor."}
|
145 |
+
{"_id": "144", "text": "Idiopathic pulmonary fibrosis Finite cell line from lung."}
|
146 |
+
{"_id": "145", "text": "Cancer cell line from spleen of a Melanoma patient."}
|
147 |
+
{"_id": "146", "text": "Lung Small Cell Carcinoma Cancer cell line derived from bone marrow."}
|
148 |
+
{"_id": "147", "text": "Cancer cell line from bone marrow of a donor with Small cell lung cancer."}
|
149 |
+
{"_id": "148", "text": "Transformed cell line from blood of a Parkinson Disease patient."}
|
150 |
+
{"_id": "149", "text": "Transformed cell line from blood of a Ischemic Stroke donor."}
|
151 |
+
{"_id": "150", "text": "Transformed cell line from a Subarachnoid Hemorrhage donor's blood."}
|
152 |
+
{"_id": "151", "text": "Lewy Body Dementia Transformed cell line derived from blood."}
|
153 |
+
{"_id": "152", "text": "Transformed cell line from blood of a patient with Amyotrophic Lateral Sclerosis."}
|
154 |
+
{"_id": "153", "text": "Transformed cell line derived from blood of a donor with Amyotrophic lateral sclerosis."}
|
155 |
+
{"_id": "154", "text": "Primary Lateral Sclerosis Transformed cell line derived from blood."}
|
156 |
+
{"_id": "155", "text": "Primary lateral sclerosis Transformed cell line from blood."}
|
157 |
+
{"_id": "156", "text": "Transformed cell line from blood of a Frontotemporal Dementia patient."}
|
158 |
+
{"_id": "157", "text": "Behavioral variant of frontotemporal dementia Transformed cell line derived from blood."}
|
159 |
+
{"_id": "158", "text": "Cancer cell line from buttock of a Amelanotic Melanoma donor."}
|
160 |
+
{"_id": "159", "text": "Amelanotic Melanoma Cancer cell line from hypodermis."}
|
161 |
+
{"_id": "160", "text": "Cancer cell line from ascitic fluid of a patient with Ovarian Cystadenocarcinoma."}
|
162 |
+
{"_id": "161", "text": "Cancer cell line derived from a Thyroid Gland Anaplastic Carcinoma, Squamous Cell Carcinoma Pattern donor's thyroid gland."}
|
163 |
+
{"_id": "162", "text": "Cancer cell line derived from thyroid gland of a Rare thyroid carcinoma donor."}
|
164 |
+
{"_id": "163", "text": "Finite cell line from skin of body of a donor with 49,XXXXY Syndrome."}
|
165 |
+
{"_id": "164", "text": "49,XXXXY syndrome Finite cell line derived from skin of body."}
|
166 |
+
{"_id": "165", "text": "Leigh Disease Transformed cell line derived from blood."}
|
167 |
+
{"_id": "166", "text": "Transformed cell line from a Leigh syndrome patient's blood."}
|
168 |
+
{"_id": "167", "text": "skin fibroblast Charcot-Marie-Tooth Disease Finite cell line."}
|
169 |
+
{"_id": "168", "text": "skin fibroblast Finite cell line from a Charcot-Marie-Tooth disease/Hereditary motor and sensory neuropathy donor."}
|
170 |
+
{"_id": "169", "text": "fibroblast Finite cell line from a Sandhoff Disease donor."}
|
171 |
+
{"_id": "170", "text": "Sandhoff disease fibroblast Finite cell line."}
|
172 |
+
{"_id": "171", "text": "fibroblast Finite cell line from a Acute Intermittent Porphyria donor."}
|
173 |
+
{"_id": "172", "text": "fibroblast Finite cell line from a Acute intermittent porphyria patient."}
|
174 |
+
{"_id": "173", "text": "Maple Syrup Urine Disease fibroblast Finite cell line."}
|
175 |
+
{"_id": "174", "text": "Maple syrup urine disease fibroblast Finite cell line."}
|
176 |
+
{"_id": "175", "text": "skin fibroblast Ataxia Telangiectasia Syndrome Finite cell line."}
|
177 |
+
{"_id": "176", "text": "skin fibroblast Ataxia-telangiectasia Finite cell line."}
|
178 |
+
{"_id": "177", "text": "skin fibroblast Finite cell line from a Gaucher Disease donor."}
|
179 |
+
{"_id": "178", "text": "skin fibroblast Finite cell line from a Gaucher disease patient."}
|
180 |
+
{"_id": "179", "text": "Lesch-Nyhan Syndrome fibroblast Finite cell line."}
|
181 |
+
{"_id": "180", "text": "fibroblast Finite cell line from a patient with Lesch-Nyhan syndrome."}
|
182 |
+
{"_id": "181", "text": "Retinitis Pigmentosa fibroblast Finite cell line."}
|
183 |
+
{"_id": "182", "text": "fibroblast Retinitis pigmentosa Finite cell line."}
|
184 |
+
{"_id": "183", "text": "Dystrophia Myotonica 1 skin fibroblast Finite cell line."}
|
185 |
+
{"_id": "184", "text": "skin fibroblast Steinert myotonic dystrophy Finite cell line."}
|
186 |
+
{"_id": "185", "text": "fibroblast D-Bifunctional Protein Deficiency Finite cell line."}
|
187 |
+
{"_id": "186", "text": "fibroblast Bifunctional enzyme deficiency Finite cell line."}
|
188 |
+
{"_id": "187", "text": "Embryonal Rhabdomyosarcoma epithelial cell Cancer cell line."}
|
189 |
+
{"_id": "188", "text": "epithelial cell Embryonal rhabdomyosarcoma Cancer cell line."}
|
190 |
+
{"_id": "189", "text": "fibroblast of lung Finite cell line from a Idiopathic Pulmonary Fibrosis donor."}
|
191 |
+
{"_id": "190", "text": "fibroblast of lung Finite cell line from a Idiopathic pulmonary fibrosis donor."}
|
192 |
+
{"_id": "191", "text": "49,XXXXY Syndrome skin fibroblast Finite cell line."}
|
193 |
+
{"_id": "192", "text": "skin fibroblast Finite cell line from a 49,XXXXY syndrome donor."}
|
194 |
+
{"_id": "193", "text": "Transformed cell line from a donor with Alzheimer's Disease 3, established by transfection with human gammaherpesvirus 4."}
|
195 |
+
{"_id": "194", "text": "Transformed cell line from a Early-onset autosomal dominant Alzheimer disease patient, established by transfection with human gammaherpesvirus 4."}
|
196 |
+
{"_id": "195", "text": "human gammaherpesvirus 4 transformed Alzheimer's Disease cell line."}
|
197 |
+
{"_id": "196", "text": "human gammaherpesvirus 4 transformed Type 2 Diabetes Mellitus cell line."}
|
198 |
+
{"_id": "197", "text": "Cancer cell line from a Human Papillomavirus-Related Cervical Adenocarcinoma patient, established by transfection with human papillomavirus 18."}
|
199 |
+
{"_id": "198", "text": "human gammaherpesvirus 4 transformed Sandhoff Disease cell line."}
|
200 |
+
{"_id": "199", "text": "human gammaherpesvirus 4 transformed Sandhoff disease cell line."}
|
201 |
+
{"_id": "200", "text": "human gammaherpesvirus 4 Transformed cell line from a Fucosidosis donor."}
|
202 |
+
{"_id": "201", "text": "Transformed cell line from a donor with Fucosidosis, established by transfection with human gammaherpesvirus 4."}
|
203 |
+
{"_id": "202", "text": "human gammaherpesvirus 4 Transformed cell line from a Huntington's Disease donor."}
|
204 |
+
{"_id": "203", "text": "Transformed cell line from a Huntington disease donor, established by transfection with human gammaherpesvirus 4."}
|
205 |
+
{"_id": "204", "text": "human gammaherpesvirus 4 transformed Cystic Fibrosis cell line."}
|
206 |
+
{"_id": "205", "text": "human gammaherpesvirus 4 transformed Cystic fibrosis cell line."}
|
207 |
+
{"_id": "206", "text": "human gammaherpesvirus 4 Transformed cell line from a Hereditary Spherocytosis donor."}
|
208 |
+
{"_id": "207", "text": "human gammaherpesvirus 4 Transformed cell line from a Hereditary spherocytosis donor."}
|
209 |
+
{"_id": "208", "text": "human gammaherpesvirus 4 Transformed cell line from a Hepatocyte Nuclear Factor 4-Alpha Associated Monogenic Diabetes patient."}
|
210 |
+
{"_id": "209", "text": "human gammaherpesvirus 4 Transformed cell line from a MODY donor."}
|
211 |
+
{"_id": "210", "text": "human gammaherpesvirus 4 Transformed cell line from a Langer Mesomelic Dysplasia donor."}
|
212 |
+
{"_id": "211", "text": "human gammaherpesvirus 4 Transformed cell line from a Langer mesomelic dysplasia donor."}
|
213 |
+
{"_id": "212", "text": "human gammaherpesvirus 4 Transformed cell line from a Deletion 18p Syndrome donor."}
|
214 |
+
{"_id": "213", "text": "human gammaherpesvirus 4 transformed Monosomy 18p syndrome cell line."}
|
215 |
+
{"_id": "214", "text": "human gammaherpesvirus 4 Transformed cell line from a Parkinson Disease donor."}
|
216 |
+
{"_id": "215", "text": "human gammaherpesvirus 4 Transformed cell line from a Ischemic Stroke patient."}
|
217 |
+
{"_id": "216", "text": "human gammaherpesvirus 4 transformed Subarachnoid Hemorrhage cell line."}
|
218 |
+
{"_id": "217", "text": "Transformed cell line from a Lewy Body Dementia donor, established by transfection with human gammaherpesvirus 4."}
|
219 |
+
{"_id": "218", "text": "human gammaherpesvirus 4 Transformed cell line from a Amyotrophic Lateral Sclerosis patient."}
|
220 |
+
{"_id": "219", "text": "human gammaherpesvirus 4 Transformed cell line from a Amyotrophic lateral sclerosis patient."}
|
221 |
+
{"_id": "220", "text": "human gammaherpesvirus 4 Transformed cell line from a Primary Lateral Sclerosis donor."}
|
222 |
+
{"_id": "221", "text": "human gammaherpesvirus 4 transformed Primary lateral sclerosis cell line."}
|
223 |
+
{"_id": "222", "text": "human gammaherpesvirus 4 transformed Frontotemporal Dementia cell line."}
|
224 |
+
{"_id": "223", "text": "human gammaherpesvirus 4 transformed Behavioral variant of frontotemporal dementia cell line."}
|
225 |
+
{"_id": "224", "text": "human gammaherpesvirus 4 Transformed cell line from a Leigh Disease patient."}
|
226 |
+
{"_id": "225", "text": "human gammaherpesvirus 4 Transformed cell line from a Leigh syndrome donor."}
|
227 |
+
{"_id": "226", "text": "skin fibroblast Finite cell line derived from arm skin."}
|
228 |
+
{"_id": "227", "text": "B cell Transformed cell line from blood."}
|
229 |
+
{"_id": "228", "text": "skin fibroblast Finite cell line from skin of body."}
|
230 |
+
{"_id": "229", "text": "skin fibroblast Finite cell line derived from skin of leg."}
|
231 |
+
{"_id": "230", "text": "fibroblast of lung Finite cell line from lung primordium."}
|
232 |
+
{"_id": "231", "text": "fibroblast of lung Transformed cell line derived from lung primordium."}
|
233 |
+
{"_id": "232", "text": "epithelial cell Cancer cell line derived from kidney."}
|
234 |
+
{"_id": "233", "text": "retinal pigment epithelial cell Telomerase immortalized cell line from pigmented layer of retina."}
|
235 |
+
{"_id": "234", "text": "fibroblast of lung Finite cell line from lung."}
|
236 |
+
{"_id": "235", "text": "Transformed cell line derived from blood, established by transfection with human gammaherpesvirus 4."}
|
237 |
+
{"_id": "236", "text": "human papillomavirus 18 transformed Cancer cell line derived from uterine cervix."}
|
238 |
+
{"_id": "237", "text": "Transformed cell line from lung primordium, established by transfection with Betapolyomavirus macacae."}
|
239 |
+
{"_id": "238", "text": "Ad12-SV40 hybrid virus Transformed cell line derived from corneal epithelium."}
|
240 |
+
{"_id": "239", "text": "human gammaherpesvirus 4 B cell Transformed cell line."}
|
241 |
+
{"_id": "240", "text": "fibroblast of lung Transformed cell line established by transfection with Betapolyomavirus macacae."}
|
242 |
+
{"_id": "241", "text": "skin fibroblast Finite cell line derived from arm skin of a Charcot-Marie-Tooth Disease patient."}
|
243 |
+
{"_id": "242", "text": "skin fibroblast Finite cell line derived from arm skin of a donor with Charcot-Marie-Tooth disease/Hereditary motor and sensory neuropathy."}
|
244 |
+
{"_id": "243", "text": "skin fibroblast Ataxia Telangiectasia Syndrome Finite cell line derived from skin of body."}
|
245 |
+
{"_id": "244", "text": "Ataxia-telangiectasia skin fibroblast Finite cell line from skin of body."}
|
246 |
+
{"_id": "245", "text": "skin fibroblast Gaucher Disease Finite cell line from skin of body."}
|
247 |
+
{"_id": "246", "text": "skin fibroblast Finite cell line from skin of body of a donor with Gaucher disease."}
|
248 |
+
{"_id": "247", "text": "skin fibroblast Finite cell line from a Dystrophia Myotonica 1 donor's arm skin."}
|
249 |
+
{"_id": "248", "text": "skin fibroblast Finite cell line from a Steinert myotonic dystrophy donor's arm skin."}
|
250 |
+
{"_id": "249", "text": "epithelial cell Cancer cell line from kidney of a patient with Embryonal Rhabdomyosarcoma."}
|
251 |
+
{"_id": "250", "text": "epithelial cell Cancer cell line derived from a Embryonal rhabdomyosarcoma patient's kidney."}
|
252 |
+
{"_id": "251", "text": "fibroblast of lung Idiopathic Pulmonary Fibrosis Finite cell line from lung."}
|
253 |
+
{"_id": "252", "text": "fibroblast of lung Finite cell line from lung of a patient with Idiopathic pulmonary fibrosis."}
|
254 |
+
{"_id": "253", "text": "49,XXXXY Syndrome skin fibroblast Finite cell line from skin of body."}
|
255 |
+
{"_id": "254", "text": "skin fibroblast Finite cell line derived from a 49,XXXXY syndrome donor's skin of body."}
|
256 |
+
{"_id": "255", "text": "human gammaherpesvirus 4 transformed Alzheimer's Disease 3 cell line derived from blood."}
|
257 |
+
{"_id": "256", "text": "human gammaherpesvirus 4 Transformed cell line derived from a Early-onset autosomal dominant Alzheimer disease donor's blood."}
|
258 |
+
{"_id": "257", "text": "human gammaherpesvirus 4 Transformed cell line from a Alzheimer's Disease patient's blood."}
|
259 |
+
{"_id": "258", "text": "human gammaherpesvirus 4 transformed Type 2 Diabetes Mellitus cell line from blood."}
|
260 |
+
{"_id": "259", "text": "human papillomavirus 18 transformed Cancer cell line from a Human Papillomavirus-Related Cervical Adenocarcinoma patient's uterine cervix."}
|
261 |
+
{"_id": "260", "text": "Transformed cell line from blood of a donor with Sandhoff Disease, established by transfection with human gammaherpesvirus 4."}
|
262 |
+
{"_id": "261", "text": "human gammaherpesvirus 4 Transformed cell line derived from a Sandhoff disease patient's blood."}
|
263 |
+
{"_id": "262", "text": "human gammaherpesvirus 4 Transformed cell line derived from a Fucosidosis donor's blood."}
|
264 |
+
{"_id": "263", "text": "human gammaherpesvirus 4 Transformed cell line derived from a Fucosidosis patient's blood."}
|
265 |
+
{"_id": "264", "text": "human gammaherpesvirus 4 transformed Huntington's Disease cell line from blood."}
|
266 |
+
{"_id": "265", "text": "human gammaherpesvirus 4 transformed Huntington disease cell line from blood."}
|
267 |
+
{"_id": "266", "text": "human gammaherpesvirus 4 Transformed cell line from a Cystic Fibrosis donor's blood."}
|
268 |
+
{"_id": "267", "text": "human gammaherpesvirus 4 transformed Cystic fibrosis cell line from blood."}
|
269 |
+
{"_id": "268", "text": "human gammaherpesvirus 4 Transformed cell line derived from a Hereditary Spherocytosis donor's blood."}
|
270 |
+
{"_id": "269", "text": "human gammaherpesvirus 4 transformed Hereditary spherocytosis cell line derived from blood."}
|
271 |
+
{"_id": "270", "text": "human gammaherpesvirus 4 Transformed cell line from a Hepatocyte Nuclear Factor 4-Alpha Associated Monogenic Diabetes donor's blood."}
|
272 |
+
{"_id": "271", "text": "human gammaherpesvirus 4 Transformed cell line from a MODY donor's blood."}
|
273 |
+
{"_id": "272", "text": "Transformed cell line derived from blood of a Langer Mesomelic Dysplasia donor, established by transfection with human gammaherpesvirus 4."}
|
274 |
+
{"_id": "273", "text": "human gammaherpesvirus 4 Transformed cell line derived from a Langer mesomelic dysplasia patient's blood."}
|
275 |
+
{"_id": "274", "text": "human gammaherpesvirus 4 Transformed cell line derived from a Deletion 18p Syndrome donor's blood."}
|
276 |
+
{"_id": "275", "text": "human gammaherpesvirus 4 Transformed cell line from a Monosomy 18p syndrome donor's blood."}
|
277 |
+
{"_id": "276", "text": "Transformed cell line derived from blood of a patient with Parkinson Disease, established by transfection with human gammaherpesvirus 4."}
|
278 |
+
{"_id": "277", "text": "human gammaherpesvirus 4 transformed Ischemic Stroke cell line from blood."}
|
279 |
+
{"_id": "278", "text": "Transformed cell line from blood of a patient with Subarachnoid Hemorrhage, established by transfection with human gammaherpesvirus 4."}
|
280 |
+
{"_id": "279", "text": "human gammaherpesvirus 4 Transformed cell line from a Lewy Body Dementia patient's blood."}
|
281 |
+
{"_id": "280", "text": "Transformed cell line derived from blood of a Amyotrophic Lateral Sclerosis patient, established by transfection with human gammaherpesvirus 4."}
|
282 |
+
{"_id": "281", "text": "human gammaherpesvirus 4 transformed Amyotrophic lateral sclerosis cell line from blood."}
|
283 |
+
{"_id": "282", "text": "human gammaherpesvirus 4 transformed Primary Lateral Sclerosis cell line from blood."}
|
284 |
+
{"_id": "283", "text": "Transformed cell line from blood of a patient with Primary lateral sclerosis, established by transfection with human gammaherpesvirus 4."}
|
285 |
+
{"_id": "284", "text": "Transformed cell line derived from blood of a patient with Frontotemporal Dementia, established by transfection with human gammaherpesvirus 4."}
|
286 |
+
{"_id": "285", "text": "Transformed cell line derived from blood of a patient with Behavioral variant of frontotemporal dementia, established by transfection with human gammaherpesvirus 4."}
|
287 |
+
{"_id": "286", "text": "human gammaherpesvirus 4 transformed Leigh Disease cell line derived from blood."}
|
288 |
+
{"_id": "287", "text": "human gammaherpesvirus 4 Transformed cell line derived from a Leigh syndrome patient's blood."}
|
289 |
+
{"_id": "288", "text": "human gammaherpesvirus 4 transformed B cell cell line from blood."}
|
290 |
+
{"_id": "289", "text": "Betapolyomavirus macacae fibroblast of lung Transformed cell line derived from lung primordium."}
|
names/terms.jsonl
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"_id": "0", "text": "Charcot-Marie-Tooth Disease"}
|
2 |
+
{"_id": "1", "text": "Charcot-Marie-Tooth disease/Hereditary motor and sensory neuropathy"}
|
3 |
+
{"_id": "2", "text": "Alzheimer's Disease 3"}
|
4 |
+
{"_id": "3", "text": "Early-onset autosomal dominant Alzheimer disease"}
|
5 |
+
{"_id": "4", "text": "Alzheimer's Disease"}
|
6 |
+
{"_id": "5", "text": "Adrenal Gland Neuroblastoma"}
|
7 |
+
{"_id": "6", "text": "Neuroblastoma"}
|
8 |
+
{"_id": "7", "text": "Type 2 Diabetes Mellitus"}
|
9 |
+
{"_id": "8", "text": "Endometrial Adenocarcinoma"}
|
10 |
+
{"_id": "9", "text": "Human Papillomavirus-Related Cervical Adenocarcinoma"}
|
11 |
+
{"_id": "10", "text": "Sandhoff Disease"}
|
12 |
+
{"_id": "11", "text": "Sandhoff disease"}
|
13 |
+
{"_id": "12", "text": "Fucosidosis"}
|
14 |
+
{"_id": "13", "text": "Fucosidosis"}
|
15 |
+
{"_id": "14", "text": "Acute Intermittent Porphyria"}
|
16 |
+
{"_id": "15", "text": "Acute intermittent porphyria"}
|
17 |
+
{"_id": "16", "text": "Maple Syrup Urine Disease"}
|
18 |
+
{"_id": "17", "text": "Maple syrup urine disease"}
|
19 |
+
{"_id": "18", "text": "Ataxia Telangiectasia Syndrome"}
|
20 |
+
{"_id": "19", "text": "Ataxia-telangiectasia"}
|
21 |
+
{"_id": "20", "text": "Gaucher Disease"}
|
22 |
+
{"_id": "21", "text": "Gaucher disease"}
|
23 |
+
{"_id": "22", "text": "Lesch-Nyhan Syndrome"}
|
24 |
+
{"_id": "23", "text": "Lesch-Nyhan syndrome"}
|
25 |
+
{"_id": "24", "text": "Huntington's Disease"}
|
26 |
+
{"_id": "25", "text": "Huntington disease"}
|
27 |
+
{"_id": "26", "text": "Retinitis Pigmentosa"}
|
28 |
+
{"_id": "27", "text": "Retinitis pigmentosa"}
|
29 |
+
{"_id": "28", "text": "Dystrophia Myotonica 1"}
|
30 |
+
{"_id": "29", "text": "Steinert myotonic dystrophy"}
|
31 |
+
{"_id": "30", "text": "Cystic Fibrosis"}
|
32 |
+
{"_id": "31", "text": "Cystic fibrosis"}
|
33 |
+
{"_id": "32", "text": "Hereditary Spherocytosis"}
|
34 |
+
{"_id": "33", "text": "Hereditary spherocytosis"}
|
35 |
+
{"_id": "34", "text": "Hepatocyte Nuclear Factor 4-Alpha Associated Monogenic Diabetes"}
|
36 |
+
{"_id": "35", "text": "MODY"}
|
37 |
+
{"_id": "36", "text": "D-Bifunctional Protein Deficiency"}
|
38 |
+
{"_id": "37", "text": "Bifunctional enzyme deficiency"}
|
39 |
+
{"_id": "38", "text": "Langer Mesomelic Dysplasia"}
|
40 |
+
{"_id": "39", "text": "Langer mesomelic dysplasia"}
|
41 |
+
{"_id": "40", "text": "Deletion 18p Syndrome"}
|
42 |
+
{"_id": "41", "text": "Monosomy 18p syndrome"}
|
43 |
+
{"_id": "42", "text": "Embryonal Rhabdomyosarcoma"}
|
44 |
+
{"_id": "43", "text": "Embryonal rhabdomyosarcoma"}
|
45 |
+
{"_id": "44", "text": "Blast Phase Chronic Myeloid Leukemia, BCR-ABL1 Positive"}
|
46 |
+
{"_id": "45", "text": "Chronic myeloid leukemia"}
|
47 |
+
{"_id": "46", "text": "Idiopathic Pulmonary Fibrosis"}
|
48 |
+
{"_id": "47", "text": "Idiopathic pulmonary fibrosis"}
|
49 |
+
{"_id": "48", "text": "Melanoma"}
|
50 |
+
{"_id": "49", "text": "Lung Small Cell Carcinoma"}
|
51 |
+
{"_id": "50", "text": "Small cell lung cancer"}
|
52 |
+
{"_id": "51", "text": "Parkinson Disease"}
|
53 |
+
{"_id": "52", "text": "Ischemic Stroke"}
|
54 |
+
{"_id": "53", "text": "Subarachnoid Hemorrhage"}
|
55 |
+
{"_id": "54", "text": "Lewy Body Dementia"}
|
56 |
+
{"_id": "55", "text": "Amyotrophic Lateral Sclerosis"}
|
57 |
+
{"_id": "56", "text": "Amyotrophic lateral sclerosis"}
|
58 |
+
{"_id": "57", "text": "Primary Lateral Sclerosis"}
|
59 |
+
{"_id": "58", "text": "Primary lateral sclerosis"}
|
60 |
+
{"_id": "59", "text": "Frontotemporal Dementia"}
|
61 |
+
{"_id": "60", "text": "Behavioral variant of frontotemporal dementia"}
|
62 |
+
{"_id": "61", "text": "Amelanotic Melanoma"}
|
63 |
+
{"_id": "62", "text": "Ovarian Cystadenocarcinoma"}
|
64 |
+
{"_id": "63", "text": "Neuroblastoma"}
|
65 |
+
{"_id": "64", "text": "Thyroid Gland Anaplastic Carcinoma, Squamous Cell Carcinoma Pattern"}
|
66 |
+
{"_id": "65", "text": "Rare thyroid carcinoma"}
|
67 |
+
{"_id": "66", "text": "49,XXXXY Syndrome"}
|
68 |
+
{"_id": "67", "text": "49,XXXXY syndrome"}
|
69 |
+
{"_id": "68", "text": "Leigh Disease"}
|
70 |
+
{"_id": "69", "text": "Leigh syndrome"}
|
71 |
+
{"_id": "70", "text": "arm skin"}
|
72 |
+
{"_id": "71", "text": "blood"}
|
73 |
+
{"_id": "72", "text": "skin of body"}
|
74 |
+
{"_id": "73", "text": "adrenal gland"}
|
75 |
+
{"_id": "74", "text": "endometrium"}
|
76 |
+
{"_id": "75", "text": "uterine cervix"}
|
77 |
+
{"_id": "76", "text": "amniotic fluid"}
|
78 |
+
{"_id": "77", "text": "skin of leg"}
|
79 |
+
{"_id": "78", "text": "lung primordium"}
|
80 |
+
{"_id": "79", "text": "corneal epithelium"}
|
81 |
+
{"_id": "80", "text": "spleen primordium"}
|
82 |
+
{"_id": "81", "text": "skin of prepuce of penis"}
|
83 |
+
{"_id": "82", "text": "skin of trunk"}
|
84 |
+
{"_id": "83", "text": "kidney"}
|
85 |
+
{"_id": "84", "text": "pigmented layer of retina"}
|
86 |
+
{"_id": "85", "text": "pleural effusion"}
|
87 |
+
{"_id": "86", "text": "lung"}
|
88 |
+
{"_id": "87", "text": "spleen"}
|
89 |
+
{"_id": "88", "text": "bone marrow"}
|
90 |
+
{"_id": "89", "text": "buttock"}
|
91 |
+
{"_id": "90", "text": "hypodermis"}
|
92 |
+
{"_id": "91", "text": "ascitic fluid"}
|
93 |
+
{"_id": "92", "text": "thyroid gland"}
|
94 |
+
{"_id": "93", "text": "skin fibroblast"}
|
95 |
+
{"_id": "94", "text": "fibroblast"}
|
96 |
+
{"_id": "95", "text": "B cell"}
|
97 |
+
{"_id": "96", "text": "fibroblast of lung"}
|
98 |
+
{"_id": "97", "text": "epithelial cell"}
|
99 |
+
{"_id": "98", "text": "retinal pigment epithelial cell"}
|
100 |
+
{"_id": "99", "text": "human gammaherpesvirus 4"}
|
101 |
+
{"_id": "100", "text": "human papillomavirus 18"}
|
102 |
+
{"_id": "101", "text": "Ad12-SV40 hybrid virus"}
|
103 |
+
{"_id": "102", "text": "Betapolyomavirus macacae"}
|
synonyms/corpus.jsonl
ADDED
@@ -0,0 +1,199 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"_id": "0", "text": "AG13093"}
|
2 |
+
{"_id": "1", "text": " EnCa1"}
|
3 |
+
{"_id": "2", "text": "ND11771"}
|
4 |
+
{"_id": "3", "text": "GM10134"}
|
5 |
+
{"_id": "4", "text": "GM04674A"}
|
6 |
+
{"_id": "5", "text": "DA00898"}
|
7 |
+
{"_id": "6", "text": "50.B1"}
|
8 |
+
{"_id": "7", "text": "GM19096"}
|
9 |
+
{"_id": "8", "text": "GM-1622"}
|
10 |
+
{"_id": "9", "text": "BOLETH"}
|
11 |
+
{"_id": "10", "text": "ND11267"}
|
12 |
+
{"_id": "11", "text": "ND11297"}
|
13 |
+
{"_id": "12", "text": "GM12413"}
|
14 |
+
{"_id": "13", "text": "HQ00233"}
|
15 |
+
{"_id": "14", "text": "GM21333"}
|
16 |
+
{"_id": "15", "text": "ND04122"}
|
17 |
+
{"_id": "16", "text": "DA02933"}
|
18 |
+
{"_id": "17", "text": "GM17754"}
|
19 |
+
{"_id": "18", "text": "ND08005"}
|
20 |
+
{"_id": "19", "text": "COLO129"}
|
21 |
+
{"_id": "20", "text": "GM17988"}
|
22 |
+
{"_id": "21", "text": "DA01471"}
|
23 |
+
{"_id": "22", "text": "ND02190"}
|
24 |
+
{"_id": "23", "text": "GM20798"}
|
25 |
+
{"_id": "24", "text": "GM17806"}
|
26 |
+
{"_id": "25", "text": "ND12290"}
|
27 |
+
{"_id": "26", "text": "Ma-Mel-01"}
|
28 |
+
{"_id": "27", "text": "GM17968"}
|
29 |
+
{"_id": "28", "text": "GM11870"}
|
30 |
+
{"_id": "29", "text": "DA03116"}
|
31 |
+
{"_id": "30", "text": "AG18372"}
|
32 |
+
{"_id": "31", "text": "AG18466"}
|
33 |
+
{"_id": "32", "text": "GM17804"}
|
34 |
+
{"_id": "33", "text": "ND06637"}
|
35 |
+
{"_id": "34", "text": "ND08737"}
|
36 |
+
{"_id": "35", "text": "ND11095"}
|
37 |
+
{"_id": "36", "text": " MZ7MEL"}
|
38 |
+
{"_id": "37", "text": " KO"}
|
39 |
+
{"_id": "38", "text": "HEV0201"}
|
40 |
+
{"_id": "39", "text": "GM10694"}
|
41 |
+
{"_id": "40", "text": "DA04891"}
|
42 |
+
{"_id": "41", "text": "GM06473"}
|
43 |
+
{"_id": "42", "text": " GRC#0521"}
|
44 |
+
{"_id": "43", "text": "GM19100"}
|
45 |
+
{"_id": "44", "text": "ND13592"}
|
46 |
+
{"_id": "45", "text": "Hs 926.T"}
|
47 |
+
{"_id": "46", "text": "AG10312"}
|
48 |
+
{"_id": "47", "text": "GM20757"}
|
49 |
+
{"_id": "48", "text": "GM11825"}
|
50 |
+
{"_id": "49", "text": "GM21424"}
|
51 |
+
{"_id": "50", "text": "GM13262"}
|
52 |
+
{"_id": "51", "text": "GM15581"}
|
53 |
+
{"_id": "52", "text": "GM21417"}
|
54 |
+
{"_id": "53", "text": "GM10718"}
|
55 |
+
{"_id": "54", "text": "DA02807"}
|
56 |
+
{"_id": "55", "text": "BL2171"}
|
57 |
+
{"_id": "56", "text": "DA06053"}
|
58 |
+
{"_id": "57", "text": "Hs 193.Sp"}
|
59 |
+
{"_id": "58", "text": "DA00956"}
|
60 |
+
{"_id": "59", "text": "DA02506"}
|
61 |
+
{"_id": "60", "text": "ND14678"}
|
62 |
+
{"_id": "61", "text": "GM18070"}
|
63 |
+
{"_id": "62", "text": "K562/Adr"}
|
64 |
+
{"_id": "63", "text": " GM02052A"}
|
65 |
+
{"_id": "64", "text": "ND08571"}
|
66 |
+
{"_id": "65", "text": "GM02658"}
|
67 |
+
{"_id": "66", "text": "ND11242"}
|
68 |
+
{"_id": "67", "text": "AG12788"}
|
69 |
+
{"_id": "68", "text": "AU10040"}
|
70 |
+
{"_id": "69", "text": "ND12719"}
|
71 |
+
{"_id": "70", "text": "ND07248"}
|
72 |
+
{"_id": "71", "text": "ND13758"}
|
73 |
+
{"_id": "72", "text": "ND01413"}
|
74 |
+
{"_id": "73", "text": " GM-1654"}
|
75 |
+
{"_id": "74", "text": "ND08207"}
|
76 |
+
{"_id": "75", "text": "GM06230"}
|
77 |
+
{"_id": "76", "text": "NM-2C5"}
|
78 |
+
{"_id": "77", "text": "ND11222"}
|
79 |
+
{"_id": "78", "text": "AG09389"}
|
80 |
+
{"_id": "79", "text": "DA01350"}
|
81 |
+
{"_id": "80", "text": "DA00445"}
|
82 |
+
{"_id": "81", "text": "GM17292"}
|
83 |
+
{"_id": "82", "text": "ND05868"}
|
84 |
+
{"_id": "83", "text": "Hs 3.Sk"}
|
85 |
+
{"_id": "84", "text": "ND12586"}
|
86 |
+
{"_id": "85", "text": "GM-203"}
|
87 |
+
{"_id": "86", "text": "GM18917"}
|
88 |
+
{"_id": "87", "text": "GM07904"}
|
89 |
+
{"_id": "88", "text": "GM20543"}
|
90 |
+
{"_id": "89", "text": "Ber Lin"}
|
91 |
+
{"_id": "90", "text": "ND-4584"}
|
92 |
+
{"_id": "91", "text": "GM04794A"}
|
93 |
+
{"_id": "92", "text": "ND14795"}
|
94 |
+
{"_id": "93", "text": "DA03789"}
|
95 |
+
{"_id": "94", "text": "GM15487"}
|
96 |
+
{"_id": "95", "text": "DA00653"}
|
97 |
+
{"_id": "96", "text": "ND01699"}
|
98 |
+
{"_id": "97", "text": "ND12807"}
|
99 |
+
{"_id": "98", "text": "GM03824"}
|
100 |
+
{"_id": "99", "text": "HQ00888"}
|
101 |
+
{"_id": "100", "text": "ND04338"}
|
102 |
+
{"_id": "101", "text": "ND01423"}
|
103 |
+
{"_id": "102", "text": "GM17839"}
|
104 |
+
{"_id": "103", "text": "ND11133"}
|
105 |
+
{"_id": "104", "text": "DA02482"}
|
106 |
+
{"_id": "105", "text": "GM 2938"}
|
107 |
+
{"_id": "106", "text": "ND11549"}
|
108 |
+
{"_id": "107", "text": "DA06213"}
|
109 |
+
{"_id": "108", "text": "ND03988"}
|
110 |
+
{"_id": "109", "text": "GM17856"}
|
111 |
+
{"_id": "110", "text": "ND08618"}
|
112 |
+
{"_id": "111", "text": "SW-579"}
|
113 |
+
{"_id": "112", "text": "DA04790"}
|
114 |
+
{"_id": "113", "text": "DA00303"}
|
115 |
+
{"_id": "114", "text": "TTDH9PV"}
|
116 |
+
{"_id": "115", "text": " Children's Hospital of Philadelphia-134"}
|
117 |
+
{"_id": "116", "text": "GM15554"}
|
118 |
+
{"_id": "117", "text": " 1413-1078"}
|
119 |
+
{"_id": "118", "text": "GM-477"}
|
120 |
+
{"_id": "119", "text": "GM11611A"}
|
121 |
+
{"_id": "120", "text": "DA04495"}
|
122 |
+
{"_id": "121", "text": "GM19390"}
|
123 |
+
{"_id": "122", "text": "GM03721"}
|
124 |
+
{"_id": "123", "text": "GM07852"}
|
125 |
+
{"_id": "124", "text": "GM15731"}
|
126 |
+
{"_id": "125", "text": " GM01442A"}
|
127 |
+
{"_id": "126", "text": "GM12974"}
|
128 |
+
{"_id": "127", "text": "ND13923"}
|
129 |
+
{"_id": "128", "text": " H-1238"}
|
130 |
+
{"_id": "129", "text": "ND00689"}
|
131 |
+
{"_id": "130", "text": "DA01178"}
|
132 |
+
{"_id": "131", "text": "DA05956"}
|
133 |
+
{"_id": "132", "text": "GM03987"}
|
134 |
+
{"_id": "133", "text": "ND08230"}
|
135 |
+
{"_id": "134", "text": "ND02527"}
|
136 |
+
{"_id": "135", "text": "HEV0164"}
|
137 |
+
{"_id": "136", "text": "Hs 48.Fs"}
|
138 |
+
{"_id": "137", "text": " PEO-14"}
|
139 |
+
{"_id": "138", "text": " RPE-1"}
|
140 |
+
{"_id": "139", "text": "GM20213"}
|
141 |
+
{"_id": "140", "text": "ND10560"}
|
142 |
+
{"_id": "141", "text": "Hs 556.Sk"}
|
143 |
+
{"_id": "142", "text": "GM2627"}
|
144 |
+
{"_id": "143", "text": "ND10616"}
|
145 |
+
{"_id": "144", "text": "ND-1566"}
|
146 |
+
{"_id": "145", "text": "DA02858"}
|
147 |
+
{"_id": "146", "text": "ND12119"}
|
148 |
+
{"_id": "147", "text": "ND06640"}
|
149 |
+
{"_id": "148", "text": "ND11626"}
|
150 |
+
{"_id": "149", "text": "ND00177"}
|
151 |
+
{"_id": "150", "text": "ND00179"}
|
152 |
+
{"_id": "151", "text": "GRC#0686"}
|
153 |
+
{"_id": "152", "text": "GM03645"}
|
154 |
+
{"_id": "153", "text": " NB10"}
|
155 |
+
{"_id": "154", "text": "ND10860"}
|
156 |
+
{"_id": "155", "text": "NCI-BL2126"}
|
157 |
+
{"_id": "156", "text": "TrichoThioDystrophy Heterozygote 12 PaVia"}
|
158 |
+
{"_id": "157", "text": "ND05625"}
|
159 |
+
{"_id": "158", "text": "FL"}
|
160 |
+
{"_id": "159", "text": "GM15267"}
|
161 |
+
{"_id": "160", "text": "GM01025"}
|
162 |
+
{"_id": "161", "text": "ND03971"}
|
163 |
+
{"_id": "162", "text": " GM-1126"}
|
164 |
+
{"_id": "163", "text": "GM19780"}
|
165 |
+
{"_id": "164", "text": "DA05585"}
|
166 |
+
{"_id": "165", "text": "ND06168"}
|
167 |
+
{"_id": "166", "text": "DA02307"}
|
168 |
+
{"_id": "167", "text": "ND13739"}
|
169 |
+
{"_id": "168", "text": "DA01849"}
|
170 |
+
{"_id": "169", "text": "GM15416"}
|
171 |
+
{"_id": "170", "text": "ND14736"}
|
172 |
+
{"_id": "171", "text": "DA03851"}
|
173 |
+
{"_id": "172", "text": "ND14920"}
|
174 |
+
{"_id": "173", "text": "ND01590"}
|
175 |
+
{"_id": "174", "text": "DA02498"}
|
176 |
+
{"_id": "175", "text": "ND01494"}
|
177 |
+
{"_id": "176", "text": "GM10073"}
|
178 |
+
{"_id": "177", "text": "ND08802"}
|
179 |
+
{"_id": "178", "text": "ND09485"}
|
180 |
+
{"_id": "179", "text": "DA04451"}
|
181 |
+
{"_id": "180", "text": "AG08900"}
|
182 |
+
{"_id": "181", "text": "GM50321"}
|
183 |
+
{"_id": "182", "text": "ND13215"}
|
184 |
+
{"_id": "183", "text": " WI-26VA4"}
|
185 |
+
{"_id": "184", "text": "XPH9PV"}
|
186 |
+
{"_id": "185", "text": "GM06114"}
|
187 |
+
{"_id": "186", "text": "GM08014"}
|
188 |
+
{"_id": "187", "text": "GM02851"}
|
189 |
+
{"_id": "188", "text": "DA04362"}
|
190 |
+
{"_id": "189", "text": " LL 29"}
|
191 |
+
{"_id": "190", "text": "GM06892"}
|
192 |
+
{"_id": "191", "text": "DA04866"}
|
193 |
+
{"_id": "192", "text": "ND11169"}
|
194 |
+
{"_id": "193", "text": "ND07478"}
|
195 |
+
{"_id": "194", "text": "AG11241"}
|
196 |
+
{"_id": "195", "text": "DA03820"}
|
197 |
+
{"_id": "196", "text": "GM13741"}
|
198 |
+
{"_id": "197", "text": "DA04442"}
|
199 |
+
{"_id": "198", "text": "GM-157"}
|
synonyms/sentences.jsonl
ADDED
@@ -0,0 +1,290 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"_id": "0", "text": "Finite cell line from Charcot-Marie-Tooth Disease patient"}
|
2 |
+
{"_id": "1", "text": "Finite cell line from Charcot-Marie-Tooth disease/Hereditary motor and sensory neuropathy donor"}
|
3 |
+
{"_id": "2", "text": "Transformed cell line from Alzheimer's Disease 3 patient"}
|
4 |
+
{"_id": "3", "text": "Early-onset autosomal dominant Alzheimer disease Transformed cell line"}
|
5 |
+
{"_id": "4", "text": "Transformed cell line from Alzheimer disease donor"}
|
6 |
+
{"_id": "5", "text": "Cancer cell line from Neuroblastoma of Adrenal donor"}
|
7 |
+
{"_id": "6", "text": "Neuroblastoma Cancer cell line"}
|
8 |
+
{"_id": "7", "text": "Type II Diabetes Transformed cell line"}
|
9 |
+
{"_id": "8", "text": "Cancer cell line from ADENOCARCINOMA, ENDOMETRIAL, MALIGNANT patient"}
|
10 |
+
{"_id": "9", "text": "Human Papilloma Virus-Related Endocervical Adenocarcinoma Cancer cell line"}
|
11 |
+
{"_id": "10", "text": "Finite cell line from Sandhoff Disease patient"}
|
12 |
+
{"_id": "11", "text": "Transformed cell line from Sandhoff Disease patient"}
|
13 |
+
{"_id": "12", "text": "Sandhoff disease Finite cell line"}
|
14 |
+
{"_id": "13", "text": "Sandhoff disease Transformed cell line"}
|
15 |
+
{"_id": "14", "text": "Transformed cell line from Fucosidosis patient"}
|
16 |
+
{"_id": "15", "text": "Transformed cell line from Fucosidosis patient"}
|
17 |
+
{"_id": "16", "text": "Finite cell line from Porphyria, Acute Intermittent patient"}
|
18 |
+
{"_id": "17", "text": "Acute intermittent porphyria Finite cell line"}
|
19 |
+
{"_id": "18", "text": "Maple Syrup Urine Disease Finite cell line"}
|
20 |
+
{"_id": "19", "text": "Finite cell line from Maple syrup urine disease donor"}
|
21 |
+
{"_id": "20", "text": "Louis-Bar Syndrome Finite cell line"}
|
22 |
+
{"_id": "21", "text": "Finite cell line from Ataxia-telangiectasia donor"}
|
23 |
+
{"_id": "22", "text": "Glucosylceramide Beta-Glucosidase Deficiency Finite cell line"}
|
24 |
+
{"_id": "23", "text": "Finite cell line from Gaucher disease donor"}
|
25 |
+
{"_id": "24", "text": "Finite cell line from Lesch-Nyhan Syndrome patient"}
|
26 |
+
{"_id": "25", "text": "Finite cell line from Lesch-Nyhan syndrome donor"}
|
27 |
+
{"_id": "26", "text": "Transformed cell line from Huntington's Disease patient"}
|
28 |
+
{"_id": "27", "text": "Huntington disease Transformed cell line"}
|
29 |
+
{"_id": "28", "text": "Retinitis Pigmentosa Finite cell line"}
|
30 |
+
{"_id": "29", "text": "Finite cell line from Retinitis pigmentosa patient"}
|
31 |
+
{"_id": "30", "text": "Finite cell line from Dystrophia Myotonica 1 donor"}
|
32 |
+
{"_id": "31", "text": "Finite cell line from Steinert myotonic dystrophy patient"}
|
33 |
+
{"_id": "32", "text": "cystic fibrosis Transformed cell line"}
|
34 |
+
{"_id": "33", "text": "Cystic fibrosis Transformed cell line"}
|
35 |
+
{"_id": "34", "text": "Hereditary Spherocytosis Transformed cell line"}
|
36 |
+
{"_id": "35", "text": "Hereditary spherocytosis Transformed cell line"}
|
37 |
+
{"_id": "36", "text": "Hepatocyte Nuclear Factor 4-Alpha Associated Monogenic Diabetes Transformed cell line"}
|
38 |
+
{"_id": "37", "text": "Transformed cell line from MODY patient"}
|
39 |
+
{"_id": "38", "text": "Finite cell line from D-Bifunctional Enzyme Deficiency patient"}
|
40 |
+
{"_id": "39", "text": "Bifunctional enzyme deficiency Finite cell line"}
|
41 |
+
{"_id": "40", "text": "Langer Type Mesomelic Dysplasia Transformed cell line"}
|
42 |
+
{"_id": "41", "text": "Transformed cell line from Langer mesomelic dysplasia donor"}
|
43 |
+
{"_id": "42", "text": "Deletion 18p Syndrome Transformed cell line"}
|
44 |
+
{"_id": "43", "text": "Transformed cell line from Monosomy 18p syndrome donor"}
|
45 |
+
{"_id": "44", "text": "Embryonal rhabdomyosarcoma Cancer cell line"}
|
46 |
+
{"_id": "45", "text": "Embryonal rhabdomyosarcoma Cancer cell line"}
|
47 |
+
{"_id": "46", "text": "blast crisis Cancer cell line"}
|
48 |
+
{"_id": "47", "text": "Chronic myeloid leukemia Cancer cell line"}
|
49 |
+
{"_id": "48", "text": "Finite cell line from Idiopathic Pulmonary Fibrosis patient"}
|
50 |
+
{"_id": "49", "text": "Finite cell line from Idiopathic pulmonary fibrosis donor"}
|
51 |
+
{"_id": "50", "text": "Cancer cell line from Malignant Melanoma donor"}
|
52 |
+
{"_id": "51", "text": "Cancer cell line from small cell lung cancer patient"}
|
53 |
+
{"_id": "52", "text": "Small cell lung cancer Cancer cell line"}
|
54 |
+
{"_id": "53", "text": "Parkinson Disease Transformed cell line"}
|
55 |
+
{"_id": "54", "text": "Ischemic Stroke Transformed cell line"}
|
56 |
+
{"_id": "55", "text": "Transformed cell line from Subarachnoid Hemorrhage patient"}
|
57 |
+
{"_id": "56", "text": "Dementia with Lewy bodies Transformed cell line"}
|
58 |
+
{"_id": "57", "text": "Amyotrophic Lateral Sclerosis Transformed cell line"}
|
59 |
+
{"_id": "58", "text": "Transformed cell line from Amyotrophic lateral sclerosis patient"}
|
60 |
+
{"_id": "59", "text": "Transformed cell line from Primary lateral sclerosis patient"}
|
61 |
+
{"_id": "60", "text": "Primary lateral sclerosis Transformed cell line"}
|
62 |
+
{"_id": "61", "text": "Frontotemporal Dementia Transformed cell line"}
|
63 |
+
{"_id": "62", "text": "Behavioral variant of frontotemporal dementia Transformed cell line"}
|
64 |
+
{"_id": "63", "text": "Cancer cell line from Amelanotic melanoma patient"}
|
65 |
+
{"_id": "64", "text": "Cancer cell line from Ovarian Cystadenocarcinoma patient"}
|
66 |
+
{"_id": "65", "text": "Cancer cell line from NEUROBLASTOMA, MALIGNANT patient"}
|
67 |
+
{"_id": "66", "text": "Cancer cell line from Thyroid Gland Anaplastic Carcinoma, Squamous Cell Carcinoma Pattern donor"}
|
68 |
+
{"_id": "67", "text": "Rare thyroid carcinoma Cancer cell line"}
|
69 |
+
{"_id": "68", "text": "49,XXXXY Syndrome Finite cell line"}
|
70 |
+
{"_id": "69", "text": "49,XXXXY syndrome Finite cell line"}
|
71 |
+
{"_id": "70", "text": "Transformed cell line from Leigh's Disease donor"}
|
72 |
+
{"_id": "71", "text": "Transformed cell line from Leigh syndrome donor"}
|
73 |
+
{"_id": "72", "text": "Finite cell line from arm skin"}
|
74 |
+
{"_id": "73", "text": "Transformed cell line derived from vertebrate blood"}
|
75 |
+
{"_id": "74", "text": "Finite cell line from skin of body"}
|
76 |
+
{"_id": "75", "text": "Cancer cell line from glandula suprarenalis"}
|
77 |
+
{"_id": "76", "text": "Cancer cell line from tunica mucosa uteri"}
|
78 |
+
{"_id": "77", "text": "Cancer cell line from canalis cervicis uteri"}
|
79 |
+
{"_id": "78", "text": "Finite cell line from amniotic fluid"}
|
80 |
+
{"_id": "79", "text": "Finite cell line from zone of skin of leg"}
|
81 |
+
{"_id": "80", "text": "Finite cell line from lung primordium"}
|
82 |
+
{"_id": "81", "text": "Transformed cell line derived from lung primordium"}
|
83 |
+
{"_id": "82", "text": "Transformed cell line derived from cornea epithelial tissue"}
|
84 |
+
{"_id": "83", "text": "Finite cell line derived from spleen mesenchyme"}
|
85 |
+
{"_id": "84", "text": "Finite cell line derived from preputial skin"}
|
86 |
+
{"_id": "85", "text": "Finite cell line derived from zone of skin of trunk"}
|
87 |
+
{"_id": "86", "text": "Cancer cell line from kidney"}
|
88 |
+
{"_id": "87", "text": "Telomerase immortalized cell line from stratum pigmentosum (retina)"}
|
89 |
+
{"_id": "88", "text": "Cancer cell line derived from pleural effusion"}
|
90 |
+
{"_id": "89", "text": "Finite cell line derived from pulmo"}
|
91 |
+
{"_id": "90", "text": "Cancer cell line derived from spleen"}
|
92 |
+
{"_id": "91", "text": "Cancer cell line derived from medulla ossium"}
|
93 |
+
{"_id": "92", "text": "Cancer cell line derived from gluteal region"}
|
94 |
+
{"_id": "93", "text": "Cancer cell line from hypoderm"}
|
95 |
+
{"_id": "94", "text": "Cancer cell line from ascitic fluid"}
|
96 |
+
{"_id": "95", "text": "Cancer cell line derived from thyroid"}
|
97 |
+
{"_id": "96", "text": "skin fibroblast Finite cell line"}
|
98 |
+
{"_id": "97", "text": "fibroblast Finite cell line"}
|
99 |
+
{"_id": "98", "text": "B cell Transformed cell line"}
|
100 |
+
{"_id": "99", "text": "fibroblast of lung Finite cell line"}
|
101 |
+
{"_id": "100", "text": "fibroblast of lung Transformed cell line"}
|
102 |
+
{"_id": "101", "text": "epitheliocyte Cancer cell line"}
|
103 |
+
{"_id": "102", "text": "retinal pigment epithelial cell Telomerase immortalized cell line"}
|
104 |
+
{"_id": "103", "text": "Transformed cell line established by transfection with Epstein-Barr virus"}
|
105 |
+
{"_id": "104", "text": "human papillomavirus 18 transformed Cancer cell line"}
|
106 |
+
{"_id": "105", "text": "Ad12-SV40 hybrid virus Transformed cell line"}
|
107 |
+
{"_id": "106", "text": "Transformed cell line established by transfection with Rhesus macaque polyomavirus"}
|
108 |
+
{"_id": "107", "text": "Finite cell line from a Hereditary Motor and Sensory Neuropathy donor's skin of arm."}
|
109 |
+
{"_id": "108", "text": "Charcot-Marie-Tooth disease/Hereditary motor and sensory neuropathy Finite cell line from skin of arm."}
|
110 |
+
{"_id": "109", "text": "Familial Alzheimer's Disease, Type 3 Transformed cell line from portion of blood."}
|
111 |
+
{"_id": "110", "text": "Transformed cell line derived from portion of blood of a Early-onset autosomal dominant Alzheimer disease patient."}
|
112 |
+
{"_id": "111", "text": "Alzheimer's Disease Transformed cell line derived from portion of blood."}
|
113 |
+
{"_id": "112", "text": "Adrenal Gland Neuroblastoma Cancer cell line from glandula adrenalis."}
|
114 |
+
{"_id": "113", "text": "Cancer cell line from a Neuroblastoma patient's glandula suprarenalis."}
|
115 |
+
{"_id": "114", "text": "Transformed cell line from a Type 2 Diabetes Mellitus Non-Insulin Dependent patient's blood."}
|
116 |
+
{"_id": "115", "text": "Endometrial Adenocarcinoma, Not Otherwise Specified Cancer cell line derived from tunica mucosa (endometrium)."}
|
117 |
+
{"_id": "116", "text": "Cancer cell line derived from a Human Papilloma Virus Related Endocervical Adenocarcinoma patient's caudal segment of uterus."}
|
118 |
+
{"_id": "117", "text": "Transformed cell line derived from a Sandhoff Disease patient's blood."}
|
119 |
+
{"_id": "118", "text": "Sandhoff disease Transformed cell line derived from vertebrate blood."}
|
120 |
+
{"_id": "119", "text": "Transformed cell line derived from a Fucosidosis patient's portion of blood."}
|
121 |
+
{"_id": "120", "text": "Fucosidosis Transformed cell line derived from blood."}
|
122 |
+
{"_id": "121", "text": "Finite cell line from entire skin of a Ataxia Telangiectasia Syndrome patient."}
|
123 |
+
{"_id": "122", "text": "Finite cell line derived from a Ataxia-telangiectasia donor's entire skin."}
|
124 |
+
{"_id": "123", "text": "Finite cell line derived from a Gaucher Disease donor's skin of body."}
|
125 |
+
{"_id": "124", "text": "Gaucher disease Finite cell line derived from skin of body."}
|
126 |
+
{"_id": "125", "text": "Transformed cell line derived from portion of blood of a Huntington's disease donor."}
|
127 |
+
{"_id": "126", "text": "Huntington disease Transformed cell line derived from blood."}
|
128 |
+
{"_id": "127", "text": "Finite cell line from arm skin of a donor with Steinert Myotonic Dystrophy Syndrome."}
|
129 |
+
{"_id": "128", "text": "Finite cell line derived from arm skin of a donor with Steinert myotonic dystrophy."}
|
130 |
+
{"_id": "129", "text": "cystic fibrosis Transformed cell line derived from portion of blood."}
|
131 |
+
{"_id": "130", "text": "Cystic fibrosis Transformed cell line derived from vertebrate blood."}
|
132 |
+
{"_id": "131", "text": "Hereditary Spherocytosis Transformed cell line from blood."}
|
133 |
+
{"_id": "132", "text": "Transformed cell line derived from a Hereditary spherocytosis patient's vertebrate blood."}
|
134 |
+
{"_id": "133", "text": "Transformed cell line derived from vertebrate blood of a patient with Hepatocyte Nuclear Factor 4-Alpha Associated Monogenic Diabetes."}
|
135 |
+
{"_id": "134", "text": "Transformed cell line from blood of a MODY patient."}
|
136 |
+
{"_id": "135", "text": "Transformed cell line derived from portion of blood of a donor with Langer Type Mesomelic Dysplasia."}
|
137 |
+
{"_id": "136", "text": "Langer mesomelic dysplasia Transformed cell line from vertebrate blood."}
|
138 |
+
{"_id": "137", "text": "Transformed cell line derived from a 18P Syndrome patient's blood."}
|
139 |
+
{"_id": "138", "text": "Transformed cell line from blood of a donor with Monosomy 18p syndrome."}
|
140 |
+
{"_id": "139", "text": "Cancer cell line from a embryonal rhabdomyosarcoma donor's kidney."}
|
141 |
+
{"_id": "140", "text": "Cancer cell line from a Embryonal rhabdomyosarcoma patient's kidney."}
|
142 |
+
{"_id": "141", "text": "Cancer cell line derived from pleural effusion of a patient with Blast Phase Chronic Myeloid Leukemia."}
|
143 |
+
{"_id": "142", "text": "Cancer cell line derived from pleural effusion of a Chronic myeloid leukemia patient."}
|
144 |
+
{"_id": "143", "text": "Finite cell line from a idiopathic pulmonary fibrosis patient's lung."}
|
145 |
+
{"_id": "144", "text": "Idiopathic pulmonary fibrosis Finite cell line derived from pulmo."}
|
146 |
+
{"_id": "145", "text": "Cancer cell line from spleen of a melanoma patient."}
|
147 |
+
{"_id": "146", "text": "Cancer cell line from medulla ossea of a donor with Oat Cell Lung Carcinoma."}
|
148 |
+
{"_id": "147", "text": "Cancer cell line derived from a Small cell lung cancer patient's medulla ossea."}
|
149 |
+
{"_id": "148", "text": "Parkinson Disease Transformed cell line derived from portion of blood."}
|
150 |
+
{"_id": "149", "text": "Transformed cell line from a Ischemia Stroke donor's portion of blood."}
|
151 |
+
{"_id": "150", "text": "Subarachnoid Hemorrhage Transformed cell line derived from vertebrate blood."}
|
152 |
+
{"_id": "151", "text": "Transformed cell line from blood of a patient with Dementia with Lewy bodies."}
|
153 |
+
{"_id": "152", "text": "Lou Gehrig Disease Transformed cell line derived from blood."}
|
154 |
+
{"_id": "153", "text": "Amyotrophic lateral sclerosis Transformed cell line from blood."}
|
155 |
+
{"_id": "154", "text": "Primary Lateral Sclerosis Transformed cell line from blood."}
|
156 |
+
{"_id": "155", "text": "Transformed cell line derived from blood of a patient with Primary lateral sclerosis."}
|
157 |
+
{"_id": "156", "text": "Transformed cell line derived from vertebrate blood of a patient with Frontotemporal Dementia."}
|
158 |
+
{"_id": "157", "text": "Behavioral variant of frontotemporal dementia Transformed cell line from vertebrate blood."}
|
159 |
+
{"_id": "158", "text": "Cancer cell line derived from regio glutealis of a donor with Amelanotic melanoma."}
|
160 |
+
{"_id": "159", "text": "amelanotic melanoma Cancer cell line from vertebrate hypodermis."}
|
161 |
+
{"_id": "160", "text": "Cancer cell line from ascitic fluid of a Cystadenocarcinoma of the Ovary patient."}
|
162 |
+
{"_id": "161", "text": "Cancer cell line derived from thyroid of a Thyroid Gland Squamous Cell Carcinoma donor."}
|
163 |
+
{"_id": "162", "text": "Cancer cell line from a Rare thyroid carcinoma donor's thyroid."}
|
164 |
+
{"_id": "163", "text": "Finite cell line derived from a 49,XXXXY Syndrome patient's skin of body."}
|
165 |
+
{"_id": "164", "text": "Finite cell line derived from skin organ of a patient with 49,XXXXY syndrome."}
|
166 |
+
{"_id": "165", "text": "Leigh Disease Transformed cell line from vertebrate blood."}
|
167 |
+
{"_id": "166", "text": "Leigh syndrome Transformed cell line derived from vertebrate blood."}
|
168 |
+
{"_id": "167", "text": "skin fibroblast Hereditary Motor and Sensory Neuropathy Finite cell line."}
|
169 |
+
{"_id": "168", "text": "Charcot-Marie-Tooth disease/Hereditary motor and sensory neuropathy skin fibroblast Finite cell line."}
|
170 |
+
{"_id": "169", "text": "fibroblast Sandhoff disease Finite cell line."}
|
171 |
+
{"_id": "170", "text": "fibroblast Sandhoff disease Finite cell line."}
|
172 |
+
{"_id": "171", "text": "fibroblast Porphyria, Acute Intermittent Finite cell line."}
|
173 |
+
{"_id": "172", "text": "fibroblast Finite cell line from a Acute intermittent porphyria patient."}
|
174 |
+
{"_id": "173", "text": "fibroblast Maple Syrup Urine Disease Finite cell line."}
|
175 |
+
{"_id": "174", "text": "Maple syrup urine disease fibroblast Finite cell line."}
|
176 |
+
{"_id": "175", "text": "skin fibroblast Finite cell line from a donor with Ataxia Telangiectasia."}
|
177 |
+
{"_id": "176", "text": "skin fibroblast Finite cell line from a Ataxia-telangiectasia patient."}
|
178 |
+
{"_id": "177", "text": "Gaucher Disease skin fibroblast Finite cell line."}
|
179 |
+
{"_id": "178", "text": "skin fibroblast Finite cell line from a Gaucher disease donor."}
|
180 |
+
{"_id": "179", "text": "fibroblast Finite cell line from a Lesch-Nyhan Syndrome donor."}
|
181 |
+
{"_id": "180", "text": "fibroblast Lesch-Nyhan syndrome Finite cell line."}
|
182 |
+
{"_id": "181", "text": "Retinitis Pigmentosa fibroblast Finite cell line."}
|
183 |
+
{"_id": "182", "text": "fibroblast Retinitis pigmentosa Finite cell line."}
|
184 |
+
{"_id": "183", "text": "skin fibroblast Finite cell line from a donor with Steinert Syndrome."}
|
185 |
+
{"_id": "184", "text": "skin fibroblast Finite cell line from a Steinert myotonic dystrophy patient."}
|
186 |
+
{"_id": "185", "text": "fibroblast Finite cell line from a patient with Multifunctional Enzyme Deficiency."}
|
187 |
+
{"_id": "186", "text": "fibroblast Finite cell line from a patient with Bifunctional enzyme deficiency."}
|
188 |
+
{"_id": "187", "text": "epithelial cell Cancer cell line from a Embryonal Rhabdomyosarcoma patient."}
|
189 |
+
{"_id": "188", "text": "epitheliocyte Embryonal rhabdomyosarcoma Cancer cell line."}
|
190 |
+
{"_id": "189", "text": "fibroblast of lung Finite cell line from a idiopathic pulmonary fibrosis donor."}
|
191 |
+
{"_id": "190", "text": "fibroblast of lung Finite cell line from a Idiopathic pulmonary fibrosis patient."}
|
192 |
+
{"_id": "191", "text": "49,XXXXY Syndrome skin fibroblast Finite cell line."}
|
193 |
+
{"_id": "192", "text": "skin fibroblast Finite cell line from a 49,XXXXY syndrome patient."}
|
194 |
+
{"_id": "193", "text": "Transformed cell line from a patient with Alzheimer's Disease 3, established by transfection with Epstein Barr virus."}
|
195 |
+
{"_id": "194", "text": "Epstein-Barr virus EBV transformed Early-onset autosomal dominant Alzheimer disease cell line."}
|
196 |
+
{"_id": "195", "text": "human gammaherpesvirus 4 transformed Alzheimer's disease cell line."}
|
197 |
+
{"_id": "196", "text": "Human herpesvirus type 4 Transformed cell line from a Type II diabetes patient."}
|
198 |
+
{"_id": "197", "text": "Human papillomavirus type 18 transformed Cancer cell line from a Human Papillomavirus-Related Endocervical Adenocarcinoma patient."}
|
199 |
+
{"_id": "198", "text": "Transformed cell line from a Sandhoff Disease patient, established by transfection with Human herpesvirus 4 (Epstein-Barr virus)."}
|
200 |
+
{"_id": "199", "text": "Human herpesvirus 4 Transformed cell line from a Sandhoff disease donor."}
|
201 |
+
{"_id": "200", "text": "Epstein-Barr virus EBV transformed Fucosidosis cell line."}
|
202 |
+
{"_id": "201", "text": "Transformed cell line from a Fucosidosis donor, established by transfection with human gammaherpesvirus 4."}
|
203 |
+
{"_id": "202", "text": "Transformed cell line from a patient with Huntington's Disease, established by transfection with Epstein-Barr virus EBV."}
|
204 |
+
{"_id": "203", "text": "Human herpesvirus type 4 Transformed cell line from a Huntington disease donor."}
|
205 |
+
{"_id": "204", "text": "Transformed cell line from a Cystic Fibrosis donor, established by transfection with Epstein Barr virus."}
|
206 |
+
{"_id": "205", "text": "Transformed cell line from a donor with Cystic fibrosis, established by transfection with human gammaherpesvirus 4."}
|
207 |
+
{"_id": "206", "text": "Human herpesvirus 4 (Epstein-Barr virus) Transformed cell line from a Hereditary Spherocytosis patient."}
|
208 |
+
{"_id": "207", "text": "Transformed cell line from a donor with Hereditary spherocytosis, established by transfection with Human herpesvirus type 4."}
|
209 |
+
{"_id": "208", "text": "Epstein Barr virus transformed HNF4a-Associated Monogenic Diabetes cell line."}
|
210 |
+
{"_id": "209", "text": "Human herpesvirus 4 (Epstein-Barr virus) transformed MODY cell line."}
|
211 |
+
{"_id": "210", "text": "Transformed cell line from a Langer Syndrome donor, established by transfection with Human herpesvirus 4."}
|
212 |
+
{"_id": "211", "text": "Transformed cell line from a Langer mesomelic dysplasia patient, established by transfection with Human herpesvirus type 4."}
|
213 |
+
{"_id": "212", "text": "Transformed cell line from a donor with Deletion 18p Syndrome, established by transfection with Human herpesvirus 4."}
|
214 |
+
{"_id": "213", "text": "Transformed cell line from a donor with Monosomy 18p syndrome, established by transfection with Human herpesvirus 4 (Epstein-Barr virus)."}
|
215 |
+
{"_id": "214", "text": "Epstein Barr virus transformed Parkinson Disease cell line."}
|
216 |
+
{"_id": "215", "text": "Human herpesvirus 4 Transformed cell line from a Acute ischemic stroke patient."}
|
217 |
+
{"_id": "216", "text": "Transformed cell line from a donor with Subarachnoid Hemorrhage, established by transfection with Epstein-Barr virus EBV."}
|
218 |
+
{"_id": "217", "text": "Transformed cell line from a donor with Lewy Body Disease, established by transfection with Epstein-Barr virus."}
|
219 |
+
{"_id": "218", "text": "Epstein-Barr virus EBV Transformed cell line from a Amyotrophic Lateral Sclerosis donor."}
|
220 |
+
{"_id": "219", "text": "Transformed cell line from a donor with Amyotrophic lateral sclerosis, established by transfection with Human herpesvirus 4."}
|
221 |
+
{"_id": "220", "text": "human gammaherpesvirus 4 Transformed cell line from a Primary Lateral Sclerosis patient."}
|
222 |
+
{"_id": "221", "text": "Transformed cell line from a Primary lateral sclerosis donor, established by transfection with Epstein-Barr virus."}
|
223 |
+
{"_id": "222", "text": "Transformed cell line from a Frontotemporal Dementia patient, established by transfection with Human herpesvirus 4."}
|
224 |
+
{"_id": "223", "text": "Human herpesvirus type 4 Transformed cell line from a Behavioral variant of frontotemporal dementia patient."}
|
225 |
+
{"_id": "224", "text": "human gammaherpesvirus 4 Transformed cell line from a Leigh's disease patient."}
|
226 |
+
{"_id": "225", "text": "Human herpesvirus 4 Transformed cell line from a Leigh syndrome donor."}
|
227 |
+
{"_id": "226", "text": "skin fibroblast Finite cell line derived from arm skin."}
|
228 |
+
{"_id": "227", "text": "B-lymphocyte Transformed cell line derived from blood."}
|
229 |
+
{"_id": "228", "text": "skin fibroblast Finite cell line from skin of body."}
|
230 |
+
{"_id": "229", "text": "skin fibroblast Finite cell line from zone of skin of leg."}
|
231 |
+
{"_id": "230", "text": "fibroblast of lung Finite cell line from lung primordium."}
|
232 |
+
{"_id": "231", "text": "fibroblast of lung Transformed cell line from lung primordium."}
|
233 |
+
{"_id": "232", "text": "epitheliocyte Cancer cell line from kidney."}
|
234 |
+
{"_id": "233", "text": "retinal pigment epithelial cell Telomerase immortalized cell line derived from outer pigmented layer of retina."}
|
235 |
+
{"_id": "234", "text": "fibroblast of lung Finite cell line from pulmo."}
|
236 |
+
{"_id": "235", "text": "Epstein-Barr virus Transformed cell line derived from blood."}
|
237 |
+
{"_id": "236", "text": "Human papilloma virus type 18 transformed Cancer cell line derived from caudal segment of uterus."}
|
238 |
+
{"_id": "237", "text": "Transformed cell line from lung primordium, established by transfection with Polyomavirus maccacae."}
|
239 |
+
{"_id": "238", "text": "Ad12-SV40 hybrid virus Transformed cell line derived from corneal epithelium."}
|
240 |
+
{"_id": "239", "text": "B lymphocyte Transformed cell line established by transfection with human gammaherpesvirus 4."}
|
241 |
+
{"_id": "240", "text": "fibroblast of lung Transformed cell line established by transfection with rhesus polyomavirus."}
|
242 |
+
{"_id": "241", "text": "skin fibroblast Finite cell line from skin of arm of a Charcot-Marie-Tooth Disease patient."}
|
243 |
+
{"_id": "242", "text": "skin fibroblast Finite cell line derived from skin of arm of a donor with Charcot-Marie-Tooth disease/Hereditary motor and sensory neuropathy."}
|
244 |
+
{"_id": "243", "text": "skin fibroblast Finite cell line from a Ataxia-telangiectasia donor's skin of body."}
|
245 |
+
{"_id": "244", "text": "skin fibroblast Finite cell line from a Ataxia-telangiectasia donor's skin of body."}
|
246 |
+
{"_id": "245", "text": "Gaucher Disease skin fibroblast Finite cell line from skin of body."}
|
247 |
+
{"_id": "246", "text": "skin fibroblast Finite cell line derived from skin organ of a Gaucher disease donor."}
|
248 |
+
{"_id": "247", "text": "skin fibroblast Steinert Syndrome Finite cell line from skin of arm."}
|
249 |
+
{"_id": "248", "text": "skin fibroblast Finite cell line derived from arm skin of a Steinert myotonic dystrophy donor."}
|
250 |
+
{"_id": "249", "text": "epithelial cell ERMS Cancer cell line from kidney."}
|
251 |
+
{"_id": "250", "text": "epitheliocyte Cancer cell line derived from kidney of a patient with Embryonal rhabdomyosarcoma."}
|
252 |
+
{"_id": "251", "text": "fibroblast of lung Finite cell line from pulmo of a Idiopathic Pulmonary Fibrosis patient."}
|
253 |
+
{"_id": "252", "text": "fibroblast of lung Finite cell line from pulmo of a Idiopathic pulmonary fibrosis donor."}
|
254 |
+
{"_id": "253", "text": "skin fibroblast Finite cell line from skin organ of a 49,XXXXY Syndrome donor."}
|
255 |
+
{"_id": "254", "text": "49,XXXXY syndrome skin fibroblast Finite cell line from entire skin."}
|
256 |
+
{"_id": "255", "text": "human gammaherpesvirus 4 Transformed cell line derived from a Alzheimer's Disease 3 donor's blood."}
|
257 |
+
{"_id": "256", "text": "Epstein-Barr virus transformed Early-onset autosomal dominant Alzheimer disease cell line from portion of blood."}
|
258 |
+
{"_id": "257", "text": "Transformed cell line derived from blood of a Alzheimer disease patient, established by transfection with Human herpesvirus 4 (Epstein-Barr virus)."}
|
259 |
+
{"_id": "258", "text": "Human herpesvirus 4 Transformed cell line from a Type II Diabetes mellitus patient's blood."}
|
260 |
+
{"_id": "259", "text": "Cancer cell line from neck of uterus of a Human Papilloma Virus-Related Endocervical Adenocarcinoma donor, established by transfection with Human papillomavirus type 18."}
|
261 |
+
{"_id": "260", "text": "Epstein-Barr virus EBV Transformed cell line derived from a Sandhoff Disease donor's vertebrate blood."}
|
262 |
+
{"_id": "261", "text": "human gammaherpesvirus 4 Transformed cell line from a Sandhoff disease patient's portion of blood."}
|
263 |
+
{"_id": "262", "text": "Epstein Barr virus Transformed cell line from a Fucosidosis donor's portion of blood."}
|
264 |
+
{"_id": "263", "text": "Human herpesvirus type 4 transformed Fucosidosis cell line from blood."}
|
265 |
+
{"_id": "264", "text": "Human herpesvirus 4 transformed Huntington Disease cell line derived from blood."}
|
266 |
+
{"_id": "265", "text": "human gammaherpesvirus 4 Transformed cell line from a Huntington disease patient's blood."}
|
267 |
+
{"_id": "266", "text": "Human herpesvirus 4 (Epstein-Barr virus) Transformed cell line derived from a Cystic Fibrosis patient's vertebrate blood."}
|
268 |
+
{"_id": "267", "text": "Epstein Barr virus transformed Cystic fibrosis cell line derived from blood."}
|
269 |
+
{"_id": "268", "text": "Transformed cell line derived from portion of blood of a Hereditary Spherocytosis patient, established by transfection with Epstein-Barr virus EBV."}
|
270 |
+
{"_id": "269", "text": "Human herpesvirus 4 transformed Hereditary spherocytosis cell line derived from blood."}
|
271 |
+
{"_id": "270", "text": "Transformed cell line derived from vertebrate blood of a Hepatocyte Nuclear Factor 4-Alpha Associated Monogenic Diabetes patient, established by transfection with Human herpesvirus 4 (Epstein-Barr virus)."}
|
272 |
+
{"_id": "271", "text": "human gammaherpesvirus 4 Transformed cell line derived from a MODY donor's vertebrate blood."}
|
273 |
+
{"_id": "272", "text": "Epstein-Barr virus EBV Transformed cell line derived from a Langer Type Mesomelic Dysplasia patient's vertebrate blood."}
|
274 |
+
{"_id": "273", "text": "Epstein-Barr virus Transformed cell line derived from a Langer mesomelic dysplasia patient's blood."}
|
275 |
+
{"_id": "274", "text": "Transformed cell line from vertebrate blood of a Deletion 18p Syndrome patient, established by transfection with Epstein-Barr virus."}
|
276 |
+
{"_id": "275", "text": "Human herpesvirus 4 (Epstein-Barr virus) Transformed cell line from a Monosomy 18p syndrome donor's portion of blood."}
|
277 |
+
{"_id": "276", "text": "Epstein-Barr virus EBV Transformed cell line from a Parkinson Disease patient's vertebrate blood."}
|
278 |
+
{"_id": "277", "text": "Transformed cell line derived from vertebrate blood of a patient with Ischemic Cerebrovascular Accident, established by transfection with Epstein-Barr virus EBV."}
|
279 |
+
{"_id": "278", "text": "Epstein Barr virus Transformed cell line from a Subarachnoid hemorrhage donor's blood."}
|
280 |
+
{"_id": "279", "text": "Transformed cell line derived from blood of a donor with Lewy Body Dementia, established by transfection with Human herpesvirus type 4."}
|
281 |
+
{"_id": "280", "text": "Human herpesvirus 4 (Epstein-Barr virus) transformed Amyotrophic Lateral Sclerosis cell line from vertebrate blood."}
|
282 |
+
{"_id": "281", "text": "Epstein-Barr virus EBV Transformed cell line from a Amyotrophic lateral sclerosis donor's portion of blood."}
|
283 |
+
{"_id": "282", "text": "Transformed cell line from blood of a donor with Primary Lateral Sclerosis, established by transfection with Human herpesvirus 4 (Epstein-Barr virus)."}
|
284 |
+
{"_id": "283", "text": "Human herpesvirus 4 Transformed cell line derived from a Primary lateral sclerosis patient's blood."}
|
285 |
+
{"_id": "284", "text": "Epstein-Barr virus transformed Frontotemporal Dementia cell line derived from blood."}
|
286 |
+
{"_id": "285", "text": "Transformed cell line from portion of blood of a donor with Behavioral variant of frontotemporal dementia, established by transfection with human gammaherpesvirus 4."}
|
287 |
+
{"_id": "286", "text": "Human herpesvirus 4 transformed Leigh Disease cell line derived from vertebrate blood."}
|
288 |
+
{"_id": "287", "text": "Epstein-Barr virus EBV Transformed cell line derived from a Leigh syndrome patient's vertebrate blood."}
|
289 |
+
{"_id": "288", "text": "human gammaherpesvirus 4 transformed B cell cell line from blood."}
|
290 |
+
{"_id": "289", "text": "Polyomavirus maccacae 1 fibroblast of lung Transformed cell line from lung primordium."}
|
synonyms/terms.jsonl
ADDED
@@ -0,0 +1,103 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"_id": "0", "text": "Charcot-Marie-Tooth Disease"}
|
2 |
+
{"_id": "1", "text": "Charcot-Marie-Tooth disease/Hereditary motor and sensory neuropathy"}
|
3 |
+
{"_id": "2", "text": "Alzheimer's Disease 3"}
|
4 |
+
{"_id": "3", "text": "Early-onset autosomal dominant Alzheimer disease"}
|
5 |
+
{"_id": "4", "text": "Alzheimer disease"}
|
6 |
+
{"_id": "5", "text": "Neuroblastoma of Adrenal"}
|
7 |
+
{"_id": "6", "text": "Neuroblastoma"}
|
8 |
+
{"_id": "7", "text": "Type II Diabetes"}
|
9 |
+
{"_id": "8", "text": "ADENOCARCINOMA, ENDOMETRIAL, MALIGNANT"}
|
10 |
+
{"_id": "9", "text": "Human Papilloma Virus-Related Endocervical Adenocarcinoma"}
|
11 |
+
{"_id": "10", "text": "Sandhoff Disease"}
|
12 |
+
{"_id": "11", "text": "Sandhoff disease"}
|
13 |
+
{"_id": "12", "text": "Fucosidosis"}
|
14 |
+
{"_id": "13", "text": "Fucosidosis"}
|
15 |
+
{"_id": "14", "text": "Porphyria, Acute Intermittent"}
|
16 |
+
{"_id": "15", "text": "Acute intermittent porphyria"}
|
17 |
+
{"_id": "16", "text": "Maple Syrup Urine Disease"}
|
18 |
+
{"_id": "17", "text": "Maple syrup urine disease"}
|
19 |
+
{"_id": "18", "text": "Louis-Bar Syndrome"}
|
20 |
+
{"_id": "19", "text": "Ataxia-telangiectasia"}
|
21 |
+
{"_id": "20", "text": "Glucosylceramide Beta-Glucosidase Deficiency"}
|
22 |
+
{"_id": "21", "text": "Gaucher disease"}
|
23 |
+
{"_id": "22", "text": "Lesch-Nyhan Syndrome"}
|
24 |
+
{"_id": "23", "text": "Lesch-Nyhan syndrome"}
|
25 |
+
{"_id": "24", "text": "Huntington's Disease"}
|
26 |
+
{"_id": "25", "text": "Huntington disease"}
|
27 |
+
{"_id": "26", "text": "Retinitis Pigmentosa"}
|
28 |
+
{"_id": "27", "text": "Retinitis pigmentosa"}
|
29 |
+
{"_id": "28", "text": "Dystrophia Myotonica 1"}
|
30 |
+
{"_id": "29", "text": "Steinert myotonic dystrophy"}
|
31 |
+
{"_id": "30", "text": "cystic fibrosis"}
|
32 |
+
{"_id": "31", "text": "Cystic fibrosis"}
|
33 |
+
{"_id": "32", "text": "Hereditary Spherocytosis"}
|
34 |
+
{"_id": "33", "text": "Hereditary spherocytosis"}
|
35 |
+
{"_id": "34", "text": "Hepatocyte Nuclear Factor 4-Alpha Associated Monogenic Diabetes"}
|
36 |
+
{"_id": "35", "text": "MODY"}
|
37 |
+
{"_id": "36", "text": "D-Bifunctional Enzyme Deficiency"}
|
38 |
+
{"_id": "37", "text": "Bifunctional enzyme deficiency"}
|
39 |
+
{"_id": "38", "text": "Langer Type Mesomelic Dysplasia"}
|
40 |
+
{"_id": "39", "text": "Langer mesomelic dysplasia"}
|
41 |
+
{"_id": "40", "text": "Deletion 18p Syndrome"}
|
42 |
+
{"_id": "41", "text": "Monosomy 18p syndrome"}
|
43 |
+
{"_id": "42", "text": "Embryonal rhabdomyosarcoma"}
|
44 |
+
{"_id": "43", "text": "Embryonal rhabdomyosarcoma"}
|
45 |
+
{"_id": "44", "text": "blast crisis"}
|
46 |
+
{"_id": "45", "text": "Chronic myeloid leukemia"}
|
47 |
+
{"_id": "46", "text": "Idiopathic Pulmonary Fibrosis"}
|
48 |
+
{"_id": "47", "text": "Idiopathic pulmonary fibrosis"}
|
49 |
+
{"_id": "48", "text": "Malignant Melanoma"}
|
50 |
+
{"_id": "49", "text": "small cell lung cancer"}
|
51 |
+
{"_id": "50", "text": "Small cell lung cancer"}
|
52 |
+
{"_id": "51", "text": "Parkinson Disease"}
|
53 |
+
{"_id": "52", "text": "Ischemic Stroke"}
|
54 |
+
{"_id": "53", "text": "Subarachnoid Hemorrhage"}
|
55 |
+
{"_id": "54", "text": "Dementia with Lewy bodies"}
|
56 |
+
{"_id": "55", "text": "Amyotrophic Lateral Sclerosis"}
|
57 |
+
{"_id": "56", "text": "Amyotrophic lateral sclerosis"}
|
58 |
+
{"_id": "57", "text": "Primary lateral sclerosis"}
|
59 |
+
{"_id": "58", "text": "Primary lateral sclerosis"}
|
60 |
+
{"_id": "59", "text": "Frontotemporal Dementia"}
|
61 |
+
{"_id": "60", "text": "Behavioral variant of frontotemporal dementia"}
|
62 |
+
{"_id": "61", "text": "Amelanotic melanoma"}
|
63 |
+
{"_id": "62", "text": "Ovarian Cystadenocarcinoma"}
|
64 |
+
{"_id": "63", "text": "NEUROBLASTOMA, MALIGNANT"}
|
65 |
+
{"_id": "64", "text": "Thyroid Gland Anaplastic Carcinoma, Squamous Cell Carcinoma Pattern"}
|
66 |
+
{"_id": "65", "text": "Rare thyroid carcinoma"}
|
67 |
+
{"_id": "66", "text": "49,XXXXY Syndrome"}
|
68 |
+
{"_id": "67", "text": "49,XXXXY syndrome"}
|
69 |
+
{"_id": "68", "text": "Leigh's Disease"}
|
70 |
+
{"_id": "69", "text": "Leigh syndrome"}
|
71 |
+
{"_id": "70", "text": "arm skin"}
|
72 |
+
{"_id": "71", "text": "vertebrate blood"}
|
73 |
+
{"_id": "72", "text": "skin of body"}
|
74 |
+
{"_id": "73", "text": "glandula suprarenalis"}
|
75 |
+
{"_id": "74", "text": "tunica mucosa uteri"}
|
76 |
+
{"_id": "75", "text": "canalis cervicis uteri"}
|
77 |
+
{"_id": "76", "text": "amniotic fluid"}
|
78 |
+
{"_id": "77", "text": "zone of skin of leg"}
|
79 |
+
{"_id": "78", "text": "lung primordium"}
|
80 |
+
{"_id": "79", "text": "cornea epithelial tissue"}
|
81 |
+
{"_id": "80", "text": "spleen mesenchyme"}
|
82 |
+
{"_id": "81", "text": "preputial skin"}
|
83 |
+
{"_id": "82", "text": "zone of skin of trunk"}
|
84 |
+
{"_id": "83", "text": "kidney"}
|
85 |
+
{"_id": "84", "text": "stratum pigmentosum (retina)"}
|
86 |
+
{"_id": "85", "text": "pleural effusion"}
|
87 |
+
{"_id": "86", "text": "pulmo"}
|
88 |
+
{"_id": "87", "text": "spleen"}
|
89 |
+
{"_id": "88", "text": "medulla ossium"}
|
90 |
+
{"_id": "89", "text": "gluteal region"}
|
91 |
+
{"_id": "90", "text": "hypoderm"}
|
92 |
+
{"_id": "91", "text": "ascitic fluid"}
|
93 |
+
{"_id": "92", "text": "thyroid"}
|
94 |
+
{"_id": "93", "text": "skin fibroblast"}
|
95 |
+
{"_id": "94", "text": "fibroblast"}
|
96 |
+
{"_id": "95", "text": "B cell"}
|
97 |
+
{"_id": "96", "text": "fibroblast of lung"}
|
98 |
+
{"_id": "97", "text": "epitheliocyte"}
|
99 |
+
{"_id": "98", "text": "retinal pigment epithelial cell"}
|
100 |
+
{"_id": "99", "text": "Epstein-Barr virus"}
|
101 |
+
{"_id": "100", "text": "human papillomavirus 18"}
|
102 |
+
{"_id": "101", "text": "Ad12-SV40 hybrid virus"}
|
103 |
+
{"_id": "102", "text": "Rhesus macaque polyomavirus"}
|