-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathschedule.html
772 lines (746 loc) · 33.8 KB
/
schedule.html
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
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
<meta charset="utf-8">
<meta name="generator" content="quarto-1.3.433">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>Schedule - Omics integration and systems biology - 2024</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
ul.task-list li input[type="checkbox"] {
width: 0.8em;
margin: 0 0.8em 0.2em -1em; /* quarto-specific, see https://github.com/quarto-dev/quarto-cli/issues/4556 */
vertical-align: middle;
}
</style>
<script src="schedule_files/libs/clipboard/clipboard.min.js"></script>
<script src="schedule_files/libs/quarto-html/quarto.js"></script>
<script src="schedule_files/libs/quarto-html/popper.min.js"></script>
<script src="schedule_files/libs/quarto-html/tippy.umd.min.js"></script>
<script src="schedule_files/libs/quarto-html/anchor.min.js"></script>
<link href="schedule_files/libs/quarto-html/tippy.css" rel="stylesheet">
<link href="schedule_files/libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="schedule_files/libs/bootstrap/bootstrap.min.js"></script>
<link href="schedule_files/libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="schedule_files/libs/bootstrap/bootstrap.min.css" rel="stylesheet" id="quarto-bootstrap" data-mode="light">
</head>
<body class="fullcontent">
<div id="quarto-content" class="page-columns page-rows-contents page-layout-article">
<main class="content" id="quarto-document-content">
<header id="title-block-header" class="quarto-title-block default">
<div class="quarto-title">
<h1 class="title">Schedule - Omics integration and systems biology - 2024</h1>
</div>
<div class="quarto-title-meta">
</div>
</header>
<section id="before-the-course" class="level4">
<h4 class="anchored" data-anchor-id="before-the-course">Before the course</h4>
<p><strong>Prepare</strong> <a href="https://nbisweden.github.io/workshop_omics_integration/precourse.html">Pre-course materials</a>. In order to be able to access the lab notebooks for this course you need to have access to <a href="https://serve.scilifelab.se">SciLifeLab Serve</a>. For lunching practicals please follow the instructions <a href="./session_intro/Instructions%20for%20course%20OMICSINT_H24.pdf">here</a>.</p>
</section>
<section id="course-schedule" class="level4">
<h4 class="anchored"><img border="0" src="https://www.svgrepo.com/show/20800/event-date-and-time-symbol.svg" width="25" height="25"> Course schedule</h4>
<p><img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> - lecture</p>
<p><img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> - hands-on workshop</p>
<p><img border="0" src="https://www.svgrepo.com/show/307069/public-speaking-speak-tell-talk.svg" width="15" height="15"> - invited seminar</p>
<p><img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> - break</p>
<section id="day-1" class="level5">
<h5 class="anchored">Day 1</h5>
<strong>09.00 - 09.15</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Introduction and contextualization (<a href="https://www.chalmers.se/en/persons/rasools/?tab=0">Rasool</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
<a href="./session_intro/course_intro.pdf">Slides</a>
</li>
</ul>
</details>
<strong>09.15 - 09.55</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Machine Learning view of Omics integration (<a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
<a href="./session_ml/MachineLearningOmicsIntegration_Oskolkov.pdf">Slides</a>
</li>
</ul>
</details>
<p><strong>09.55 - 10.05</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break</p>
<strong>10.05 - 10.55</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Feature Selection and Supervised Omics integration (<a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
<a href="./session_ml/SupervisedOMICsIntegration/lab/SupervisedOmicsIntegration_Oskolkov.pdf">Slides</a>
</li>
</ul>
</details>
<p><strong>10.55 - 11.00</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break</p>
<strong>11.00 - 12.00</strong> <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Feature Selection and Supervised Omics integration (<a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
Launch <code>Lab feature selection</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Rstudio</code> app.
</li>
<li>
<a href="./session_ml/FeatureSelectionIntegrOMICs/lab/OmicsIntegration_FeatureSelection.html">Feature Selection lab Notebook</a>
</li>
<li>
Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_ml_feature_selection_amd_v.h24.9879876</code>
</li>
<br>
<li>
Launch <code>Lab supervised omics integration</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Rstudio</code> app.
</li>
<li>
<a href="./session_ml/SupervisedOMICsIntegration/lab/supervised_omics_integr_CLL.html">Supervised Integration lab Notebook</a>
</li>
<li>
Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_ml_supervised_omics_integration_amd_v.h24.38310b0</code>
</li>
</ul>
</details>
<p><strong>12.00 - 13.00</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Lunch</p>
<p><strong>13.00 - 13.10</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Lab recap (<a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay</a>)</p>
<strong>13.10 - 14.00</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Unsupervised Omics integration (<a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
<a href="./session_ml/UnsupervisedOMICsIntegration/lab/Unsupervised_OmicsIntegration_Oskolkov.pdf">Slides</a>
</li>
</ul>
</details>
<p><strong>14.00 - 14.05</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break</p>
<strong>14.05 - 15.20</strong> <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Unsupervised Omics integration (<a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
Launch <code>Lab unsupervised omics integration</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Rstudio</code> app.
</li>
<li>
<a href="./session_ml/UnsupervisedOMICsIntegration/Multi-OMICs Factor Analysis (MOFA) and Unsupervised Data Learning.html">Unsupervised Integration lab Notebook</a>
</li>
<li>
Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_ml_unsupervised_omics_integration_amd_v.h24.6d635ce</code>
</li>
</ul>
</details>
<p><strong>15.20 - 15.30</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Lab recap (<a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay</a>)</p>
<p><strong>15.30 - 17.00</strong> <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Assisted exercises</p>
<p><br></p>
<blockquote class="blockquote">
<h3 id="course-dinner-at-valvet-steakhouse" class="anchored" data-anchor-id="day-1"><strong>🌟 18:00</strong> <img border="0" src="https://www.svgrepo.com/show/11965/restaurant.svg" width="15" height="15"> <strong>Course Dinner</strong> at <a href="https://www.valvetsteakhouse.se">Valvet Steakhouse</a> 🌟</h3>
</blockquote>
<p><br></p>
</section>
<section id="day-2" class="level5">
<h5 class="anchored" data-anchor-id="day-2">Day 2</h5>
<p><strong>09.00 - 09.20</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Review (<a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay</a>)</p>
<strong>09.20 - 09.50</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Single Cell Omics integration (<a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
<a href="./session_ml/SingleCell/lab/Single_Cell_Integration_Oskolkov.pdf">Slides</a>
</li>
</ul>
</details>
<p><strong>09.50 - 10.00</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break</p>
<p><strong>10.00 - 11.00</strong> <img border="0" src="https://www.svgrepo.com/show/307069/public-speaking-speak-tell-talk.svg" width="15" height="15"> <a href="https://www.linkedin.com/in/muthas/?originalSubdomain=se">Daniel Muthas</a> - “Deriving actionable insight from omics data – an industry perspective”</p>
<p><strong>11.00 - 11.15</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break</p>
<strong>11.15 - 12.00</strong> <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Single cell omics integration (<a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
Launch <code>Lab single cell</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Rstudio</code> app.
</li>
<li>
<a href="./session_ml/SingleCell/lab/OMICS Integration and Systems Biology Course_ Single Cell Omics Integration.html"> Single cell omics integration lab notebook</a>
</li>
<li>
Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_ml_single_cell_amd_v.h24.7054451</code>
</li>
<br>
<li>
Launch <code>Lab UMAP</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Jupyter</code> app.
</li>
<li>
<a href="./session_ml/UMAP_DataIntegration/UMAP_DataIntegration.html"> UMAP lab notebook</a>
</li>
<li>
Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_ml_umap_data_integration_amd_v.h24.6d635ce</code>
</li>
</ul>
</details>
<p><strong>12.00 - 13.00</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Lunch</p>
<strong>13.00 - 13.45</strong> <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Single cell omics integration (<a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
Launch <code>Lab single cell</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Rstudio</code> app.
</li>
<li>
<a href="./session_ml/SingleCell/lab/OMICS Integration and Systems Biology Course_ Single Cell Omics Integration.html"> Single cell omics integration lab notebook</a>
</li>
<li>
Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_ml_single_cell_amd_v.h24.7054451</code>
</li>
<br>
<li>
Launch <code>Lab UMAP</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Jupyter</code> app.
</li>
<li>
<a href="./session_ml/UMAP_DataIntegration/UMAP_DataIntegration.html"> UMAP lab notebook</a>
</li>
<li>
Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_ml_umap_data_integration_amd_v.h24.6d635ce</code>
</li>
</ul>
</details>
<p><strong>13.45 - 13.55</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Lab recap (<a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay</a>)</p>
<p><strong>13.55 - 14.05</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break</p>
<strong>14.05 - 14.45</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Deep Learning for Omics integration (<a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
<a href="./session_ml/DeepLearningDataIntegration/lab/DeepLearningOmicsIntegration_Oskolkov.pdf">Slides</a>
</li>
</ul>
</details>
<p><strong>14.45 - 15.00</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break</p>
<strong>15.00 - 16.15</strong> <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Deep Learning for Omics integration (<a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
Launch <code>Lab deep learning integration</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Jupyter</code> app.
</li>
<li>
<a href="./session_ml/DeepLearningDataIntegration/lab/DeepLearningDataIntegration.html">Deep Learning for data integration lab html</a>
</li>
<li>
Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_ml_deep_learning_integration_amd_v.h24.6d635ce</code>
</li>
</ul>
</details>
<p><strong>16.15 - 16.30</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Lab recap (<a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay</a>)</p>
<p><strong>16.30 - 17.00</strong> <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Assisted exercises</p>
<p><br> <br></p>
</section>
<section id="day-3" class="level5">
<h5 class="anchored" data-anchor-id="day-3">Day 3</h5>
<strong>09.00 - 10.00</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Introduction to biological network analysis (<a href="https://www.chalmers.se/en/persons/netotea/">Sergiu</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
<a href="./session_topology/lab/lectures/1Introduction.pdf">Introduction</a>
</li>
<li>
<a href="./session_topology/lab/lectures/2Network_inference.pdf">Network inference</a>
</li>
<li>
<a href="./session_topology/lab/lectures/3Community_analysis.pdf">Community analysis</a>
</li>
</ul>
</details>
<p><strong>10.00 - 10.15</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break</p>
<strong>10.15 - 11.00</strong> <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Introduction to biological network analysis (<a href="https://www.chalmers.se/en/persons/netotea/">Sergiu</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
Launch <code>Lab topology</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Jupyter</code> app.
</li>
<li>
<a href="./session_topology/lab/topology_lab_part1.html">Topology lab Notebook part 1</a>
</li>
<li>
<a href="./session_topology/lab/topology_lab_part2.html">Topology lab Notebook part 2</a>
</li>
<li>
<a href="./session_topology/lab/topology_lab_part3.html">Topology lab Notebook part 3</a>
</li>
<li>
Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_topology_amd_v.h24.a2b336c</code>
</li>
</ul>
</details>
<p><strong>11.00 - 11.30</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Review (<a href="https://www.chalmers.se/en/persons/netotea/">Sergiu</a>)</p>
<p><strong>12.00 - 13.00</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Lunch</p>
<strong>13.00 - 14.00</strong> <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Introduction to biological network analysis (continued) (<a href="https://www.chalmers.se/en/persons/netotea/">Sergiu</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
Launch <code>Lab topology</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Jupyter</code> app.
</li>
<li>
<a href="./session_topology/lab/topology_lab_part1.html">Topology lab Notebook part 1</a>
</li>
<li>
<a href="./session_topology/lab/topology_lab_part2.html">Topology lab Notebook part 2</a>
</li>
<li>
<a href="./session_topology/lab/topology_lab_part3.html">Topology lab Notebook part 3</a>
</li>
<li>
Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_topology_amd_v.h24.a2b336c</code>
</li>
</ul>
</details>
<p><strong>14.00 - 14.15</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break</p>
<strong>14.15 - 16.15</strong> <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Machine learning on Graphs (<a href="https://www.chalmers.se/en/persons/netotea/">Sergiu</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
<a href="./session_graphnn/GNN_main.html">Graph neural networks (html)</a>
</li>
<li>
<a href="./session_graphnn/GNN_main.ipynb">Graph neural networks (notebook file)</a>
</li>
<li>
<a href="./session_graphnn/GNN_lab.html">Graph neural networks lab (html)</a>
</li>
<li>
<a href="./session_graphnn/GNN_lab.ipynb">Graph neural networks lab (notebook file)</a>
</li>
</ul>
</details>
<strong>16.15 - 16.30</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Lab recap (<a href="https://www.chalmers.se/en/persons/netotea/">Sergiu</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
<a href="./session_graphnn/environment.html">Data engineering tutorial</a>
</li>
</ul>
</details>
<p><strong>16.30 - 17.00</strong> <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Assisted exercises</p>
<p><br> <br></p>
</section>
<section id="day-4" class="level5">
<h5 class="anchored" data-anchor-id="day-4">Day 4</h5>
<strong>09.00 - 10.00</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Genome-scale metabolic models for integration (<a href="https://www.chalmers.se/en/persons/rasools/?tab=0">Rasool</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
<a href="./session_gems/GEMs_concept.pdf">Introduction – Constraint-based modeling concepts</a>
</li>
</ul>
</details>
<p><strong>10.00 - 10.15</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break</p>
<strong>10.15 - 11.30</strong> <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Genome-scale metabolic models for integration (<a href="https://www.chalmers.se/en/persons/rasools/?tab=0">Rasool</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
Launch <code>Lab GEMs</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Jupyter</code> app.
</li>
<li>
Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_gems_amd_v.h24.a2b336c</code>
</li>
</ul>
</details>
<p><strong>11.30 - 11.45</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Lab recap (<a href="https://www.chalmers.se/en/persons/rasools/?tab=0">Rasool</a>)</p>
<p><strong>12.00 - 13.00</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Lunch</p>
<p><strong>13.00 - 14.00</strong> <img border="0" src="https://www.svgrepo.com/show/307069/public-speaking-speak-tell-talk.svg" width="15" height="15"> <a href="https://getzlab.org/team/postdoctoral%20researcher/gustafsson-johan">Johan Gustafsson</a> - “Generation of context-specific genome-scale metabolic models using single-cell RNA-Seq data”</p>
<p><strong>14.00 - 14.15</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break</p>
<strong>14.15 - 14.45</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Non-negative matrix factorization (<a href="https://www.chalmers.se/en/persons/netotea/">Sergiu</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
<a href="./session_nmf/NMF_main.html">Non-negative Matrix Factorization</a>
</li>
</ul>
</details>
<strong>14.45 - 15.15</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Non-negative matrix factorization (<a href="https://www.chalmers.se/en/persons/netotea/">Sergiu</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
Launch <code>Lab NMF & SNF</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Jupyter</code> app.
</li>
<li>
<a href="./session_nmf/NMF_lab.html">NMF lab Notebook</a>
</li>
<li>
Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_nmf_amd_v.h24.1b36f11</code>
</li>
</ul>
</details>
<p><strong>15.15 - 15.30</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break</p>
<strong>15.30 - 16.00</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Similarity network fusion (<a href="https://www.chalmers.se/en/persons/netotea/">Sergiu</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
<a href="./session_nmf/SNF_main.html">Similarity network fusion</a>
</li>
</ul>
</details>
<strong>16.00 - 16.30</strong> <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Similarity network fusion (<a href="https://www.chalmers.se/en/persons/netotea/">Sergiu</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
Launch <code>Lab NMF & SNF</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Jupyter</code> app.
</li>
<li>
<a href="./session_nmf/SNF_lab.html">SNF lab Notebook</a>
</li>
<li>
Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_nmf_amd_v.h24.1b36f11</code>
</li>
</ul>
</details>
<p><strong>16.30 - 16.45</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Lab recap (<a href="https://www.chalmers.se/en/persons/netotea/">Sergiu</a>)</p>
<p><br> <br></p>
</section>
<section id="day-5" class="level5">
<h5 class="anchored" data-anchor-id="day-5">Day 5</h5>
<strong>09.00 - 09.45</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Gene set analysis and reporter features (<a href="https://www.chalmers.se/en/persons/rasools/?tab=0">Rasool</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
<a href="./session_gsa/GEM_GSA.pdf"> Gene set analysis via GEMs</a>
</li>
</ul>
</details>
<p><strong>09.55 - 10.00</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break</p>
<p><strong>10.00 - 11.00</strong> <img border="0" src="https://www.svgrepo.com/show/307069/public-speaking-speak-tell-talk.svg" width="15" height="15"> <a href="https://www.su.se/english/profiles/matsn-1.191373">Mats Nilsson</a> - “Targeted in situ sequencing for characterization of the genetic, molecular and cellular diversity of healthy and disease tissues”</p>
<strong>11.00 - 11.45</strong> <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Gene set analysis and reporter features (<a href="https://www.chalmers.se/en/persons/rasools/?tab=0">Rasool</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
Launch <code>Lab GEM GSA</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Jupyter</code> app.
</li>
<li>
<a href="./session_gsa/GEM_GSA.html">Gene set analysis lab Notebook</a>
</li>
<li>
Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_gsa_amd_v.h24.a1ae0fc</code>
</li>
</ul>
</details>
<p><strong>11.45 - 12.00</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Lab recap (<a href="https://www.chalmers.se/en/persons/rasools/?tab=0">Rasool</a>)</p>
<p><strong>12.00 - 13.10</strong> <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Lunch</p>
<strong>13.00 - 14.00</strong> <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Discussions and course end (<a href="https://www.chalmers.se/en/persons/rasools/?tab=0">Rasool</a>)
<details>
<summary>
Resources
</summary>
<ul>
<li>
<a href="./session_intro/closing remark.pdf">Closing remarks!</a>
</li>
<li>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSekELo0i71zPUpH-QYvi2TSFREIDH1g_y6qWZTlI_owLiHdcA/viewform">Course Evaluation</a>
</li>
</ul>
</details>
<p><br> <br></p>
<p><strong>Teachers:</strong> - <a href="https://portal.research.lu.se/en/persons/nikolay-oskolkov">Nikolay Oskolkov</a> - <a href="https://www.chalmers.se/en/persons/rasools/?tab=0">Rasool Saghaleyni</a> - <a href="https://www.chalmers.se/en/persons/netotea/">Sergiu Netotea</a></p>
<p><strong>Teaching assistants:</strong> - <a href="https://portal.research.lu.se/en/persons/yuan-li">Yuan Li</a> - <a href="https://www.uu.se/en/contact-and-organisation/staff?query=N23-2571">Jennifer Fransson</a> - <a href="https://www.linkedin.com/posts/ebmeyerst_antibiotic-bioinformatics-wastewater-activity-7049055463090343936-pM0I/">Stefan Ebmeyer</a></p>
<p><a href="https://nbisweden.github.io/workshop_omics_integration/">Back to Homepage</a></p>
</section>
</section>
</main>
<!-- /main column -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
const mode = bsSheetEl.getAttribute("data-mode");
const bodyEl = window.document.querySelector("body");
if (mode === "dark") {
bodyEl.classList.add("quarto-dark");
bodyEl.classList.remove("quarto-light");
} else {
bodyEl.classList.add("quarto-light");
bodyEl.classList.remove("quarto-dark");
}
}
const toggleBodyColorPrimary = () => {
const bsSheetEl = window.document.querySelector("link#quarto-bootstrap");
if (bsSheetEl) {
toggleBodyColorMode(bsSheetEl);
}
}
toggleBodyColorPrimary();
const icon = "";
const anchorJS = new window.AnchorJS();
anchorJS.options = {
placement: 'right',
icon: icon
};
anchorJS.add('.anchored');
const isCodeAnnotation = (el) => {
for (const clz of el.classList) {
if (clz.startsWith('code-annotation-')) {
return true;
}
}
return false;
}
const clipboard = new window.ClipboardJS('.code-copy-button', {
text: function(trigger) {
const codeEl = trigger.previousElementSibling.cloneNode(true);
for (const childEl of codeEl.children) {
if (isCodeAnnotation(childEl)) {
childEl.remove();
}
}
return codeEl.innerText;
}
});
clipboard.on('success', function(e) {
// button target
const button = e.trigger;
// don't keep focus
button.blur();
// flash "checked"
button.classList.add('code-copy-button-checked');
var currentTitle = button.getAttribute("title");
button.setAttribute("title", "Copied!");
let tooltip;
if (window.bootstrap) {
button.setAttribute("data-bs-toggle", "tooltip");
button.setAttribute("data-bs-placement", "left");
button.setAttribute("data-bs-title", "Copied!");
tooltip = new bootstrap.Tooltip(button,
{ trigger: "manual",
customClass: "code-copy-button-tooltip",
offset: [0, -8]});
tooltip.show();
}
setTimeout(function() {
if (tooltip) {
tooltip.hide();
button.removeAttribute("data-bs-title");
button.removeAttribute("data-bs-toggle");
button.removeAttribute("data-bs-placement");
}
button.setAttribute("title", currentTitle);
button.classList.remove('code-copy-button-checked');
}, 1000);
// clear code selection
e.clearSelection();
});
function tippyHover(el, contentFn) {
const config = {
allowHTML: true,
content: contentFn,
maxWidth: 500,
delay: 100,
arrow: false,
appendTo: function(el) {
return el.parentElement;
},
interactive: true,
interactiveBorder: 10,
theme: 'quarto',
placement: 'bottom-start'
};
window.tippy(el, config);
}
const noterefs = window.document.querySelectorAll('a[role="doc-noteref"]');
for (var i=0; i<noterefs.length; i++) {
const ref = noterefs[i];
tippyHover(ref, function() {
// use id or data attribute instead here
let href = ref.getAttribute('data-footnote-href') || ref.getAttribute('href');
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
return note.innerHTML;
});
}
let selectedAnnoteEl;
const selectorForAnnotation = ( cell, annotation) => {
let cellAttr = 'data-code-cell="' + cell + '"';
let lineAttr = 'data-code-annotation="' + annotation + '"';
const selector = 'span[' + cellAttr + '][' + lineAttr + ']';
return selector;
}
const selectCodeLines = (annoteEl) => {
const doc = window.document;
const targetCell = annoteEl.getAttribute("data-target-cell");
const targetAnnotation = annoteEl.getAttribute("data-target-annotation");
const annoteSpan = window.document.querySelector(selectorForAnnotation(targetCell, targetAnnotation));
const lines = annoteSpan.getAttribute("data-code-lines").split(",");
const lineIds = lines.map((line) => {
return targetCell + "-" + line;
})
let top = null;
let height = null;
let parent = null;
if (lineIds.length > 0) {
//compute the position of the single el (top and bottom and make a div)
const el = window.document.getElementById(lineIds[0]);
top = el.offsetTop;
height = el.offsetHeight;
parent = el.parentElement.parentElement;
if (lineIds.length > 1) {
const lastEl = window.document.getElementById(lineIds[lineIds.length - 1]);
const bottom = lastEl.offsetTop + lastEl.offsetHeight;
height = bottom - top;
}
if (top !== null && height !== null && parent !== null) {
// cook up a div (if necessary) and position it
let div = window.document.getElementById("code-annotation-line-highlight");
if (div === null) {
div = window.document.createElement("div");
div.setAttribute("id", "code-annotation-line-highlight");
div.style.position = 'absolute';
parent.appendChild(div);
}
div.style.top = top - 2 + "px";
div.style.height = height + 4 + "px";
let gutterDiv = window.document.getElementById("code-annotation-line-highlight-gutter");
if (gutterDiv === null) {
gutterDiv = window.document.createElement("div");
gutterDiv.setAttribute("id", "code-annotation-line-highlight-gutter");
gutterDiv.style.position = 'absolute';
const codeCell = window.document.getElementById(targetCell);
const gutter = codeCell.querySelector('.code-annotation-gutter');
gutter.appendChild(gutterDiv);
}
gutterDiv.style.top = top - 2 + "px";
gutterDiv.style.height = height + 4 + "px";
}
selectedAnnoteEl = annoteEl;
}
};
const unselectCodeLines = () => {
const elementsIds = ["code-annotation-line-highlight", "code-annotation-line-highlight-gutter"];
elementsIds.forEach((elId) => {
const div = window.document.getElementById(elId);
if (div) {
div.remove();
}
});
selectedAnnoteEl = undefined;
};
// Attach click handler to the DT
const annoteDls = window.document.querySelectorAll('dt[data-target-cell]');
for (const annoteDlNode of annoteDls) {
annoteDlNode.addEventListener('click', (event) => {
const clickedEl = event.target;
if (clickedEl !== selectedAnnoteEl) {
unselectCodeLines();
const activeEl = window.document.querySelector('dt[data-target-cell].code-annotation-active');
if (activeEl) {
activeEl.classList.remove('code-annotation-active');
}
selectCodeLines(clickedEl);
clickedEl.classList.add('code-annotation-active');
} else {
// Unselect the line
unselectCodeLines();
clickedEl.classList.remove('code-annotation-active');
}
});
}
const findCites = (el) => {
const parentEl = el.parentElement;
if (parentEl) {
const cites = parentEl.dataset.cites;
if (cites) {
return {
el,
cites: cites.split(' ')
};
} else {
return findCites(el.parentElement)
}
} else {
return undefined;
}
};
var bibliorefs = window.document.querySelectorAll('a[role="doc-biblioref"]');
for (var i=0; i<bibliorefs.length; i++) {
const ref = bibliorefs[i];
const citeInfo = findCites(ref);
if (citeInfo) {
tippyHover(citeInfo.el, function() {
var popup = window.document.createElement('div');
citeInfo.cites.forEach(function(cite) {
var citeDiv = window.document.createElement('div');
citeDiv.classList.add('hanging-indent');
citeDiv.classList.add('csl-entry');
var biblioDiv = window.document.getElementById('ref-' + cite);
if (biblioDiv) {
citeDiv.innerHTML = biblioDiv.innerHTML;
}
popup.appendChild(citeDiv);
});
return popup.innerHTML;
});
}
}
});
</script>
</div> <!-- /content -->
</body></html>