MOPRED Hackathon - Multimodal Data Analysis in Medicine
14.12.2023 @ 09:00 - 16:00
Program
Preliminary Overview
-
Introduction Projects, Group Assignment
Hörsaalzentrum Room H IV
-
Groupwork Starts
Neue Mensa
-
Lunch Break
Neue Mensa
-
Groupwork Continues
Neue Mensa
-
Project Pitches and Voting
Hörsaalzentrum Room H IV
-
Prize Distribution
Hörsaalzentrum Room H IV
Projects
Visualization of Neural Network Model Output
Neural networks are powerful learners of non-linear functions that outcompete simpler approaches for many tasks. But how can we understand what a neural network model has learned? Using pre-trained Convolutional Neural Network (CNN) models, which have been learned to predict gene expression, can we understand which genomic regions are important for gene regulation? Are there interactions between regions that the model has learned? The task is to use scores from explainable AI (XAI) methods (like SHAP) and add additional data sources (cell type info, gene expression, 3D chromatin interaction data) to try to understand what the model has learnt. Can we be as smart as the network?
Can We Predict the Epigenome from RNA Expression?
Modern technologies allow to profile RNA expression in single cells and nowadays even in spatial tissue slides. However, profiling epigenome activity at the same time is challenging and often rarely done. Using a large epigenome resource, we ask if we can predict the epigenomic activity of a chromosome region just from the RNA expression of the genes in the vicinity? This problem has received little attention, but would have many applications.
Can We Relate Molecular Information to Patient Outcome?
Modern high-throughput technologies allow for a comprehensive molecular profiling of patients, which has the potential to explain differences in patient outcome. We have collected multi-omics data from 2 large cohorts of patients with acute myeloid leukemia (AML). The task is to find interpretable sources of variation that can explain differences in outcome. You will build on latent variable tools like muvi to train your model on the training cohort and test it on an independent validation cohort of patients. Software: https://github.com/MLO-lab/MuVI (consider installing this if you are interested in this project).