-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path5.1_resources.html
More file actions
463 lines (421 loc) · 17.5 KB
/
Copy path5.1_resources.html
File metadata and controls
463 lines (421 loc) · 17.5 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='stylesheet' href='https://use.fontawesome.com/releases/v5.7.0/css/all.css' integrity='sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ' crossorigin='anonymous'>
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Lato", sans-serif;
/*agregar color oscuro para el fondo*/
background: #f1f1f1;
}
/* Header/Logo Title */
.bg-image {
/* The image used */
background-image:url('bg.jpg');
/* Add the blur effect */
filter: blur(8px);
-webkit-filter: blur(8px);
/* Full height */
height: 100%;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/* Position text in the middle of the page/image */
.bg-text {
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
color: white;
font-weight: bold;
border: 3px solid #f1f1f1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
width: 80%;
padding: 20px;
text-align: center;
}
.header {
padding: 1px;
text-align: center;
color: white;
font-size: 20px;
margin-left: 200px;
margin-top: -150px;
height: 150px;
background: linear-gradient(to bottom, #254666 30%, #4d667f 100%);
}
#particles-js {
padding: 1px;
height: 150px;
background-color: #294e71;
background-image: url("");
color: white;
font-size: 20px;
padding: 1px;
z-index: -1;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.sidebar {
margin: 0;
padding: 0;
width: 200px;
background-color: #FFFFFF;
position: fixed;
height: 100%;
overflow: auto;
}
.sidebar a {
display: block;
color: black;
padding: 16px;
text-decoration: none;
}
.sidebar a.active {
background-color: #294e71;
color: white;
}
.sidebar a:hover:not(.active) {
background-color: #4d667f;
color: white;
}
div.content {
margin-left: 200px;
padding: 1px 16px;
height: 1000px;
}
@media screen and (max-width: 100px) {
.sidebar {
width: 100%;
height: auto;
position: relative;
}
.sidebar a {float: left;}
div.content {margin-left: 0;}
}
@media screen and (max-width: 100px) {
.sidebar a {
text-align: center;
float: none;
}
}
.card {
background-color: white;
padding: 20px;
margin-top: 10px;
margin-left: 230px;
margin-right:30px;
margin-bottom: 10px;
box-shadow: 5px 5px 5px #888888;
}
.table {
font-family: "lato", sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
.column {
float: left;
width: 20%;
padding: 0 10px;
}
.left {
width: 80%;
}
.right {
width: 20%;
}
/* Remove extra left and right margins, due to padding */
.row {margin: -5px -5px;
}
.row:after {
content: "";
display: table;
clear: both;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
{
box-sizing: border-box;
}
form{
width: 300px;
margin: auto;
}
.imagen {
float: right;
width: 25%;
padding: 1px;
}
fieldset{
display: inline-block;
background: #fff;
border: 2px solid black;
border-radius: 5px;
padding: 0 0 0 40px;
}
input, button{
position: relative;
float: left;
width: 200px;
height: 50px;
margin:auto;
padding: 0;
font-size: 20px;
}
input{
color: #666;
border: none;
z-index: 2;
font-size: 20px;
}
button{
font-size: 20px;
width: 50px;
border: none;
background: #4d667f;
transform: translate(-50px,0px);
transition-duration: .3s;
}
.fa-search{
color: #bbb;
transform: translate(-190px,0);
transition: all .1s ease-in-out;
}
input:focus{
outline: none;
}
input:focus + button{
transform: translate(0,0);
transition-duration: .3s;
}
input:focus + button .fa{
transform: translate(0,0);
transition-duration: 0.5s;
}
#myUL {
/* Remove default list styling */
list-style-type: none;
padding: 0;
margin: 0;
margin-left: 1px;
margin-right: 20px;
}
#myUL li a {
/***
border: 1px solid #ddd; /* Add a border to all links */
margin-top: -1px; /* Prevent double borders */
background-color: white; /* Grey background color */
padding: 0px; /* Add some padding */
text-decoration: none; /* Remove default text underline */
font-size: 20px; /* Increase the font-size */
color: #294e71; /* Add a black text color */
display: block; /* Make it into a block element to fill the whole list */
}
#myUL li a:hover:not(.header) {
background-color: #eee; /* Add a hover effect to all links, except for headers */
}
#myUL li a .highlighted {
background-color: yellow;
}
</style>
</head>
<body>
<div class="sidebar">
<br>
<img src="/media/Logo-02.jpg" alt="Logo" style="width:90%;max-width:500px" class="center">
<a href="/index">About us</a>
<a href="/2_research">What we do</a>
<a href="/3_publications">Publications</a>
<a href="/4_members">Meet the team</a>
<a class="active" >Resources</a>
<a href="5_join_us">Join us</a>
<a href="/8_labmood">Lab Mood</a>
<a href="/6.1_Gallery">Gallery</a>
<a href="/7_contact">Contact</a>
</div>
<div id="particles-js"></div>
<div class="header">
<h1>Resources</h1>
<p>Pharmacoinformatics & Systems Pharmacology</p>
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
</div>
<div class="card">
<h2><center>Here you could find Tutorials, script library, gallery, FAQ, and a little bit more for pharmacoinformatics and drug design</center></h2>
<hr size="2px" color="black"/>
<div class="imagen"><a href="https://github.com/ramirezlab"><img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" width= "70px" height= "70px"></a></div>
<section class="search">
<form>
<fieldset>
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search" title="search">
<button type="submit">
<i class="fa fa-search"></i>
</button>
</fieldset>
</form>
<ul id="myUL">
<li><a href="https://github.com/ramirezlab/WIKI/blob/master/Computational_Polypharmacology"><h2>Computational polypharmacology</h2></a></li>
<li><a href="https://github.com/ramirezlab/WIKI/tree/master/Computational_Polypharmacology/DrugBank"><h3>Approved drugs from Drugbank</h3></a><p>DrugBank is a pharmaceutical knowledge database and a key pharmacoinformatics resource with comprehensive drug/target/disease information. In this notebook, we will download approved drugs information for Alzheimer´s Disease from DrugBank.</p></li>
<li><a href="https://github.com/ramirezlab/WIKI/tree/master/Computational_Polypharmacology/PPI-networks"><h3>Protein-protein interactions networks</h3></a><p>Here we use a KNIME workflow to capture relevant information related to an indication of interest involving a complete list of targets, drug names, and their respective study phase, and key protein-protein interactions. This workflow is fed with different databases such as CHEMBL, TTD, DRUGBANK, STRING and OPEN TARGETS, which contributes to the selection and prioritization of targets mapped and the identification of a new set of proteins as drug target candidates.</p></li>
<li><a href="https://github.com/ramirezlab/WIKI/tree/master/Computational_Polypharmacology/PPI-network-R-TopologyAnalysis"><h3>Topological Protein-protein interactions networks analysis</h3></a><p>Here we present a R-Studio pipeline to compute some topological parameters that will help us understand the "importancy" of each protein in a PPI network in terms of its connections. Here we will use the PPI network for the Alzheimer's disease (PPI-AD) obteined in our group using KNIME.</p></li>
<li><a href="#"><hr size="2px" color="black"/></a></li>
<li><a href="https://github.com/ramirezlab/WIKI/blob/master/KNIME"><h2>Data Science with KNIME</h2></a></li>
<li><a href="https://github.com/ramirezlab/WIKI/tree/master/KNIME/Knime_tutorial"><h3>Knime_tutorial</h3></a><p>In this tutorial, we will work a Knime introduction working with CHEMBL data using basic nodes.</p></li>
<li><a href="https://github.com/ramirezlab/WIKI/tree/master/KNIME/Chemoinformatics-Analysis-Tutorial-with-Knime-master"><h3>Chemoinformatics Analysis Tutorial with Knime master</h3></a><p>In this tutorial, we will work with the CHEMBL database and the open-source software KNIME, which will allow us to acquire the data of interest of the compounds that have been tested against a given target.</p></li>
<li><a href="https://github.com/ramirezlab/WIKI/tree/master/KNIME/Active%20compounds%20for%20a%20given%20target%20from%20ChEMBL"><h3>Active compounds for a given target from ChEMBL</h3></a><p>This workflow use a local CHEMBL database to search one or a list of targets and return information of compounds and activity reported to the input targets.</p></li>
<li><a href="https://github.com/ramirezlab/WIKI/tree/master/KNIME/Chemoinformatics"><h3>Chemoinformatics</h3></a><p>This workflow consists of 5 interconnected work blocks, each containing a central theme in computer-aided drug design (CADD). The workflow is presented using Acetylcholinesterase (AChE) as an example, including its respective active compounds and their respective associated IC50 values, which where obtained from CHEMBL database.</p></li>
<li><a href="https://github.com/ramirezlab/WIKI/tree/master/KNIME/Processing-Pharmacophores-from-Phase"><h3>Processing Pharmacophores from Phase</h3></a><p>Here we use a KNIME workflow to post-process the output file CSV from a multiple pharmacophore-based virtual screening calculation done with Phase. We screening a dataset of ~1000 compounds against multiple pharmacophores (~100), then the results were exported as a CSV file with all the results with the corresponding phase screen score (0 to 1).</p></li>
<li><a href="#"><hr size="2px" color="black"/></a></li>
<li><a href="https://github.com/ramirezlab/WIKI/blob/master/Docking_and_Virtual_Screening"><h2>Docking and Virtual Screening</h2></a></li>
<li><a href="https://github.com/ramirezlab/WIKI/tree/master/Docking_and_Virtual_Screening/Ensemble_Docking_Glide><h3>Ensemble_Docking_Glide"><h3>Ensemble Docking Glide</h3></a><p>Here we use present a pipeline to perform ensemble docking to find the most probable binding mode of a given ligand in a given set (ensemble) of protein structures.</p></li>
<li><a href="https://github.com/ramirezlab/WIKI/tree/master/Docking_and_Virtual_Screening/ligand-receptor_interactions_frequency"><h3>Ligand-receptor interactions frequency</h3></a><p>To analyze the frequency of receptor-ligand interactions on a set of poses from a given cluster, we use scripts included on Schrödinger Suit (v.2020-1) and in-house functional workflow built on Knime.</p></li>
<li><a href="https://github.com/ramirezlab/WIKI/tree/master/Docking_and_Virtual_Screening/ligand-receptor_interactions_frequency_multiple_clusters"><h3>Ligand-receptor interactions frequency multiple clusters</h3></a><p>To analyze the frequency of receptor-ligand interactions on a set of poses from different clusters, we use scripts included on Schrödinger Suit (v.2020-3) to calculate the interactions on every pose and a in-house functional workflow built on Knime to get the frequency of interactions on each cluster and then sum the total.</p></li>
<li><a href="#"><hr size="2px" color="black"/></a></li>
<li><a href="https://github.com/ramirezlab/WIKI/blob/master/Molecular_dynamics"><h2>Molecular Dynamics simulations</h2></a><p></p></li>
<li><a href="https://github.com/ramirezlab/WIKI/tree/master/Molecular_dynamics/Desmond"><h3>Desmond</h3></a><p></p></li>
<li><a href="https://github.com/ramirezlab/WIKI/tree/master/Molecular_dynamics/VMD"><h3>VMD</h3></a><p></p></li>
<li><a href="#"><hr size="2px" color="black"/></a></li>
<li><a href="https://github.com/ramirezlab/WIKI/blob/master/Molecular_Modeling"><h2>Molecular Modeling</h2></a><p></p></li>
<li><a href="#"><hr size="2px" color="black"/></a></li>
<li><a href="#"><h2>Miscellaneous</h2></a><p></p></li>
<li><a href="https://github.com/ramirezlab/WIKI/tree/master/Miscellaneous/HOLE"><h3>HOLE</h3></a><p>HOLE is a program that allows the analysis and visualisation of the pore dimensions of the holes through molecular structures of different proteins such as ion channels. Here we will use HOLE suite of programs to study pores in ion channels. Several HOLE programs have been used in the hole_over_time.tcl script to produce surface representations of pore cavities. You should have the HOLE programs in your computer prior to run this script.</p></li>
<li><a href="https://github.com/ramirezlab/WIKI/tree/master/Miscellaneous/RMSD%20calculation"><h3>RMSD calculation</h3></a><p>The Root Mean Square Deviation (RMSD) is a common metric used to evaluate the distance between the predicted pose and the native pose, given a superposition of proteins or ligands.</p></li>
</ul>
</section>
</div>
<div id="Resources" class="tabcontent">
<div class="card">
<h2 style="color:#294e71";>Facilities</h2>
<p>The <a href="https://cienciasbiologicasudec.cl/" target="_blank">Facultad de Ciencias Biológicas</a> at the <a href="https://www.udec.cl/pexterno/" target="_blank">Universidad de Concepción</a> is integrated by the departments of cell biology, biochemistry, ergonomics, pharmacology, physiology, physiopathology, and microbiology. Each department has different equipment and facilities that allow them to do cutting-edge research in their area of expertise. </p>
<hr size="2px" color="black"/>
<h2 style="color:#294e71";>Software</h2>
<p>Software for molecular simulation, modeling and Visualization: Schrödinger Drug Design Suite, Modeller, AMBER, GROMACS, PyMol, VMD, KNIME, AutoDock, AutoDock vina, LigandScout, BIKI.</p>
<hr size="2px" color="black"/>
<h2 style="color:#294e71";>Hardware</h2>
<p>1 small GPU cluster (Tensor TWS-1686525-AMB: 2x Intel Xeon Silver 4110 Processor, 8 Core, 16 Threads, 2.1Ghz, 11M Cache, 85W. 12x 8GB DDR4 ECC/REG 2666MHZ (96GB System memory). 1x 256GB 2.5 SATA III Internal Solid State Drive (SSD). 1x 8TB SATA 6Gb/s 7200RPM 3.5" 256MB Cache Hard Drive. 3x GPU Nvidia Quadro P5000 16GB. CentOS 7)</p>
<p>Multiple workstations for visualization and data analysis (1x Intel CPU Core i7-7700 3.6GHz. 1x Toshiba Disco Duro 2TB Sata3 7200 rpm 64MB P300. 1x SSD 480GB Sata3 2.5". 2x MSI Video Nvidia Gaming GeForce GTX1660 6GB. 2x Kingston DDR4 16GB 2400MHz HyperX FURY Black).</p>
<p>We have access to the CPU- GPU-clusters at the <a href="https://cbsm.utalca.cl/?page_id=18" target="_blank">Center for Bioinformatics and Molecular Simulations</a> at Universidad de Talca, Chile</p>
</div>
</div>
<script>
particlesJS("particles-js", {
particles: {
number: { value: 100, density: { enable: true, value_area: 800 } },
color: { value: "#ffffff" },
shape: {
type: "circle",
stroke: { width: 0, color: "#000000" },
polygon: { nb_sides: 5 },
image: { src: "img/github.svg", width: 100, height: 100 }
},
opacity: {
value: 0.5,
random: false,
anim: { enable: false, speed: 1, opacity_min: 0.1, sync: false }
},
size: {
value: 10,
random: true,
anim: { enable: false, speed: 40, size_min: 0.1, sync: false }
},
line_linked: {
enable: true,
distance: 150,
color: "#ffffff",
opacity: 0.4,
width: 2
},
move: {
enable: true,
speed: 2,
direction: "none",
random: false,
straight: false,
out_mode: "out",
bounce: false,
attract: { enable: false, rotateX: 600, rotateY: 1200 }
}
},
interactivity: {
detect_on: "canvas",
events: {
onhover: { enable: false, mode: "repulse" },
onclick: { enable: true, mode: "push" },
resize: true
},
modes: {
grab: { distance: 400, line_linked: { opacity: 1 } },
bubble: { distance: 400, size: 40, duration: 2, opacity: 8, speed: 3 },
repulse: { distance: 200, duration: 0.4 },
push: { particles_nb: 4 },
remove: { particles_nb: 2 }
}
},
retina_detect: true
});
var count_particles, stats, update;
stats = new Stats();
stats.setMode(0);
stats.domElement.style.position = "absolute";
stats.domElement.style.left = "0px";
stats.domElement.style.top = "0px";
document.body.appendChild(stats.domElement);
count_particles = document.querySelector(".js-count-particles");
update = function () {
stats.begin();
stats.end();
if (window.pJSDom[0].pJS.particles && window.pJSDom[0].pJS.particles.array) {
count_particles.innerText = window.pJSDom[0].pJS.particles.array.length;
}
requestAnimationFrame(update);
};
requestAnimationFrame(update);
</script>
<script>
function myFunction() {
// Declare variables
var input, filter, ul, li, a, i, txtValue;
input = document.getElementById('myInput');
filter = input.value.toUpperCase();
ul = document.getElementById("myUL");
li = ul.getElementsByTagName('li');
// Loop through all list items, and hide those who don't match the search query
for (i = 0; i < li.length; i++) {
a = li[i].getElementsByTagName("a")[0];
txtValue = a.textContent || a.innerText;
let matchStart;
if ((matchStart = txtValue.toUpperCase().indexOf(filter)) > -1) {
li[i].style.display = "";
li[i].style.color = 'black';
} else {
li[i].style.display = "none";
}
}
}
</script>
</body>
</html>