Skip to content

NordBioMedNet Summer School 2020: Computational Biomedicine in Brain Tumors

License

Notifications You must be signed in to change notification settings

Akjame/Seili-2020

 
 

Repository files navigation

NordBioMedNet Summer School 2020: Computational Biomedicine - Imaging, machine learning and precision medicine

Seili-2020 image

NordBioMedNet Summer School 2020 is part of the “Open Educational Resources in Computational Biomedicine (OERCompBiomed) project conducted by the NordBioMed.org and funded by Erasmus+project conducted by the NordBioMed.org and funded by Erasmus+.

NordBioMed is a collaborative network in the field of Biomedicine between the Universities of Turku, Eastern Finland (Kuopio), Bergen, Odense and Karolinska Institutet. The network was originally formed in 2013 to strengthen the individual biomedical teaching programs within the component universities and make them internationally more comparative by providing complementary activities from the partner universities. The network supports both student and teacher mobility, organisers intensive courses and develop virtual online teaching.

The topic for the 2020 Summer school is computational biomedicine in brain tumours. This year the course will virtual due to the current situation with COVID-19.

General information

Learning aims:

Students will apply their previous knowledge to identify relevant and realistic topics/problems in the field of computational biomedicine. Students will work in groups of 4-5 students, each group is guided by a junior mentor. Based on the course material and guidance during the summer school, each group will develop and present a virtual preclinical research project to solve the selected problems. The final report/assignment which will be prepared individually in virtual work groups after the summer school.

Contents:

Before the summer school

  • preliminary reading and assignments on NordBioMedNet Canvas

During the summer school

  • lectures
  • team work
  • student presentations
  • practical exercises

After the summer school

  • independent work and virtual team work
  • final report and press release

Course structure

Volume: 5 ECTS

University of Turku will award 5 ECTS for all the participants after successful completion of the Summer School. Each participant receives a course certificate and a transcript. However, the final crediting will be done at the home university of each participant, and the home university has a right to change the amount of ECTS awarded.

Summer School Programme

The Summer School has its start in June and finish in end of September. In June (exact date TBC) a package of pre-assignments will be sent out to participants and project groups will be formed – one student from each participating university in each group.

The week before the summer school starts in August introductory lecture will be held and the first start-up workshop. During the intensive course week online lectures are given with possibilities to interact with teachers. Group work is scheduled to afternoons between 12.00 – 18.00 (CET) for most of the days – estimated at least 4h/day active work in groups is needed. After the course week student groups continue to work with the projects on-line and in virtual meetings. The teams deliver a final report in the end of September (25.9.2020).

Students will work on Canvas platform (Karoliska Institutet) and data will be shared in GitHub. Students are signed in at University of Turku from where 5 ECTS are given upon completion of the course.

Pre-assignments in June:

Bioethics (web-based) containing the following modules:
Module 1. Introduction to BioEthicsX
Module 2. Research ethics in Biomedicine

Python, R and friends:
A short introduction to programming and how to prepare yourself and your computer for the computational exercises at the Summer School https://rise.articulate.com/share/Y-vw0ZckATqKqyh4u44c8p9YN-UEtr8r

Week 32 (TBC)

  • Why are computational skills needed in biomedicine? - Relevance to uncovering disease mechanisms and for diagnostics (Arvid Lundervold, University of Bergen) - motivational [slides] from the previous Summer School at Seili 2019

  • Review of pre-assignments - Jupyter notebooks, on tools and data repositories (Arvid Lundervold, Peder Lillebostad, University of Bergen)

  • Team building activities (Karin Hjernø, University of Southern Denmark)

Intensive week 10th – 14th of August 2020 (NB – time is given in CET):

