Giter Club home page Giter Club logo

multimodalprognosis's Introduction

Deep Learning with Multimodal Representation for Pancancer Prognosis Prediction

Our model estimates the time-til-death for patients across 20 different cancer types using the vast amount of multimodal data that is available for cancer patients. We developed an unsupervised encoder to compress these four data modalities into a patient feature vectors, using deep highway networks to extract features from clinical and genomic data, and dilated convolutional neural networks to extract features from whole slide images. These feature encodings were then used to predict single cancer and pancancer overall survival, achieving a C-index of 0.78 overall. Our model handles multiple data modalities, efficiently analyzes WSIs, and represents patient multi-modal data flexibly into an unsupervised, informative representation resilient to noise and missing data.

For more details, see our paper.

Installation

git clone https://github.com/gevaertlab/MultimodalPrognosis
cd MultimodalPrognosis
pip install -r requirements.txt

Running Experiments

All experiments are in the MultimodalPrognosis/experiments directory.

plot.py is a good visualization of the performance of the complete multimodal network (run on all the data, with multimodal dropout).

If you’d like to run experiments with only subsets of the data (e.g only clinical and gene expression data) use the chartX.py files.

  • chart1.py — miRNA and clinical data
  • chart2.py — gene expression and clinical data
  • chart3.py — miRNA, gene expression and clinical data
  • chart4.py — miRNA, slide and clinical data
  • chart5.py — miRNA, gene expression, slide and clinical data

To run the experiment of your choice, simply type python experiments/chartX.py multi, with multi specifying the use of multimodal dropout. To run the experiment without multimodal dropout, do not include multi.

Note: This code is built to run on a CPU.

multimodalprognosis's People

Contributors

anikacheerla avatar ogevaert avatar

Stargazers

 avatar Zijie Fang avatar  avatar Luyi avatar Angelo Varlotta avatar  avatar Ethan, Wenjun Hou avatar  avatar  avatar  avatar Qimeng Guo (Pip) avatar yilun avatar  avatar  avatar  avatar  avatar Zow Ormazabal  avatar seeun avatar YX_Xu avatar  avatar Zifan Chen avatar Zoe avatar  avatar Maria Zubrikhina avatar  avatar Xiaobing Feng avatar Kexin Ding avatar  avatar Wenyu (Eddy) Huang avatar Quinn avatar  avatar ihmuir avatar  avatar tao avatar  avatar Rafik Margaryan avatar EL-ATEIF Sara avatar yushan-huang avatar  avatar  avatar  avatar ZHANG Qiaosheng avatar Yujing Zou avatar wilson avatar enginewang avatar  avatar  avatar  avatar Ayesha Shaikh avatar Amir avatar  avatar LinZhenYu avatar Rahul Bhadani avatar  avatar Mazid OSSENI avatar  avatar Jianan Chen avatar DFan avatar  avatar Zekun Jiang avatar  avatar Jiang Runqiang avatar Francisco Carrillo Pérez avatar  avatar Jennifer_go avatar Philippe Weitz avatar Xiaoshui Huang avatar ClinicalAI avatar Nikolaos Papachristou avatar  avatar  avatar  avatar  avatar chaotu avatar Zhihao Yang avatar Yongchan Kwon avatar Emre Erhan avatar Alfred avatar Joshua Levy avatar Gregor Sturm avatar Hansheng XUE avatar

Watchers

James Cloos avatar Jayendra Shinde avatar Lucas Patel avatar  avatar  avatar Alfred avatar

multimodalprognosis's Issues

Code and data issue

Hi, can you please provide all necessary data to run the experiments? At least 'data/processed/fetch_datacache.npz' is missing.
And it seems the code is not arranged after you moved the files to different folders. It would be helpful if you can test this repository without any error.

where is fetch_datacache.npz??

your code "FETCH_CACHE = f"{DATA_DIR}/processed/fetch_datacache.npz"" in utilis.py
but there is no "fetch_datacache.npz" file in the "processed" file. Can you provide it ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.