Bioinformatics Courses
Bioinformatics Courses
Bioinformatics Courses
EMBL has a collection of courses online (with a focus on computational biology analyses):
https://www.ebi.ac.uk/training/online/course/embo-practical-course-analysis-high-throughput-
seq/differential-expression-rna-seq
Along the same lines (starts with basic concepts and then it gets more complicated; also provides R
code): http://genomicsclass.github.io/book/
Coursera is a great site with many online courses (https://coursera.org). Some even have guided
exercises and offer the possibility to get a certification after the completion of the course. I took this
course for Machine Learning (very easy to follow, it’s good for beginners and also has some exercises
in matlab or octave (open source)) (https://coursera.org/learn/machine-learning)
These blogs are a quick read and great for understanding how different parameters affect tSNE and
UMAP projections:
- UMAP: https://pair-code.github.io/understanding-umap/
- tSNE: https://distill.pub/2016/misread-tsne/
Learn R
#install RStudio locally, or use the free RStudio Cloud: https://rstudio.cloud/
- Basic intro: https://www.codecademy.com/learn/learn-r
- Interactive R learning with swirl: https://swirlstats.com/students.html
- Examples of main concepts: https://www.datamentor.io/r-programming/#tutorial
- R intro video: https://www.youtube.com/watch?v=_V8eKsto3Ug
- Full stats intro: https://stat545.com/index.html
- The “tidyverse” is a godsend for biologists https://www.tidyverse.org/
- R Data Science book (lots of tidyverse): https://r4ds.had.co.nz/
- Stat545 (also lots of tidyverse): https://stat545.com/
- R Graphics Cookbook: https://r-graphics.org/
- Advanced: stats learning (incl. free book): http://faculty.marshall.usc.edu/gareth-james/ISL/
- Advanced: statistical rethinking: https://github.com/rmcelreath/statrethinking_winter2019
Learn Python
- Python everything: https://chrisalbon.com/
- Basics: https://www.learnpython.org/en/Hello%2C_World%21
- Learning Biopython with coronavirus: https://github.com/chris-rands/biopython-coronavirus
Command line:
--> Beginner's guide for bash terminal: https://www.youtube.com/watch?v=oxuRxtrO2Ag
- Introduction to Linux: https://www.edx.org/course/introduction-to-linux
- Intro to Linux: https://www.guru99.com/introduction-linux.html
Data analytics:
- http://cecileane.github.io/computingtools/
- Population genomics book: https://github.com/cooplab/popgen-notes/releases/tag/v1.1
- Single-cell RNA-seq collection: https://osca.bioconductor.org/learning-r-and-more.html
- old 2011 EBI course: https://www.ebi.ac.uk/training/online/course/embo-practical-course-analysis-
high-throughput-seq/introduction-r-and-bioconductor
- Notes on data science and machine learning https://chrisalbon.com/