Bioinformatics course timetable
April 2024
Tue 23 |
This course provides a practical introduction to the writing of Python programs for the complete novice. Participants are lead through the core concepts of Python including Python syntax, data structures and reading/writing files. These are illustrated by a series of example programs. Upon completion of the course, participants will be able to write simple Python programs.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Wed 24 |
This course provides a practical introduction to the writing of Python programs for the complete novice. Participants are lead through the core concepts of Python including Python syntax, data structures and reading/writing files. These are illustrated by a series of example programs. Upon completion of the course, participants will be able to write simple Python programs.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Mon 29 |
R is one of the leading programming languages in Data Science. It is widely used to perform statistics, machine learning, visualisations and data analyses. It is an open source programming language so all the software we will use in the course is free. This course is an introduction to R designed for participants with no programming experience. We will start from scratch by introducing how to start programming in R and progress our way and learn how to read and write to files, manipulate data and visualise it by creating different plots - all the fundamental tasks you need to get you started analysing your data. During the course we will be working with one of the most popular packages in R; tidyverse that will allow you to manipulate your data effectively and visualise it to a publication level standard.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Tue 30 |
R is one of the leading programming languages in Data Science. It is widely used to perform statistics, machine learning, visualisations and data analyses. It is an open source programming language so all the software we will use in the course is free. This course is an introduction to R designed for participants with no programming experience. We will start from scratch by introducing how to start programming in R and progress our way and learn how to read and write to files, manipulate data and visualise it by creating different plots - all the fundamental tasks you need to get you started analysing your data. During the course we will be working with one of the most popular packages in R; tidyverse that will allow you to manipulate your data effectively and visualise it to a publication level standard.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
May 2024
Wed 1 |
This course introduces concepts about reproducibility that can be used when you are programming in R. We will explore how to create notebooks - a way to integrate your R analyses into reports using Rmarkdown. The course also introduces the concept of version control. We will learn how to create a repository on GitHub and how to work together on the same project collaboratively without creating conflicting versions of files.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Thu 2 |
This course introduces concepts about reproducibility that can be used when you are programming in R. We will explore how to create notebooks - a way to integrate your R analyses into reports using Rmarkdown. The course also introduces the concept of version control. We will learn how to create a repository on GitHub and how to work together on the same project collaboratively without creating conflicting versions of files.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Mon 13 |
Core Statistics using R (IN-PERSON)
Finished
This award winning course is intended to provide a strong foundation in practical statistics and data analysis using the R software environment. The underlying philosophy of the course is to treat statistics as a practical skill rather than as a theoretical subject and as such the course focuses on methods for addressing real-life issues in the biological sciences. There are three core goals for this course:
R is an open source programming language so all of the software we will use in the course is free. In this course, we explore classical statistical analysis techniques starting with simple hypothesis testing and building up to linear models and power analyses. The focus of the course is on practical implementation of these techniques and developing robust statistical analysis skills rather than on the underlying statistical theory. After the course you should feel confident to be able to select and implement common statistical techniques using R and moreover know when, and when not, to apply these techniques.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Tue 14 |
Core Statistics using R (IN-PERSON)
Finished
This award winning course is intended to provide a strong foundation in practical statistics and data analysis using the R software environment. The underlying philosophy of the course is to treat statistics as a practical skill rather than as a theoretical subject and as such the course focuses on methods for addressing real-life issues in the biological sciences. There are three core goals for this course:
R is an open source programming language so all of the software we will use in the course is free. In this course, we explore classical statistical analysis techniques starting with simple hypothesis testing and building up to linear models and power analyses. The focus of the course is on practical implementation of these techniques and developing robust statistical analysis skills rather than on the underlying statistical theory. After the course you should feel confident to be able to select and implement common statistical techniques using R and moreover know when, and when not, to apply these techniques.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Wed 15 |
Core Statistics using R (IN-PERSON)
Finished
This award winning course is intended to provide a strong foundation in practical statistics and data analysis using the R software environment. The underlying philosophy of the course is to treat statistics as a practical skill rather than as a theoretical subject and as such the course focuses on methods for addressing real-life issues in the biological sciences. There are three core goals for this course:
R is an open source programming language so all of the software we will use in the course is free. In this course, we explore classical statistical analysis techniques starting with simple hypothesis testing and building up to linear models and power analyses. The focus of the course is on practical implementation of these techniques and developing robust statistical analysis skills rather than on the underlying statistical theory. After the course you should feel confident to be able to select and implement common statistical techniques using R and moreover know when, and when not, to apply these techniques.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Thu 16 |
Recent technological advances have made it possible to obtain genome-wide transcriptome data from single cells using high-throughput sequencing (scRNA-seq). Even though scRNA-seq makes it possible to address problems that are intractable with bulk RNA-seq data, analysing scRNA-seq is also more challenging. In this course we will be surveying the existing problems as well as the available computational and statistical frameworks available for the analysis of scRNA-seq.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Fri 17 |
Recent technological advances have made it possible to obtain genome-wide transcriptome data from single cells using high-throughput sequencing (scRNA-seq). Even though scRNA-seq makes it possible to address problems that are intractable with bulk RNA-seq data, analysing scRNA-seq is also more challenging. In this course we will be surveying the existing problems as well as the available computational and statistical frameworks available for the analysis of scRNA-seq.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Mon 20 |
Recent technological advances have made it possible to obtain genome-wide transcriptome data from single cells using high-throughput sequencing (scRNA-seq). Even though scRNA-seq makes it possible to address problems that are intractable with bulk RNA-seq data, analysing scRNA-seq is also more challenging. In this course we will be surveying the existing problems as well as the available computational and statistical frameworks available for the analysis of scRNA-seq.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Wed 22 |
This course gives an introduction to linear mixed effects models, also called multi-level models or hierarchical models, for the purposes of using them in your own research or studies. We emphasise the practical skills and key concepts needed to work with these models, using applied examples and real datasets. After completing the course, you should have:
Please note that this course builds on knowledge of linear modelling, therefore should not be considered a general introduction to statistical modelling.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Thu 23 |
This course gives an introduction to linear mixed effects models, also called multi-level models or hierarchical models, for the purposes of using them in your own research or studies. We emphasise the practical skills and key concepts needed to work with these models, using applied examples and real datasets. After completing the course, you should have:
Please note that this course builds on knowledge of linear modelling, therefore should not be considered a general introduction to statistical modelling.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Fri 24 |
This course gives an introduction to linear mixed effects models, also called multi-level models or hierarchical models, for the purposes of using them in your own research or studies. We emphasise the practical skills and key concepts needed to work with these models, using applied examples and real datasets. After completing the course, you should have:
Please note that this course builds on knowledge of linear modelling, therefore should not be considered a general introduction to statistical modelling.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
This course will teach you how to use molecular data to construct and interpret phylogenies. We will start by introducing basic concepts in phylogenetic analysis, what trees represent and how to interpret them. We will then cover how to produce a multiple sequence alignment from DNA and protein sequences, and the pros and cons of different alignment algorithms. You will then learn about different methods of phylogenetic inference, with a particular focus on maximum likelihood and how to assess confidence in your tree using bootstrap resampling. Finally, we will introduce how Bayesian methods can help to estimate the uncertainty in the inferred tree parameters as well as incorporate information for more advanced/bespoke phylogenetic analysis.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
June 2024
Fri 14 |
Generalised linear models are the kind of models we would use if we had to deal with non-continuous response variables. For example, this happens if you have count data or a binary outcome. This course aims to introduce generalised linear models, using the R software environment. Similar to Core statistics using R this course addresses the practical aspects of using these models, so you can explore real-life issues in the biological sciences. The Generalised linear models using R course builds heavily on the knowledge gained in the core statistics sessions, which means that the Core statistics using R course is a firm prerequisite for joining. There are several aims to this course: 1. Be able to distinguish between linear models and generalised linear models 2. Analyse binary outcome and count data using R 3. Critically assess model fit R is an open-source programming language so all of the software we will use in the course is free. We will be using the R Studio interface throughout the course. Most of the code will be focussed around the tidyverse and tidymodels packages, so a basic understanding of the tidyverse syntax is essential. If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Mon 17 |
The Unix shell (command line) is a powerful and essential tool for modern researchers, in particular those working in computational disciplines such as bioinformatics and large-scale data analysis. In this course we will explore the basic structure of the Unix operating system and how we can interact with it using a basic set of commands. You will learn how to navigate the filesystem, manipulate text-based data and combine multiple commands to quickly extract information from large data files. You will also learn how to write scripts, use programmatic techniques to automate task repetition.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Tue 18 |
The goal of metabolomics is to identify and quantify the complete biochemical composition of a biological sample. With the increase in genomic, transcriptomic and proteomic information there is a growing need to understand the metabolic phenotype that these genes and proteins ultimately control. The aim of this course is to provide an introductory overview of metabolomics and its applications in life sciences and environmental settings. We will introduce different techniques used to extract metabolites and analyse samples to collect metabolomic data (such as HPLC or GC-based MS and NMR), present how to analyse such data, how to identify metabolites using online databases and how to map the metabolomic data to metabolic pathways.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Wed 19 |
The goal of metabolomics is to identify and quantify the complete biochemical composition of a biological sample. With the increase in genomic, transcriptomic and proteomic information there is a growing need to understand the metabolic phenotype that these genes and proteins ultimately control. The aim of this course is to provide an introductory overview of metabolomics and its applications in life sciences and environmental settings. We will introduce different techniques used to extract metabolites and analyse samples to collect metabolomic data (such as HPLC or GC-based MS and NMR), present how to analyse such data, how to identify metabolites using online databases and how to map the metabolomic data to metabolic pathways.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Thu 20 |
This course covers the potential pitfalls of short-read sequencing studies and provides options for visualisation and quality control (QC) for early detection and diagnosis of issues. You will gain an understanding of Illumina sequencing and different QC metrics that can be extracted from sequencing reads, such as base quality scores. The course also covers how QC metrics vary across different library types and thus distinguish between expected and unexpected QC results. You will be introduced to key software tools including FastQC, FastQ Screen, and MultiQC to carry out quality assessment of your sequencing data.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Fri 21 |
In this course you will acquire practical skills in RNA-seq data analysis. You will learn about quality control, alignment, and quantification of gene expression against a reference transcriptome. Additionally, you will learn to conduct downstream analysis in R, exploring techniques like PCA and clustering for exploratory analysis. The course also covers differential expression analysis using the DESeq2 R/Bioconductor package. Furthermore, the course covers how to generate visualisations like heatmaps and performing gene set testing to link differential genes with established biological functions or pathways.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Mon 24 |
In this course you will acquire practical skills in RNA-seq data analysis. You will learn about quality control, alignment, and quantification of gene expression against a reference transcriptome. Additionally, you will learn to conduct downstream analysis in R, exploring techniques like PCA and clustering for exploratory analysis. The course also covers differential expression analysis using the DESeq2 R/Bioconductor package. Furthermore, the course covers how to generate visualisations like heatmaps and performing gene set testing to link differential genes with established biological functions or pathways.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Tue 25 |
In this course you will acquire practical skills in RNA-seq data analysis. You will learn about quality control, alignment, and quantification of gene expression against a reference transcriptome. Additionally, you will learn to conduct downstream analysis in R, exploring techniques like PCA and clustering for exploratory analysis. The course also covers differential expression analysis using the DESeq2 R/Bioconductor package. Furthermore, the course covers how to generate visualisations like heatmaps and performing gene set testing to link differential genes with established biological functions or pathways.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Wed 26 |
This workshop focuses on expression proteomics, which aims to characterise the protein diversity and abundance in a particular system. You will learn about the bioinformatic analysis steps involved when working with these kind of data, in particular several dedicated proteomics Bioconductor packages, part of the R programming language. We will use real-world datasets obtained from label free quantitation (LFQ) as well as tandem mass tag (TMT) mass spectrometry. We cover the basic data structures used to store and manipulate protein abundance data, how to do quality control and filtering of the data, as well as several visualisations. Finally, we include statistical analysis of differential abundance across sample groups (e.g. control vs. treated) and further evaluation and biological interpretation of the results via gene ontology analysis. By the end of this workshop you should have the skills to make sense of expression proteomics data, from start to finish.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|