-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathstring-db.json
More file actions
121 lines (121 loc) · 4.29 KB
/
string-db.json
File metadata and controls
121 lines (121 loc) · 4.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"@context": "http://schema.org",
"@type": "DataCatalog",
"@id": "https://string-db.org/",
"http://purl.org/dc/terms/conformsTo": "https://bioschemas.org/specifications/DataCatalog/0.3",
"name": "STRING protein-protein interaction networks",
"description": "STRING is a database of known and predicted protein-protein interactions and a functional enrichment tool covering more than 5000 genomes",
"url": "https://string-db.org/",
"keywords": "protein, protein interactions, string, functional annotation, functional associations, interaction network, enrichment",
"dateModified": "2019.01.13",
"citation": {
"@type": "ScholarlyArticle",
"@id": "https://doi.org/10.1093/nar/gky1131",
"name": "STRING v11: protein-protein association networks with increased coverage, supporting functional discovery in genome-wide experimental datasets.",
"url": "http://identifiers.org/pubmed:30476243"
},
"license": {
"@type": "CreativeWork",
"name": "Creative Commons Attribution 4.0 International",
"url": "https://creativecommons.org/licenses/by/4.0/"
},
"image": {
"@type": "ImageObject",
"url": "https://string-db.org/images/string_logo_2015.png"
},
"provider": {
"@type": "Organization",
"name": "STRING consortium",
"url": "https://string-db.org",
"email": [
"mering@imls.uzh.ch",
"bork@embl.de",
"lars.juhl.jensen@cpr.ku.dk"
],
"memberOf": [
{
"@type": "Organization",
"name": "SIB Swiss bioinformatics institute",
"url": "https://www.sib.swiss/"
},
{
"@type": "Organization",
"name": "European Molecular Biology Laboratory",
"url": "https://embl.org/"
},
{
"@type": "Organization",
"name": "University of Zurich",
"url": "https://www.uzh.ch/"
},
{
"@type": "Organization",
"name": "University of Copenhagen",
"url": "https://www.ku.dk/"
}
]
},
"potentialAction": {
"target": "https://string-db.org/cgi/network.pl?identifier={query_string}",
"@type": "SearchAction",
"query-input": "required name=query_string"
},
"dataset": [
{
"@type": "Dataset",
"@id": "https://string-db.org/#string.v11",
"http://purl.org/dc/terms/conformsTo": "https://bioschemas.org/specifications/Dataset/0.3",
"identifier": "stringdb",
"name": "STRING protein-protein interaction networks",
"description": "STRING is a database of known and predicted protein-protein interactions and a functional enrichment tool covering more than 5000 genomes",
"url": "https://string-db.org/",
"keywords": "protein, protein interactions, string, functional annotation, functional associations, interaction network, enrichment",
"dateModified": "2019.01.13",
"citation": {
"@type": "ScholarlyArticle",
"@id": "https://doi.org/10.1093/nar/gky1131",
"name": "STRING v11: protein-protein association networks with increased coverage, supporting functional discovery in genome-wide experimental datasets.",
"url": "http://identifiers.org/pubmed:30476243"
},
"creator": {
"@type": "Organization",
"name": "STRING consortium",
"url": "https://string-db.org",
"email": [
"mering@imls.uzh.ch",
"bork@embl.de",
"lars.juhl.jensen@cpr.ku.dk"
],
"memberOf": [
{
"@type": "Organization",
"name": "SIB Swiss bioinformatics institute",
"url": "https://www.sib.swiss/"
},
{
"@type": "Organization",
"name": "European Molecular Biology Laboratory",
"url": "https://embl.org/"
},
{
"@type": "Organization",
"name": "University of Zurich",
"url": "https://www.uzh.ch/"
},
{
"@type": "Organization",
"name": "University of Copenhagen",
"url": "https://www.ku.dk/"
}
]
},
"distribution": "https://string-db.org/cgi/download.pl",
"license": {
"@type": "CreativeWork",
"name": "Creative Commons Attribution 4.0 International",
"url": "https://creativecommons.org/licenses/by/4.0/"
},
"version": "11.0"
}
]
}