Spaces:
Running
Running
ThorbenFroehlking
commited on
Commit
·
1f10fe3
1
Parent(s):
fd6cc24
Update
Browse files- .ipynb_checkpoints/app-checkpoint.py +1 -1
- .ipynb_checkpoints/test2-checkpoint.ipynb +8 -8
- 2IWI_predictions.txt +241 -241
- app.py +1 -1
- test2.ipynb +8 -8
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks() as demo:
|
|
242 |
molecule_output2 = Molecule3D(label="Protein Structure", reps=reps)
|
243 |
|
244 |
with gr.Row():
|
245 |
-
pdb_input = gr.Textbox(value="2IWI", label="PDB ID", placeholder="Enter PDB ID here...")
|
246 |
segment_input = gr.Textbox(value="A", label="Chain ID", placeholder="Enter Chain ID here...")
|
247 |
prediction_btn = gr.Button("Predict Random Binding Site Scores")
|
248 |
|
|
|
242 |
molecule_output2 = Molecule3D(label="Protein Structure", reps=reps)
|
243 |
|
244 |
with gr.Row():
|
245 |
+
#pdb_input = gr.Textbox(value="2IWI", label="PDB ID", placeholder="Enter PDB ID here...")
|
246 |
segment_input = gr.Textbox(value="A", label="Chain ID", placeholder="Enter Chain ID here...")
|
247 |
prediction_btn = gr.Button("Predict Random Binding Site Scores")
|
248 |
|
.ipynb_checkpoints/test2-checkpoint.ipynb
CHANGED
@@ -727,7 +727,7 @@
|
|
727 |
},
|
728 |
{
|
729 |
"cell_type": "code",
|
730 |
-
"execution_count":
|
731 |
"id": "30f35243-852f-4771-9a4b-5cdd198552b5",
|
732 |
"metadata": {},
|
733 |
"outputs": [
|
@@ -735,7 +735,7 @@
|
|
735 |
"name": "stdout",
|
736 |
"output_type": "stream",
|
737 |
"text": [
|
738 |
-
"* Running on local URL: http://127.0.0.1:
|
739 |
"\n",
|
740 |
"To create a public link, set `share=True` in `launch()`.\n"
|
741 |
]
|
@@ -743,7 +743,7 @@
|
|
743 |
{
|
744 |
"data": {
|
745 |
"text/html": [
|
746 |
-
"<div><iframe src=\"http://127.0.0.1:
|
747 |
],
|
748 |
"text/plain": [
|
749 |
"<IPython.core.display.HTML object>"
|
@@ -756,7 +756,7 @@
|
|
756 |
"data": {
|
757 |
"text/plain": []
|
758 |
},
|
759 |
-
"execution_count":
|
760 |
"metadata": {},
|
761 |
"output_type": "execute_result"
|
762 |
}
|
@@ -961,7 +961,7 @@
|
|
961 |
" molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
|
962 |
"\n",
|
963 |
" with gr.Row():\n",
|
964 |
-
" pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
|
965 |
" segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
|
966 |
" prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
|
967 |
"\n",
|
@@ -976,8 +976,8 @@
|
|
976 |
" gr.Markdown(\"## Examples\")\n",
|
977 |
" gr.Examples(\n",
|
978 |
" examples=[\n",
|
979 |
-
" [\"
|
980 |
-
" [\"
|
981 |
" [\"3TJN\", \"C\"]\n",
|
982 |
" ],\n",
|
983 |
" inputs=[pdb_input, segment_input],\n",
|
@@ -1262,7 +1262,7 @@
|
|
1262 |
" molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
|
1263 |
"\n",
|
1264 |
" with gr.Row():\n",
|
1265 |
-
" pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
|
1266 |
" segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
|
1267 |
" prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
|
1268 |
"\n",
|
|
|
727 |
},
|
728 |
{
|
729 |
"cell_type": "code",
|
730 |
+
"execution_count": 6,
|
731 |
"id": "30f35243-852f-4771-9a4b-5cdd198552b5",
|
732 |
"metadata": {},
|
733 |
"outputs": [
|
|
|
735 |
"name": "stdout",
|
736 |
"output_type": "stream",
|
737 |
"text": [
|
738 |
+
"* Running on local URL: http://127.0.0.1:7865\n",
|
739 |
"\n",
|
740 |
"To create a public link, set `share=True` in `launch()`.\n"
|
741 |
]
|
|
|
743 |
{
|
744 |
"data": {
|
745 |
"text/html": [
|
746 |
+
"<div><iframe src=\"http://127.0.0.1:7865/\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
|
747 |
],
|
748 |
"text/plain": [
|
749 |
"<IPython.core.display.HTML object>"
|
|
|
756 |
"data": {
|
757 |
"text/plain": []
|
758 |
},
|
759 |
+
"execution_count": 6,
|
760 |
"metadata": {},
|
761 |
"output_type": "execute_result"
|
762 |
}
|
|
|
961 |
" molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
|
962 |
"\n",
|
963 |
" with gr.Row():\n",
|
964 |
+
" #pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
|
965 |
" segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
|
966 |
" prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
|
967 |
"\n",
|
|
|
976 |
" gr.Markdown(\"## Examples\")\n",
|
977 |
" gr.Examples(\n",
|
978 |
" examples=[\n",
|
979 |
+
" [\"7RPZ\", \"A\"],\n",
|
980 |
+
" [\"2IWI\", \"B\"],\n",
|
981 |
" [\"3TJN\", \"C\"]\n",
|
982 |
" ],\n",
|
983 |
" inputs=[pdb_input, segment_input],\n",
|
|
|
1262 |
" molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
|
1263 |
"\n",
|
1264 |
" with gr.Row():\n",
|
1265 |
+
" #pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
|
1266 |
" segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
|
1267 |
" prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
|
1268 |
"\n",
|
2IWI_predictions.txt
CHANGED
@@ -1,244 +1,244 @@
|
|
1 |
-
Y 32 0.
|
2 |
-
R 33 0.
|
3 |
-
L 34 0.
|
4 |
-
G 35 0.
|
5 |
-
P 36 0.
|
6 |
-
L 37 0.
|
7 |
-
L 38 0.
|
8 |
-
G 39 0.
|
9 |
-
K 40 0.
|
10 |
-
G 41 0.
|
11 |
-
G 42 0.
|
12 |
-
F 43 0.
|
13 |
-
G 44 0.
|
14 |
-
T 45 0.
|
15 |
-
V 46 0.
|
16 |
-
F 47 0.
|
17 |
-
A 48 0.
|
18 |
-
G 49 0.
|
19 |
-
H 50 0.
|
20 |
-
R 51 0.
|
21 |
-
L 52 0.
|
22 |
-
T 53 0.
|
23 |
-
D 54 0.
|
24 |
-
R 55 0.
|
25 |
-
L 56 0.
|
26 |
-
Q 57 0.
|
27 |
-
V 58 0.
|
28 |
-
A 59 0.
|
29 |
-
I 60 0.
|
30 |
-
K 61 0.
|
31 |
-
V 62 0.
|
32 |
-
I 63 0.
|
33 |
-
P 64 0.
|
34 |
-
R 65 0.
|
35 |
-
N 66 0.
|
36 |
-
R 67 0.
|
37 |
-
V 68 0.
|
38 |
-
L 69 0.
|
39 |
-
V 78 0.
|
40 |
-
T 79 0.
|
41 |
-
C 80 0.
|
42 |
-
P 81 0.
|
43 |
-
L 82 0.
|
44 |
-
E 83 0.
|
45 |
-
V 84 0.
|
46 |
-
A 85 0.
|
47 |
-
L 86 0.
|
48 |
-
L 87 0.
|
49 |
-
W 88 0.
|
50 |
-
K 89 0.
|
51 |
-
V 90 0.
|
52 |
-
G 91 0.
|
53 |
-
A 92 0.
|
54 |
-
G 93 0.
|
55 |
-
G 94 0.
|
56 |
-
G 95 0.
|
57 |
-
H 96 0.
|
58 |
-
P 97 0.
|
59 |
-
G 98 0.
|
60 |
-
V 99 0.
|
61 |
-
I 100 0.
|
62 |
-
R 101 0.
|
63 |
-
L 102 0.
|
64 |
-
L 103 0.
|
65 |
-
D 104 0.
|
66 |
-
W 105 0.
|
67 |
-
F 106 0.
|
68 |
-
F 112 0.
|
69 |
-
M 113 0.
|
70 |
-
L 114 0.
|
71 |
-
V 115 0.
|
72 |
-
L 116 0.
|
73 |
-
E 117 0.
|
74 |
-
R 118 0.
|
75 |
-
P 119 0.
|
76 |
-
L 120 0.
|
77 |
P 121 0.35
|
78 |
-
A 122 0.
|
79 |
-
Q 123 0.
|
80 |
-
D 124 0.
|
81 |
-
L 125 0.
|
82 |
-
F 126 0.
|
83 |
-
D 127 0.
|
84 |
-
Y 128 0.
|
85 |
-
I 129 0.
|
86 |
-
T 130 0.
|
87 |
-
E 131 0.
|
88 |
-
K 132 0.
|
89 |
-
G 133 0.
|
90 |
-
P 134 0.
|
91 |
-
L 135 0.
|
92 |
-
G 136 0.
|
93 |
-
E 137 0.
|
94 |
-
G 138 0.
|
95 |
-
P 139 0.
|
96 |
S 140 0.27
|
97 |
-
R 141 0.
|
98 |
-
C 142 0.
|
99 |
-
F 143 0.
|
100 |
-
F 144 0.
|
101 |
-
G 145 0.
|
102 |
-
Q 146 0.
|
103 |
-
V 147 0.
|
104 |
-
V 148 0.
|
105 |
-
A 149 0.
|
106 |
-
A 150 0.
|
107 |
-
I 151 0.
|
108 |
-
Q 152 0.
|
109 |
-
H 153 0.
|
110 |
-
C 154 0.
|
111 |
-
H 155 0.
|
112 |
-
S 156 0.
|
113 |
-
R 157 0.
|
114 |
-
G 158 0.
|
115 |
-
V 159 0.
|
116 |
-
V 160 0.
|
117 |
-
H 161 0.
|
118 |
-
R 162 0.
|
119 |
-
D 163 0.
|
120 |
-
I 164 0.
|
121 |
-
K 165 0.
|
122 |
-
D 166 0.
|
123 |
-
E 167 0.
|
124 |
-
N 168 0.
|
125 |
-
I 169 0.
|
126 |
L 170 0.79
|
127 |
-
I 171 0.
|
128 |
-
D 172 0.
|
129 |
-
L 173 0.
|
130 |
-
R 174 0.
|
131 |
-
R 175 0.
|
132 |
-
G 176 0.
|
133 |
-
C 177 0.
|
134 |
-
A 178 0.
|
135 |
-
K 179 0.
|
136 |
-
L 180 0.
|
137 |
-
I 181 0.
|
138 |
-
D 182 0.
|
139 |
-
F 183 0.
|
140 |
-
G 184 0.
|
141 |
-
S 185 0.
|
142 |
-
G 186 0.
|
143 |
-
A 187 0.
|
144 |
-
L 188 0.
|
145 |
-
L 189 0.
|
146 |
-
H 190 0.
|
147 |
-
D 191 0.
|
148 |
-
E 192 0.
|
149 |
-
P 193 0.
|
150 |
-
Y 194 0.
|
151 |
-
T 195 0.
|
152 |
-
D 196 0.
|
153 |
-
F 197 0.
|
154 |
-
D 198 0.
|
155 |
-
G 199 0.
|
156 |
-
T 200 0.
|
157 |
-
R 201 0.
|
158 |
-
V 202 0.
|
159 |
-
Y 203 0.
|
160 |
-
S 204 0.
|
161 |
-
P 205 0.
|
162 |
-
P 206 0.
|
163 |
-
E 207 0.
|
164 |
-
W 208 0.
|
165 |
-
I 209 0.
|
166 |
-
S 210 0.
|
167 |
-
R 211 0.
|
168 |
-
H 212 0.
|
169 |
-
Q 213 0.
|
170 |
-
Y 214 0.
|
171 |
-
H 215 0.
|
172 |
-
A 216 0.
|
173 |
-
L 217 0.
|
174 |
-
P 218 0.
|
175 |
-
A 219 0.
|
176 |
-
T 220 0.
|
177 |
-
V 221 0.
|
178 |
-
W 222 0.
|
179 |
-
S 223 0.
|
180 |
-
L 224
|
181 |
-
G 225 0.
|
182 |
-
I 226 0.
|
183 |
-
L 227 0.
|
184 |
-
L 228 0.
|
185 |
-
Y 229 0.
|
186 |
-
D 230 0.
|
187 |
-
M 231 0.
|
188 |
-
V 232 0.
|
189 |
-
C 233 0.
|
190 |
-
G 234 0.
|
191 |
-
D 235 0.
|
192 |
-
I 236 0.
|
193 |
-
P 237 0.
|
194 |
-
F 238 0.
|
195 |
-
E 239 0.
|
196 |
-
R 240 0.
|
197 |
-
D 241 0.
|
198 |
-
Q 242
|
199 |
-
E 243 0.
|
200 |
-
I 244 0.
|
201 |
-
L 245 0.
|
202 |
-
E 246 0.
|
203 |
-
A 247 0.
|
204 |
-
E 248 0.
|
205 |
-
L 249 0.
|
206 |
-
H 250 0.
|
207 |
-
F 251 0.
|
208 |
-
P 252 0.
|
209 |
-
A 253 0.
|
210 |
-
H 254 0.
|
211 |
-
V 255 0.
|
212 |
-
S 256 0.
|
213 |
-
P 257 0.
|
214 |
-
D 258 0.
|
215 |
-
C 259 0.
|
216 |
-
C 260 0.
|
217 |
-
A 261 0.
|
218 |
-
L 262 0.
|
219 |
-
I 263 0.
|
220 |
-
R 264 0.
|
221 |
-
R 265 0.
|
222 |
-
C 266 0.
|
223 |
-
L 267 0.
|
224 |
-
A 268 0.
|
225 |
-
P 269 0.
|
226 |
-
K 270 0.
|
227 |
-
P 271 0.
|
228 |
-
S 272 0.
|
229 |
-
S 273 0.
|
230 |
-
R 274 0.
|
231 |
-
P 275 0.
|
232 |
-
S 276 0.
|
233 |
-
L 277 0.
|
234 |
-
E 278 0.
|
235 |
-
E 279 0.
|
236 |
-
I 280 0.
|
237 |
-
L 281 0.
|
238 |
-
L 282 0.
|
239 |
-
D 283 0.
|
240 |
-
P 284 0.
|
241 |
-
W 285 0.
|
242 |
-
M 286 0.
|
243 |
-
Q 287 0.
|
244 |
-
T 288 0.
|
|
|
1 |
+
Y 32 0.77
|
2 |
+
R 33 0.71
|
3 |
+
L 34 0.07
|
4 |
+
G 35 0.04
|
5 |
+
P 36 0.28
|
6 |
+
L 37 0.39
|
7 |
+
L 38 0.81
|
8 |
+
G 39 0.67
|
9 |
+
K 40 0.56
|
10 |
+
G 41 0.16
|
11 |
+
G 42 0.52
|
12 |
+
F 43 0.59
|
13 |
+
G 44 0.64
|
14 |
+
T 45 0.62
|
15 |
+
V 46 0.11
|
16 |
+
F 47 0.07
|
17 |
+
A 48 0.35
|
18 |
+
G 49 0.94
|
19 |
+
H 50 0.23
|
20 |
+
R 51 0.78
|
21 |
+
L 52 0.08
|
22 |
+
T 53 0.65
|
23 |
+
D 54 0.45
|
24 |
+
R 55 0.12
|
25 |
+
L 56 0.08
|
26 |
+
Q 57 0.67
|
27 |
+
V 58 0.44
|
28 |
+
A 59 0.48
|
29 |
+
I 60 0.31
|
30 |
+
K 61 0.01
|
31 |
+
V 62 0.57
|
32 |
+
I 63 0.40
|
33 |
+
P 64 0.43
|
34 |
+
R 65 0.56
|
35 |
+
N 66 0.36
|
36 |
+
R 67 0.80
|
37 |
+
V 68 0.68
|
38 |
+
L 69 0.33
|
39 |
+
V 78 0.63
|
40 |
+
T 79 0.11
|
41 |
+
C 80 0.56
|
42 |
+
P 81 0.01
|
43 |
+
L 82 0.93
|
44 |
+
E 83 0.19
|
45 |
+
V 84 0.26
|
46 |
+
A 85 0.26
|
47 |
+
L 86 0.68
|
48 |
+
L 87 0.44
|
49 |
+
W 88 0.91
|
50 |
+
K 89 0.65
|
51 |
+
V 90 0.38
|
52 |
+
G 91 0.30
|
53 |
+
A 92 0.18
|
54 |
+
G 93 0.56
|
55 |
+
G 94 0.90
|
56 |
+
G 95 0.89
|
57 |
+
H 96 0.36
|
58 |
+
P 97 0.23
|
59 |
+
G 98 0.04
|
60 |
+
V 99 0.65
|
61 |
+
I 100 0.83
|
62 |
+
R 101 0.35
|
63 |
+
L 102 0.47
|
64 |
+
L 103 0.53
|
65 |
+
D 104 0.26
|
66 |
+
W 105 0.12
|
67 |
+
F 106 0.14
|
68 |
+
F 112 0.22
|
69 |
+
M 113 0.04
|
70 |
+
L 114 0.84
|
71 |
+
V 115 0.64
|
72 |
+
L 116 0.82
|
73 |
+
E 117 0.42
|
74 |
+
R 118 0.79
|
75 |
+
P 119 0.18
|
76 |
+
L 120 0.68
|
77 |
P 121 0.35
|
78 |
+
A 122 0.40
|
79 |
+
Q 123 0.48
|
80 |
+
D 124 0.02
|
81 |
+
L 125 0.66
|
82 |
+
F 126 0.51
|
83 |
+
D 127 0.21
|
84 |
+
Y 128 0.33
|
85 |
+
I 129 0.37
|
86 |
+
T 130 0.16
|
87 |
+
E 131 0.35
|
88 |
+
K 132 0.10
|
89 |
+
G 133 0.39
|
90 |
+
P 134 0.64
|
91 |
+
L 135 0.56
|
92 |
+
G 136 0.59
|
93 |
+
E 137 0.85
|
94 |
+
G 138 0.21
|
95 |
+
P 139 0.27
|
96 |
S 140 0.27
|
97 |
+
R 141 0.12
|
98 |
+
C 142 0.43
|
99 |
+
F 143 0.32
|
100 |
+
F 144 0.80
|
101 |
+
G 145 0.49
|
102 |
+
Q 146 0.81
|
103 |
+
V 147 0.06
|
104 |
+
V 148 0.40
|
105 |
+
A 149 0.45
|
106 |
+
A 150 0.77
|
107 |
+
I 151 0.53
|
108 |
+
Q 152 0.34
|
109 |
+
H 153 0.33
|
110 |
+
C 154 0.89
|
111 |
+
H 155 0.51
|
112 |
+
S 156 0.48
|
113 |
+
R 157 0.21
|
114 |
+
G 158 0.64
|
115 |
+
V 159 0.00
|
116 |
+
V 160 0.85
|
117 |
+
H 161 0.55
|
118 |
+
R 162 0.74
|
119 |
+
D 163 0.41
|
120 |
+
I 164 0.57
|
121 |
+
K 165 0.63
|
122 |
+
D 166 0.77
|
123 |
+
E 167 0.06
|
124 |
+
N 168 0.67
|
125 |
+
I 169 0.65
|
126 |
L 170 0.79
|
127 |
+
I 171 0.42
|
128 |
+
D 172 0.39
|
129 |
+
L 173 0.49
|
130 |
+
R 174 0.63
|
131 |
+
R 175 0.39
|
132 |
+
G 176 0.72
|
133 |
+
C 177 0.88
|
134 |
+
A 178 0.79
|
135 |
+
K 179 0.76
|
136 |
+
L 180 0.81
|
137 |
+
I 181 0.30
|
138 |
+
D 182 0.22
|
139 |
+
F 183 0.31
|
140 |
+
G 184 0.85
|
141 |
+
S 185 0.67
|
142 |
+
G 186 0.25
|
143 |
+
A 187 0.50
|
144 |
+
L 188 0.96
|
145 |
+
L 189 0.26
|
146 |
+
H 190 0.13
|
147 |
+
D 191 0.29
|
148 |
+
E 192 0.02
|
149 |
+
P 193 0.65
|
150 |
+
Y 194 0.32
|
151 |
+
T 195 0.41
|
152 |
+
D 196 0.82
|
153 |
+
F 197 0.34
|
154 |
+
D 198 0.15
|
155 |
+
G 199 0.20
|
156 |
+
T 200 0.46
|
157 |
+
R 201 0.22
|
158 |
+
V 202 0.26
|
159 |
+
Y 203 0.29
|
160 |
+
S 204 0.51
|
161 |
+
P 205 0.70
|
162 |
+
P 206 0.14
|
163 |
+
E 207 0.89
|
164 |
+
W 208 0.09
|
165 |
+
I 209 0.54
|
166 |
+
S 210 0.16
|
167 |
+
R 211 0.69
|
168 |
+
H 212 0.63
|
169 |
+
Q 213 0.06
|
170 |
+
Y 214 0.02
|
171 |
+
H 215 0.17
|
172 |
+
A 216 0.23
|
173 |
+
L 217 0.65
|
174 |
+
P 218 0.13
|
175 |
+
A 219 0.91
|
176 |
+
T 220 0.97
|
177 |
+
V 221 0.77
|
178 |
+
W 222 0.40
|
179 |
+
S 223 0.91
|
180 |
+
L 224 1.00
|
181 |
+
G 225 0.97
|
182 |
+
I 226 0.24
|
183 |
+
L 227 0.44
|
184 |
+
L 228 0.19
|
185 |
+
Y 229 0.06
|
186 |
+
D 230 0.32
|
187 |
+
M 231 0.93
|
188 |
+
V 232 0.35
|
189 |
+
C 233 0.79
|
190 |
+
G 234 0.50
|
191 |
+
D 235 0.49
|
192 |
+
I 236 0.10
|
193 |
+
P 237 0.49
|
194 |
+
F 238 0.12
|
195 |
+
E 239 0.47
|
196 |
+
R 240 0.40
|
197 |
+
D 241 0.63
|
198 |
+
Q 242 1.00
|
199 |
+
E 243 0.55
|
200 |
+
I 244 0.78
|
201 |
+
L 245 0.92
|
202 |
+
E 246 0.29
|
203 |
+
A 247 0.37
|
204 |
+
E 248 0.78
|
205 |
+
L 249 0.54
|
206 |
+
H 250 0.64
|
207 |
+
F 251 0.30
|
208 |
+
P 252 0.25
|
209 |
+
A 253 0.01
|
210 |
+
H 254 0.51
|
211 |
+
V 255 0.81
|
212 |
+
S 256 0.93
|
213 |
+
P 257 0.79
|
214 |
+
D 258 0.74
|
215 |
+
C 259 0.31
|
216 |
+
C 260 0.51
|
217 |
+
A 261 0.91
|
218 |
+
L 262 0.04
|
219 |
+
I 263 0.21
|
220 |
+
R 264 0.07
|
221 |
+
R 265 0.34
|
222 |
+
C 266 0.93
|
223 |
+
L 267 0.80
|
224 |
+
A 268 0.75
|
225 |
+
P 269 0.59
|
226 |
+
K 270 0.62
|
227 |
+
P 271 0.18
|
228 |
+
S 272 0.32
|
229 |
+
S 273 0.54
|
230 |
+
R 274 0.14
|
231 |
+
P 275 0.38
|
232 |
+
S 276 0.29
|
233 |
+
L 277 0.97
|
234 |
+
E 278 0.72
|
235 |
+
E 279 0.05
|
236 |
+
I 280 0.26
|
237 |
+
L 281 0.24
|
238 |
+
L 282 0.42
|
239 |
+
D 283 0.84
|
240 |
+
P 284 0.36
|
241 |
+
W 285 0.79
|
242 |
+
M 286 0.05
|
243 |
+
Q 287 0.81
|
244 |
+
T 288 0.39
|
app.py
CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks() as demo:
|
|
242 |
molecule_output2 = Molecule3D(label="Protein Structure", reps=reps)
|
243 |
|
244 |
with gr.Row():
|
245 |
-
pdb_input = gr.Textbox(value="2IWI", label="PDB ID", placeholder="Enter PDB ID here...")
|
246 |
segment_input = gr.Textbox(value="A", label="Chain ID", placeholder="Enter Chain ID here...")
|
247 |
prediction_btn = gr.Button("Predict Random Binding Site Scores")
|
248 |
|
|
|
242 |
molecule_output2 = Molecule3D(label="Protein Structure", reps=reps)
|
243 |
|
244 |
with gr.Row():
|
245 |
+
#pdb_input = gr.Textbox(value="2IWI", label="PDB ID", placeholder="Enter PDB ID here...")
|
246 |
segment_input = gr.Textbox(value="A", label="Chain ID", placeholder="Enter Chain ID here...")
|
247 |
prediction_btn = gr.Button("Predict Random Binding Site Scores")
|
248 |
|
test2.ipynb
CHANGED
@@ -727,7 +727,7 @@
|
|
727 |
},
|
728 |
{
|
729 |
"cell_type": "code",
|
730 |
-
"execution_count":
|
731 |
"id": "30f35243-852f-4771-9a4b-5cdd198552b5",
|
732 |
"metadata": {},
|
733 |
"outputs": [
|
@@ -735,7 +735,7 @@
|
|
735 |
"name": "stdout",
|
736 |
"output_type": "stream",
|
737 |
"text": [
|
738 |
-
"* Running on local URL: http://127.0.0.1:
|
739 |
"\n",
|
740 |
"To create a public link, set `share=True` in `launch()`.\n"
|
741 |
]
|
@@ -743,7 +743,7 @@
|
|
743 |
{
|
744 |
"data": {
|
745 |
"text/html": [
|
746 |
-
"<div><iframe src=\"http://127.0.0.1:
|
747 |
],
|
748 |
"text/plain": [
|
749 |
"<IPython.core.display.HTML object>"
|
@@ -756,7 +756,7 @@
|
|
756 |
"data": {
|
757 |
"text/plain": []
|
758 |
},
|
759 |
-
"execution_count":
|
760 |
"metadata": {},
|
761 |
"output_type": "execute_result"
|
762 |
}
|
@@ -961,7 +961,7 @@
|
|
961 |
" molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
|
962 |
"\n",
|
963 |
" with gr.Row():\n",
|
964 |
-
" pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
|
965 |
" segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
|
966 |
" prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
|
967 |
"\n",
|
@@ -976,8 +976,8 @@
|
|
976 |
" gr.Markdown(\"## Examples\")\n",
|
977 |
" gr.Examples(\n",
|
978 |
" examples=[\n",
|
979 |
-
" [\"
|
980 |
-
" [\"
|
981 |
" [\"3TJN\", \"C\"]\n",
|
982 |
" ],\n",
|
983 |
" inputs=[pdb_input, segment_input],\n",
|
@@ -1262,7 +1262,7 @@
|
|
1262 |
" molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
|
1263 |
"\n",
|
1264 |
" with gr.Row():\n",
|
1265 |
-
" pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
|
1266 |
" segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
|
1267 |
" prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
|
1268 |
"\n",
|
|
|
727 |
},
|
728 |
{
|
729 |
"cell_type": "code",
|
730 |
+
"execution_count": 6,
|
731 |
"id": "30f35243-852f-4771-9a4b-5cdd198552b5",
|
732 |
"metadata": {},
|
733 |
"outputs": [
|
|
|
735 |
"name": "stdout",
|
736 |
"output_type": "stream",
|
737 |
"text": [
|
738 |
+
"* Running on local URL: http://127.0.0.1:7865\n",
|
739 |
"\n",
|
740 |
"To create a public link, set `share=True` in `launch()`.\n"
|
741 |
]
|
|
|
743 |
{
|
744 |
"data": {
|
745 |
"text/html": [
|
746 |
+
"<div><iframe src=\"http://127.0.0.1:7865/\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
|
747 |
],
|
748 |
"text/plain": [
|
749 |
"<IPython.core.display.HTML object>"
|
|
|
756 |
"data": {
|
757 |
"text/plain": []
|
758 |
},
|
759 |
+
"execution_count": 6,
|
760 |
"metadata": {},
|
761 |
"output_type": "execute_result"
|
762 |
}
|
|
|
961 |
" molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
|
962 |
"\n",
|
963 |
" with gr.Row():\n",
|
964 |
+
" #pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
|
965 |
" segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
|
966 |
" prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
|
967 |
"\n",
|
|
|
976 |
" gr.Markdown(\"## Examples\")\n",
|
977 |
" gr.Examples(\n",
|
978 |
" examples=[\n",
|
979 |
+
" [\"7RPZ\", \"A\"],\n",
|
980 |
+
" [\"2IWI\", \"B\"],\n",
|
981 |
" [\"3TJN\", \"C\"]\n",
|
982 |
" ],\n",
|
983 |
" inputs=[pdb_input, segment_input],\n",
|
|
|
1262 |
" molecule_output2 = Molecule3D(label=\"Protein Structure\", reps=reps)\n",
|
1263 |
"\n",
|
1264 |
" with gr.Row():\n",
|
1265 |
+
" #pdb_input = gr.Textbox(value=\"2IWI\", label=\"PDB ID\", placeholder=\"Enter PDB ID here...\")\n",
|
1266 |
" segment_input = gr.Textbox(value=\"A\", label=\"Chain ID\", placeholder=\"Enter Chain ID here...\")\n",
|
1267 |
" prediction_btn = gr.Button(\"Predict Random Binding Site Scores\")\n",
|
1268 |
"\n",
|