-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfographic_for_ODin_predictor.html
More file actions
312 lines (301 loc) · 13 KB
/
infographic_for_ODin_predictor.html
File metadata and controls
312 lines (301 loc) · 13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Infographic: ODin Predictor powered by Alliance Orthology Data</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Roboto', sans-serif;
background-color: #F0F4F8; /* Light blue-gray background */
}
.section-card {
background-color: white;
border-radius: 12px;
padding: 2rem;
margin-bottom: 2rem;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
h1, h2 {
font-weight: 900;
}
h3 {
font-weight: 700;
}
.kpi {
background: linear-gradient(135deg, #FF6B6B, #FFC371); /* Energetic & Playful Gradient */
color: white;
padding: 2rem;
border-radius: 12px;
text-align: center;
}
.flow-step {
display: flex;
align-items: center;
margin-bottom: 1.5rem;
}
.flow-number {
background-color: #FF6B6B; /* Energetic & Playful Red */
color: white;
border-radius: 50%;
width: 3rem;
height: 3rem;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 1.5rem;
flex-shrink: 0;
margin-right: 1.5rem;
box-shadow: 0 4px 6px rgba(255, 107, 107, 0.4);
}
.chart-container {
position: relative;
width: 100%;
max-width: 500px; /* Control chart width */
margin-left: auto;
margin-right: auto;
height: 300px;
max-height: 400px;
}
@media (min-width: 768px) {
.chart-container {
height: 350px;
}
}
</style>
</head>
<body class="text-gray-700">
<!--
Color Palette Chosen: Energetic & Playful
- Red: #FF6B6B
- Orange: #FFC371
- Yellow: #FFD93D
- Blue: #60A5FA
-->
<div class="container mx-auto p-4 md:p-8 max-w-5xl">
<!-- Header Section -->
<header class="text-center mb-12">
<h1 class="text-4xl md:text-5xl mb-4 text-[#FF6B6B]">ODin Predictor</h1>
<p class="text-xl md:text-2xl font-light text-gray-600">Leveraging Alliance Orthology Data to Uncover Gene Networks</p>
</header>
<!-- The Challenge & The Solution -->
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mb-8">
<div class="section-card">
<h2 class="text-2xl mb-4 text-[#FF6B6B]">The Challenge: A Complex Puzzle</h2>
<p class="mb-4">Gene and protein interactions form vast, complex networks essential for life. Experimentally mapping all these connections is incredibly slow, expensive, and difficult, leaving large gaps in our biological knowledge.</p>
<div class="text-center text-5xl p-4">🧩</div>
</div>
<div class="section-card">
<h2 class="text-2xl mb-4 text-[#60A5FA]">The Solution: "Interologs"</h2>
<p class="mb-4">Evolution conserves function. If two genes interact in a well-studied model organism (like a fly or worm), their orthologs (evolutionary counterparts) are highly likely to interact in other species, including humans. We call these predicted interactions **interologs**.</p>
<div class="text-center text-5xl p-4">🧬➡️🤝</div>
</div>
</div>
<!-- Why Alliance of Genome Resources? -->
<div class="section-card text-center">
<h2 class="text-3xl mb-6 text-gray-800">Why the <span class="text-[#FFC371]">Alliance of Genome Resources?</span></h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div>
<div class="text-4xl mb-2">🏆</div>
<h3 class="text-xl mb-2">Curated Orthology</h3>
<p>High-quality, reliable connections between genes across multiple species.</p>
</div>
<div>
<div class="text-4xl mb-2">📚</div>
<h3 class="text-xl mb-2">Integrated Data</h3>
<p>A massive, consolidated pool of genetic and protein interaction data from trusted sources.</p>
</div>
<div>
<div class="text-4xl mb-2">🌐</div>
<h3 class="text-xl mb-2">Cross-Species Power</h3>
<p>Leverages deep knowledge from model organisms to make powerful predictions in humans.</p>
</div>
</div>
</div>
<!-- The Power of Prediction -->
<div class="section-card">
<h2 class="text-3xl text-center mb-6 text-gray-800">The Power of Prediction</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 items-center">
<div>
<h3 class="text-xl mb-2 text-[#60A5FA]">Bridging the Knowledge Gap</h3>
<p class="mb-4">For every known interaction, computational methods can predict many more, guiding researchers to the most promising candidates for experimental validation. This dramatically accelerates the pace of discovery.</p>
<p>This approach transforms a slow, needle-in-a-haystack problem into a focused, hypothesis-driven investigation.</p>
</div>
<div>
<div class="chart-container">
<canvas id="predictionDonutChart"></canvas>
</div>
</div>
</div>
</div>
<!-- How It Works: A Step-by-Step Guide -->
<div class="section-card">
<h2 class="text-3xl text-center mb-8 text-gray-800">How to Use the Web App</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
<!-- Flowchart -->
<div>
<div class="flow-step">
<div class="flow-number">1</div>
<div>
<h3 class="text-xl">Download Data</h3>
<p> One-Click data download or Visit Alliance SimpleMine, select required columns, and download the master data file.</p>
</div>
</div>
<div class="flow-step">
<div class="flow-number">2</div>
<div>
<h3 class="text-xl">Upload & Input</h3>
<p>Upload the downloaded TSV file to our app and paste your gene IDs of interest.</p>
</div>
</div>
<div class="flow-step">
<div class="flow-number">3</div>
<div>
<h3 class="text-xl">Run Analysis</h3>
<p>Select your target species and interaction type, then click "Run Analysis" to start the prediction.</p>
</div>
</div>
<div class="flow-step">
<div class="flow-number">4</div>
<div>
<h3 class="text-xl">Get Results</h3>
<p>Instantly receive a detailed table of predicted interactions, orthologs, and overlaps.</p>
</div>
</div>
</div>
<!-- Benefits Chart -->
<div>
<h3 class="text-xl text-center mb-4 text-[#60A5FA]">Key Benefits of Our Tool</h3>
<div class="chart-container" style="height: 320px;">
<canvas id="benefitsRadarChart"></canvas>
</div>
</div>
</div>
</div>
<!-- Final KPI Card -->
<div class="kpi">
<h2 class="text-3xl font-bold mb-2">Accelerate Your Research Today</h2>
<p class="text-lg font-light">Turn complex data into actionable hypotheses with our secure, private, and powerful client-side tool.</p>
</div>
</div>
<script>
// Data and Configuration for Charts
// Donut Chart: Prediction vs Experiment
const donutCtx = document.getElementById('predictionDonutChart').getContext('2d');
new Chart(donutCtx, {
type: 'doughnut',
data: {
labels: ['Computationally Predicted Interactions', 'Experimentally Verified Interactions'],
datasets: [{
label: 'Interaction Discovery',
data: [85, 15], // Representative data showing the power of prediction
backgroundColor: [
'#60A5FA', // Blue
'#FFC371' // Orange
],
borderColor: '#FFFFFF',
borderWidth: 4
}]
},
options: {
responsive: true,
maintainAspectRatio: false,
plugins: {
legend: {
position: 'top',
},
title: {
display: true,
text: 'Expanding the Known Interactome'
},
tooltip: {
callbacks: {
title: function(tooltipItems) {
const item = tooltipItems[0];
let label = item.chart.data.labels[item.dataIndex];
if (Array.isArray(label)) {
return label.join(' ');
} else {
return label;
}
}
}
}
}
}
});
// Radar Chart: Benefits
const radarCtx = document.getElementById('benefitsRadarChart').getContext('2d');
new Chart(radarCtx, {
type: 'radar',
data: {
labels: [
'Speed',
'Cost-Effective',
['Data', 'Privacy'], // Example of wrapped label
'Hypothesis Generation',
'Cross-Species Insight'
],
datasets: [{
label: 'Application Benefits Score',
data: [9, 10, 10, 8, 9], // Representative scores
fill: true,
backgroundColor: 'rgba(255, 107, 107, 0.2)', // Energetic Red fill
borderColor: '#FF6B6B', // Energetic Red line
pointBackgroundColor: '#FF6B6B',
pointBorderColor: '#fff',
pointHoverBackgroundColor: '#fff',
pointHoverBorderColor: '#FF6B6B'
}]
},
options: {
responsive: true,
maintainAspectRatio: false,
scales: {
r: {
angleLines: {
color: '#e2e8f0'
},
grid: {
color: '#e2e8f0'
},
pointLabels: {
font: {
size: 12
},
color: '#475569'
},
ticks: {
backdropColor: 'rgba(255, 255, 255, 0.75)',
stepSize: 2
},
suggestedMin: 0,
suggestedMax: 10
}
},
plugins: {
tooltip: {
callbacks: {
title: function(tooltipItems) {
const item = tooltipItems[0];
let label = item.chart.data.labels[item.dataIndex];
if (Array.isArray(label)) {
return label.join(' ');
} else {
return label;
}
}
}
}
}
}
});
</script>
</body>
</html>