-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconfig.js
47 lines (47 loc) · 1.21 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
exports.API_LIST = [
'QuickGO API',
'Ontology Lookup Service API',
'CTD API',
'OpenTarget API',
'LitVar API',
'Human Phenotype Ontology API',
'UBERON Ontology API',
'MyDisease.info API',
'MyVariant.info API',
'MyGene.info API',
'SEMMED Disease API',
'MyChem.info API',
'SEMMED Anatomy API',
'SEMMED Gene API',
'SEMMED Phenotype API',
'MGIgene2phenotype API',
'SEMMED Biological Process API',
'SEMMED Chemical API',
'DISEASES API',
'EBIgene2phenotype API',
'Gene Ontology Biological Process API',
'Clinical Risk KP API',
'Gene Ontology Molecular Activity API',
'Gene Ontology Cellular Component API',
'BioThings DGIdb API',
// 'Text Mining CO-OCCURRENCE API',
'Text Mining Targeted Association API',
'Multiomics Wellness KP API',
'BioLink API',
'LINCS Data Portal API',
'EBI Proteins API',
'Automat IntAct',
'Automat Cord19 Scibite',
'Automat Gtopdb',
'Automat KEGG',
'Automat Cord19 Scigraph',
'Automat Uberongraph',
'Automat Human GOA',
'Automat HGNC',
'Automat HMDB',
'Automat Hetio',
'Automat Panther',
'Automat Pharos',
'Automat Chembio',
'Automat Foodb',
];