Time Activity Zoom
Monday, August 10
09:00-09:15 Kick-off for the Summer School 2020 Join in Zoom
Lars-Arne Haldosen, Karolinska Institutet, Stockholm
09:15-10:00 Bioimage informatics and machine learning Join in Zoom
Jussi Tohka, University of Eastern Finland, Kuopio
10:00-10:30 Coffee in Coffee Room (Zoom) Join in Zoom
10:30-11:15 Brain cancer – clinical aspects Join in Zoom
Heikki Minn, University and University Hospital, Turku Join in Zoom
11:15-12:00 Glioblastoma – molecular mechanisms Join in Zoom
Maria Gardberg, University and University Hospital, Turku
Afternoon Project work in teams Join in Zoom
Tuesday, August 11
09:00-12:00 Workshop: Image data analysis - using unsupervised Join in Zoom
classification to analyse brain cancer
Arvid Lundervold, Peder Lillebostad, University of Bergen
13:00-1400 Workshop: Image data analysis cont. - Deep learning Join in Zoom
Arvid Lundervold, Peder Lillebostad, University of Bergen
Afternoon Project work in teams Join in Zoom
Wednesday, August 12
09:00-12:00 Workshop: Bioethics Join in Zoom
Niklas Juth, Karolinska Institutet, Stockholm
Juhani Knuuti, University of Turku
Afternoon Project work in teams Join in Zoom
Thursday, August 13
09:00-09:45 Euro-Bioimaging - Image life, discover the future Join in Zoom
Pasi Kankaanpää, University of Turku
09:45-10:15 Coffee in Coffee Room (Zoom) Join in Zoom
*Career opportunities outside academia - meet the companies in bioimage informatics
10:15-11:00 Misvik Biology https://www.misvik.com Join in Zoom
Juha Rantala, CEO, Turku
11:00-11:45 Aiforia https://www.aiforia.com Join in Zoom
Darshan Kumar, Customer Success Scientist, Helsinki
Afternoon Project work in teams Join in Zoom
Friday, August 14
09:00-13:00 Student presentations with feedback Join in Zoom

__________________________________________________________________________

Before the summer school

Before the summer school you have some assignments to do. It is up to you to plan when to do this during summer.

1. Go through a module of a course in bioethics with focus on basic principles in bioethics by following the two steps below.

2. Prepare you and your computer for computational analysis

