Skip to content

Commit b185b5c

Browse files
authored
Merge pull request #267 from jenfransson/OMICSINT_H24
Update schedule and add graphnn session
2 parents 61c91fa + 8dff5d8 commit b185b5c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4089
-92
lines changed

schedule.html

+220-58
Large diffs are not rendered by default.

schedule.md

+26-29
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ title: 'Schedule - Omics integration and systems biology - 2024'
184184
<ul>
185185
<li><a href="./session_topology/lab/lectures/1Introduction.pdf">Introduction</a></li>
186186
<li><a href="./session_topology/lab/lectures/2Network_inference.pdf">Network inference</a></li>
187-
<li><a href="./session_topology/lab/lectures/3Community_analysis.pdf">Biological network analysis</a></li>
187+
<li><a href="./session_topology/lab/lectures/3Community_analysis.pdf">Community analysis</a></li>
188188
</ul>
189189
</details>
190190

@@ -206,29 +206,36 @@ title: 'Schedule - Omics integration and systems biology - 2024'
206206

207207
**12.00 - 13.00** <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Lunch
208208

209-
**13.00 - 14.00** <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Community analysis ([Sergiu][3], [Jennifer][5])
209+
**13.00 - 14.00** <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Introduction to biological network analysis (continued) ([Sergiu][3])
210210
<details>
211211
<summary>Resources</summary>
212212
<ul>
213-
<li><a href="./session_topology/lab/lectures/3Community_analysis.pdf">Slides</a></li>
213+
<li>Launch <code>Lab topology</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Jupyter</code> app.</li>
214+
<li><a href="./session_topology/lab/topology_lab_part1.html">Topology lab Notebook part 1</a></li>
215+
<li><a href="./session_topology/lab/topology_lab_part2.html">Topology lab Notebook part 2</a></li>
216+
<li><a href="./session_topology/lab/topology_lab_part3.html">Topology lab Notebook part 3</a></li>
217+
<li>Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_topology_amd_v.h24.a2b336c</code></li>
214218
</ul>
215219
</details>
216220

217221
**14.00 - 14.15** <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break
218222

219-
**14.15 - 16.15** <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Community analysis ([Sergiu][3], [Jennifer][5])
223+
**14.15 - 16.15** <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Machine learning on Graphs ([Sergiu][3])
220224
<details>
221225
<summary>Resources</summary>
222226
<ul>
223-
<li>Launch <code>Lab topology</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Jupyter</code> app.</li>
224-
<li><a href="./session_topology/lab/topology_lab_part1.html">Topology lab Notebook part 1</a></li>
225-
<li><a href="./session_topology/lab/topology_lab_part2.html">Topology lab Notebook part 2</a></li>
226-
<li><a href="./session_topology/lab/topology_lab_part3.html">Topology lab Notebook part 3</a></li>
227-
<li>Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_topology_amd_v.h24.a2b336c</code></li>
227+
<li><a href="./session_graphnn/GNN_main.html">Graph neural networks</a></li>
228+
<li><a href="./session_graphnn/GNN_lab.ipynb">Graph neural networks lab</a></li>
228229
</ul>
229230
</details>
230231

231-
**16.15 - 16.30** <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Lab recap ([Sergiu][3], [Jennifer][5])
232+
**16.15 - 16.30** <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Lab recap ([Sergiu][3])
233+
<details>
234+
<summary>Resources</summary>
235+
<ul>
236+
<li><a href="./session_graphnn/environment.html">Data engineering tutorial</a></li>
237+
</ul>
238+
</details>
232239

233240
**16.30 - 17.00** <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Assisted exercises
234241

@@ -264,45 +271,35 @@ title: 'Schedule - Omics integration and systems biology - 2024'
264271

265272
**14.00 - 14.15** <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break
266273

