Bioinformatics course timetable
December 2024
Mon 9 |
Recent technological advances have made it possible to obtain genome-wide transcriptome data from single cells using high-throughput sequencing. This course offers an introduction to single-cell RNA sequencing (scRNA-seq) analysis. Participants will gain hands-on experience with key software packages and methodologies for processing, analyzing, and interpreting scRNA-seq data. Key topics include data preprocessing, quality control, normalization, dimensionality reduction, batch correction and data integration, cell clustering and differential expression and abundance analysis. By the end of the course, students will be equipped with the skills to independently conduct and critically analyse data from scRNA-seq experiments.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Tue 10 |
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
|
Wed 11 |
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
|
Thu 12 |
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
|
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
|
|
Fri 13 |
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
|
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
|
January 2025
Thu 9 |
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
|
Fri 10 |
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 14 |
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 and 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
|
Wed 15 |
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 and 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
|
This award winning course is intended to provide a strong foundation in practical statistics and data analysis using the R or Python 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 life sciences. There are three core goals for this course:
R and Python are open source programming languages 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 or Python 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 |
This award winning course is intended to provide a strong foundation in practical statistics and data analysis using the R or Python 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 life sciences. There are three core goals for this course:
R and Python are open source programming languages 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 or Python 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
|
Fri 17 |
This award winning course is intended to provide a strong foundation in practical statistics and data analysis using the R or Python 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 life sciences. There are three core goals for this course:
R and Python are open source programming languages 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 or Python 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
|
Mon 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. Note that the main focus of this course is on how to interpret quality reports produced by these tools, not on how to run them (although we do provide the basic commands you need to do it).
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Thu 23 |
The Ensembl Project provides an interface and an infrastructure for accessing genomic information, including genes, variants, comparative genomics and gene regulation data, covering over 300 vertebrate species. This workshop offers a comprehensive practical introduction to the use of the Ensembl Genome Browser as well as essential background information. This course will focus on the vertebrate genomes in Ensembl, however much of what will be covered is also applicable to the non-vertebrates (plants, bacteria, fungi, metazoa and protists) in Ensembl Genomes.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Fri 24 |
The Ensembl project provides an interface and an infrastructure for accessing genomic information, including genes, variants, comparative genomics and gene regulation data, covering over 300 vertebrate species. This workshop is aimed at researchers and developers interested in exploring Ensembl beyond the website. The workshop covers how to use the Ensembl REST APIs, including understanding the major endpoints and how to write scripts to call them.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Tue 28 |
This course introduces the basic theory and concepts of network analysis. Attendees will learn how to construct protein-protein interaction networks and subsequently use these to overlay large-scale data such as that obtained through RNA-Seq or mass-spec proteomics. The course will focus on giving attendees hands-on experience in the use of one of the most used open-source Network Visualisation Platforms, Cytoscape. The course will also access and analyse the data through Cytoscape apps, including IntAct app.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
Wed 29 |
This course introduces the basic theory and concepts of network analysis. Attendees will learn how to construct protein-protein interaction networks and subsequently use these to overlay large-scale data such as that obtained through RNA-Seq or mass-spec proteomics. The course will focus on giving attendees hands-on experience in the use of one of the most used open-source Network Visualisation Platforms, Cytoscape. The course will also access and analyse the data through Cytoscape apps, including IntAct app.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|
February 2025
Mon 3 |
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 4 |
Introduction to the Unix command line (IN-PERSON)
Not bookable
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 and 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
|
|
Fri 7 |
Introduction to R (ONLINE LIVE TRAINING)
Not bookable
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
|
|
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 10 |
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 12 |
Recent technological advances have made it possible to obtain genome-wide transcriptome data from single cells using high-throughput sequencing. This course offers an introduction to single-cell RNA sequencing (scRNA-seq) analysis. Participants will gain hands-on experience with key software packages and methodologies for processing, analyzing, and interpreting scRNA-seq data. Key topics include data preprocessing, quality control, normalization, dimensionality reduction, batch correction and data integration, cell clustering and differential expression and abundance analysis. By the end of the course, students will be equipped with the skills to independently conduct and critically analyse data from scRNA-seq experiments.
If you do not have a University of Cambridge Raven account please book or register your interest here. Additional information
|