Materials of the course Programming Laboratory for Bioinformatics 2020-21
This repository contains:
- slides
- exercises
!!! Lecture of May 25 will be held from 9am-12pm (CET) !!!
The following contents are available in lectures_materials_and_slides
directory:
- Introduction to the course, introduction to Github and R markdown language
- Basics of R programming
- Unix Bash programming
- Introduction to Bioconductor
- Introduction to NGS data analysis
- RNA-seq and Differential Expression analysis
- Introduction to genetic variant analysis
- Single Cell analysis
- Enrichment analysis
- Network analysis
The assignments are available in the exercises
directory:
- Basics of R programming - two sets of exercises (in
exercises/R_basics
) - Unix Bash programming - jupyter notebook containing exercises on bash (in
exercises/Bash
) - Bioconductor - three sets of exercises (in
exercises/Bioconductor
) - NGS data analysis
- RNA-seq and Differential Expression analysis - R scripts with DESeq2 exercises (in
exercises/RNAseq-DE
) - Introduction to genetic variant analysis - single set of exercises (in
exrcises/Variant_analysis
) - Single cell analysis
- Enrichment analysis - two sets of exercises (in
exercises/Enrichment
) - Network analysis - one set of exercises (in
exercises/Network_analysis
)