267-
**14.15 - 14.45** <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Topology analysis ([Sergiu][3], [Jennifer][5])
274+
**14.15 - 14.45** <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Non-negative matrix factorization ([Sergiu][3])
268275
<details>
269276
<summary>Resources</summary>
270277
<ul>
271-
<li><a href="./session_topology/lab/lectures/1Introduction.pdf">Introduction</a></li>
272-
<li><a href="./session_topology/lab/lectures/2Network_inference.pdf">Network inference</a></li>
273-
<li><a href="./session_topology/lab/lectures/3Community_analysis.pdf">Community analysis</a></li>
274278
<li><a href="./session_nmf/NMF_main.html">Non-negative Matrix Factorization</a></li>
275-
<li><a href="./session_nmf/SNF_main.ipynb">Similarity network fusion</a></li>
276-
<li><a href="./session_nmf/Graph Neural Networks in Integrative Omics.html">Graph neural networks</a></li>
277279
</ul>
278280
</details>
279281

280-
**14.45 - 15.15** <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Topology analysis ([Sergiu][3], [Jennifer][5])
282+
**14.45 - 15.15** <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Non-negative matrix factorization ([Sergiu][3])
281283
<details>
282284
<summary>Resources</summary>
283285
<ul>
284-
<li><a href="./session_topology/lab/lectures/1Introduction.pdf">Introduction</a></li>
285-
<li><a href="./session_topology/lab/lectures/2Network_inference.pdf">Network inference</a></li>
286-
<li><a href="./session_topology/lab/lectures/3Community_analysis.pdf">Community analysis</a></li>
287-
<li><a href="./session_nmf/NMF_main.html">Non-negative Matrix Factorization</a></li>
288-
<li><a href="./session_nmf/SNF_main.ipynb">Similarity network fusion</a></li>
289-
<li><a href="./session_nmf/Graph Neural Networks in Integrative Omics.html">Graph neural networks</a></li>
286+
<li>Launch <code>Lab NMF & SNF</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Jupyter</code> app.</li>
287+
<li><a href="./session_nmf/NMF_lab.html">NMF lab Notebook</a></li>
288+
<li>Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_nmf_amd_v.h24.1b36f11</code></li>
290289
</ul>
291290
</details>
292291

293292
**15.15 - 15.30** <img border="0" src="https://www.svgrepo.com/show/21938/time.svg" width="15" height="15"> Break
294293

295-
**15.30 - 16.00** <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Non-negative Matrix Factorization ([Sergiu][3], [Jennifer][5])
294+
**15.30 - 16.00** <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Similarity network fusion ([Sergiu][3])
296295
<details>
297296
<summary>Resources</summary>
298297
<ul>
299-
<li>Launch <code>Lab NMF & SNF</code> on <a href="https://serve.scilifelab.se/projects/">Scilifelab Serve</a>, use <code>Jupyter</code> app.</li>
300-
<li><a href="./session_nmf/NMF_lab.html">NMF lab Notebook</a></li>
301-
<li>Docker image: <code>docker pull rasoolsnbis/omicsint_h24:session_nmf_amd_v.h24.1b36f11</code></li>
298+
<li><a href="./session_nmf/SNF_main.ipynb">Similarity network fusion</a></li>
302299
</ul>
303300
</details>
304301

305-
**16.00 - 16.30** <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Similarity network fusion ([Sergiu][3], [Jennifer][5])
302+
**16.00 - 16.30** <img border="0" src="https://www.svgrepo.com/show/7421/computer.svg" width="15" height="15"> Similarity network fusion ([Sergiu][3])
306303
<details>
307304
<summary>Resources</summary>
308305
<ul>
@@ -312,7 +309,7 @@ title: 'Schedule - Omics integration and systems biology - 2024'
312309
</ul>
313310
</details>
314311

315-
**16.30 - 16.45** <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Lab recap ([Sergiu][3], [Jennifer][5])
312+
**16.30 - 16.45** <img border="0" src="https://www.svgrepo.com/show/7321/teacher.svg" width="15" height="15"> Lab recap ([Sergiu][3])
316313

317314
<br>
318315
<br>

schedule_files/libs/bootstrap/bootstrap.min.css

+7-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)