If you are used to work with computer installations and github you can go directly to the material at github and use the guide for setting up your computer and perform notebook exercises.

  • Python course material at https://github.com/oercompbiomed/Seili-2020 – follow the instructions at Setting up your system (setup.md) to get ready

  • Browser display and functionality might differ between browsers - we recommend using Google Chrome on all platforms

  • Jupyter notebooks are used throughout the course being a web-based framework for developing and presenting code-based projects (take a look at https://youtu.be/HW29067qVWk and https://youtu.be/2eCHD6f_phE for introductions to Jupyter Notebooks).

  • Test your environment [Python, Numpy, Pandas, Matplotlib, Nibabel, Biopython and more]: run through this notebook test-notebooks/0.0-test-installation.ipynb to check that your environment is OK

  • Throughout the course you will work with notebooks that contain various material and programming tasks. We recommend that you make a copy of our notebooks before you are editing them. In this respect you might adopt the naming convention my_[name_of_notebook].ipynb. Remember also to start a new session with a **git pull** (things can have changed)

If you are less experienced you may want to visit our interactive course material first (see link below). It contains video instruction on how to set up your computer for the course and introduction to programming as well as the notebooks exercises.
https://rise.articulate.com/share/Y-vw0ZckATqKqyh4u44c8p9YN-UEtr8r

(It is the Python, R and Friends part of our OpenEdx course transformed into a Rise course for the purpose of being pre-course material for the online Summer School).

3. Orient yourself in the material for the group project and how to use LaTeX creating the report document

  • Project description (“Precision medicine and quantitative imaging in glioblastoma – a multiscale approach“) at prj-descr.md

  • LaTeX template for the report illustrated with a group project report from the previous 2019 Summer School at Seili for which Prostate Cancer was the topic (see this link). We will be using the Overleaf online, collaborative LaTeX editor (for more information on LaTeX, see here and here and here, and for LeTeX templates, see e.g. here and here)

Also, for those of you that have limited knowledge about biology and pathology of brain or have to refresh about this there is a web course on Coursera – for free – covering the above. It is possible to pay a fee if you are interested to have a diploma if you go through the course. See https://www.coursera.org/learn/neurobiology [brain tumors]

  • Pre reading
    • Aldape K et al. Challenges to curing primary brain tumors. Nat Rev Clin Oncol 2019;16:509-520. [link]

    • Louis DN et al. The 2016 World Health Organization Classification of Tumors of the Central Nervous System: A Summary. Acta Neuropathol 2016;131(6):803-820. [link]

    • The Brain Atlas https://www.proteinatlas.org/humanproteome/brain

__________________________________________________________________________

Project related

(see also here)

Brain tumors & Neuroimaging (some pointers)

  • Abd-Ellah MK et al. A review on brain tumor diagnosis from MRI images: Practical implications, key achievements, and lessons learned. Magnetic Resonance Imaging 2019;61:300-318. [link]

  • Hamid MAA, Khan NA. Investigation and Classification of MRI Brain Tumors Using Feature Extraction Technique. Journal of Medical and Biological Engineering 2020;40:307–317. [link]

  • Lohmann P et al. PET/MRI Radiomics in Patients With Brain Metastases. Front. Neurol., 07 February 2020. [link]

  • Tiwari A et al. Brain tumor segmentation and classification from magnetic resonance images: Review of selected methods from 2014 to 2019. Pattern Recognition Letters 2020;131:244-260. [link]

  • Nadeem MW et al. Brain Tumor Analysis Empowered with Deep Learning: A Review, Taxonomy, and Future Challenges. Brain Sci 2020;10(2):118. [link]

  • Brain Tumor Segmentation (BraTS) Challenge 2020: Scope (MICCAI2020) - Center for Biomedical Image Computing & Analytics, Perelman School of Medicine, University of Pennsylvania [link] [Data description]

Brain tumors & Artificial intelligence (some pointers)

  • NCI: Artificial Intelligence Expedites Brain Tumor Diagnosis during Surgery. 2020 Feb 12. [link]
  • Hollon TC et al. Near Real-Time Intraoperative Brain Tumor Diagnosis Using Stimulated Raman Histology and Deep Neural Networks. Nature Medicine 2020;26(1):52-58. [link] [GitHub repository] [video]
  • Yogananda CGB et al. A novel fully automated MRI-based deep-learning method for classification of IDH mutation status in brain gliomas. Neuro-Oncology 2020;22(3):402–411. [link]
  • Kickinereer P et al. Automated quantitative tumour response assessment of MRI in neuro-oncology with artificial neural networks: a multicentre, retrospective study. The Lancet Oncology 2019;20(5):728-740. [link]

Brain tumors & software and data (some pointers for illustration and inspiration )

  • Brain Tumor Segmentation | Papers With Code [https://paperswithcode.com/task/brain-tumor-segmentation/latest]
  • Akshay Kumaar M. Brain Tumor Classification (using ResNet50 and Google Colab) [https://github.com/aksh-ai/brain_tumor_classification]
  • Joohyun Lee. BraTs (Brain Tumor Segmentation) [https://github.com/cv-lee/BraTs]
  • Bakas S et al. Advancing The Cancer Genome Atlas glioma MRI collections with expert segmentation labels and radiomic features. Scientific Data 2017;4, Article number: 170117 [https://www.nature.com/articles/sdata2017117] [pdf]
    Excerpt: Considering the value of big data and the potential of publicly available datasets for increased reproducibility of scientific findings, the National Cancer Institute (NCI) of the National Institutes of Health (NIH) created TCGA (cancergenome.nih.gov) and TCIA (www.cancerimagingarchive.net). TCGA is a multi-institutional comprehensive collection of various molecularly characterized tumor types, and its data are available in NCI’s Genomic Data Commons portal (gdc-portal.nci.nih.gov). Building upon NIH’s investment in TCGA, the NCI’s Cancer Imaging Program approached sites that contributed tissue samples, to obtain corresponding de-identified routine clinically-acquired radiological data and store them in TCIA. These repositories make available multi-institutional, high-dimensional, multi-parametric data of cancer patients, allowing for radiogenomic analysis.
  • Lundervold AS, Lundervold A. An overview of deep learning in medical imaging focusing on MRI. Zeitschrift fur Medizinische Physik. 2019;29(2):102-127. [link] [pdf]

__________________________________________________________________________

SPONSORS

__________________________________________________________________________

About

NordBioMedNet Summer School 2020: Computational Biomedicine in Brain Tumors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%