Course url: https://compgen.mdc-berlin.de/ or https://bioinformatics.mdc-berlin.de/compgen/2021/
Organizer: Altuna Akalin (https://bioinformatics.mdc-berlin.de/ + http://al2na.co)
- Programming with R
- Being able to make reports with Rmarkdown
- Understanding of the basic probability and statistics concepts
- Conceptual understanding of high-throughput assays (sequencing, microarrays etc.) in genomics
- A simple intro to statistical distributions
- hypothesis testing
- linear models.
reading: http://compgenomr.github.io/book/stats.html
slides: https://github.com/BIMSBbioinfo/compgen2021/tree/main/week1/compgen2021_stats.pdf
exercises+code: https://github.com/BIMSBbioinfo/compgen2021/tree/main/week1/
- Understanding basic intuition behind machine learning approaches.
- Using unsupervised learning to cluster and visualise data points
- Dimension reduction techniques for visualisation and as input to clustering methods
reading: http://compgenomr.github.io/book/unsupervisedLearning.html
exercises+code: https://github.com/BIMSBbioinfo/compgen2021/tree/main/week2/
- Understanding and using supervised learning methods for predictive purposes
- How to measure prediction performance
- Understand and use cross-validation and related concepts
reading: http://compgenomr.github.io/book/supervisedLearning.html
exercises+code: https://github.com/BIMSBbioinfo/compgen2021/tree/main/week3/