Here I collect relevant course material for the Computational Genomics Course (10-16 March 2025), Module 3. In this module, we learn about how to use deep learning models to integrate multi-omics data in the context of precision oncology applications.
In this course, we are using two resources to organize the course:
The Google Classroom for private course-related information, coursework, meeting announcements: Google Classroom
If you have to share private information such as your email address, please use Google Classroom. For any other problem that you run into, please use the GitHub Discussions (see below).
GitHub discussions on this repository to provide help to each other: GitHub Discussions
We have created different categories for potential issues you may come across. Please try to use the relevant category to open a discussion. Before opening a new discussion topic, please check if something similar is already open. If you know the answer to a question someone else raised, feel free to help your classmates! We appreciate your support.
Here is the course material we have developed during the workshop. Feel free to share and re-use.
- Day-1:
- Day 2:
- Day 3:
- Day 4:
- Live session
- We didn't use any slides and we didn't have any more homeworks.
You will be provided usernames and passwords to access the rolv.io platform, which comes with prebuilt packages that you will need throughout the course. With this option, you won't need to install any software yourself.
Please check your email that you signed up for the course, use your credentials to sign in: Rolv.io Platform. Then, click on Compute -> Launch -> Launch JupyterLab. Wait for the session to be ready (takes a few minutes). There you will have a JupyterLab environment with all packages installed. In this session, you can also use the terminal.
Important Note: Each session you create on Rolv is limited to a total of 3 hours. Please make sure to backup your work before terminating your session. We recommend creating a github repo and have a backup of your work there.
We have also built a Docker image that contains the tools you will need. To be able to use this, you need Docker Desktop, which you can install from here: Docker Desktop.
After you install Docker, open a terminal and execute the following code to open a JupyterLab session with all the tools you need:
docker pull borauyar/flexynesis_image:latest
docker run -it -p 8888:8888 borauyar/flexynesis_image
jupyter lab --ip=0.0.0.0 --no-browser --allow-root
This will create a link that looks like this:
http://127.0.0.1:8888/lab?token=<.......>
Copy-paste that link into your browser to open a JupyterLab session.
If you want to have more control over your system and you know what you are doing, you can also install flexynesis on your system using pip.
mamba create -n flexenv python==3.11
mamba activate flexenv
pip install flexynesis jupyterlab snakemake
jupyter lab --ip=0.0.0.0 --no-browser --allow-root
This will create a link that looks like this:
http://127.0.0.1:8888/lab?token=<.......>
Copy-paste that link into your browser to open a JupyterLab session.
Here are some resource I found useful:
- Fastai: https://course19.fast.ai/part2
- Pytorch: https://pytorch.org/tutorials/index.html
- Lightning: https://www.datacamp.com/tutorial/pytorch-lightning-tutorial
- Pytorch-Geometric for GNNs: https://pytorch-geometric.readthedocs.io/en/latest/
- Graph Neural Networks: https://www.youtube.com/watch?v=fOctJB4kVlM&list=PLV8yxwGOxvvoNkzPfCx2i8an--Tkt7O8Z&ab_channel=DeepFindr
- Elements of statistical learning (Rob Tibshirani, Trevor Hastie): https://www.youtube.com/watch?v=LvySJGj-88U&list=PLoROMvodv4rPP6braWoRt5UCXYZ71GZIQ&ab_channel=StanfordOnline
- Computational Genomics in R (Akalin, Franke, Ronen, Uyar): https://compgenomr.github.io/book/