R Tutorial: Differential expression analysis
Key Takeaways
This video tutorial covers differential expression analysis with limma in R, focusing on creating linear models to test scientific hypotheses and exploring data interpretation.
Full Transcript
welcome to differential expression analysis with lima i'm john blitzchalk and i'll be your instructor for this course you will learn how to analyze data generated by functional genomics experiments so let's review the terminology i will use throughout the course imagine a hypothetical experiment in which the researcher has treated cells with two different drugs a and b the drug treatment is the variable of an interest and is an example of a phenotype each sample is processed by a high throughput assay to measure thousands of genes these are the features in this course the features will always be genes but in other experiments they could be proteins or some other molecular feature of a cell for each feature the assay produces a value that is a proxy for the relative abundance of that feature for genes this is the number of rna transcripts that are expressed thus i will refer to the measurements as expression levels the statistical models you will build in this course will test for differences in these measurements between samples with different phenotypes if a feature has a higher expression level for one group relative to the other this is called upregulated conversely a lower expression level is called down regulated the overall goal is to identify the genes that are associated with a phenotype of interest some examples of differential expression studies would be identifying all the genes associated with a response to a stimulus like a drug a developmental process or a genetic mutation now why bother testing thousands of genes known as a genome-wide differential expression analysis when it would be easier to focus on measuring only a handful of genes the first motivation is novelty you may discover that some additional genes play an unexpected role in the process you are studying second is context interpreting the relevance of any one gene is easier when you can compare it to the behavior of all other genes third is to gain a systems level understanding of the process by measuring all genes simultaneously you can identify higher order systems like pathways that you would miss with a more targeted approach there are many steps to complete an experiment from designing the initial study to compiling the results in this course the main focus will be on creating linear models to test scientific hypotheses but you will also learn the basics of exploring the data and interpreting the test results thus in general this course is agnostic to the type of data collected to learn more about how to process the data generated by a specific technique check out the other bio conductor courses on data camp now for some caveats to keep in mind first the measurements recorded by these genomic technologies are relative not absolute thus comparing the measurements across samples is valid but it's not possible to directly convert these measurements to the total number of molecules second study design is very important all experimental techniques introduce some technical noise but the statistical methods for removing this noise are only valid for properly designed studies you'll learn about proper study design later in the course now let's test your comprehensive
Original Description
Want to learn more? Take the full course at https://learn.datacamp.com/courses/differential-expression-analysis-with-limma-in-r at your own pace. More than a video, you'll learn hands-on coding & quickly apply skills to your daily work.
---
Welcome to differential expression analysis with limma. I'm John Blischak, and I'll be your instructor for this course.
You will learn how to analyze data generated by functional genomics experiments, so let's review the terminology I will use throughout the course. Imagine a hypothetical experiment in which the researcher has treated cells with two different drugs, A and B. The drug treatment is the variable of interest, and is an example of a phenotype.
Each sample is processed by a high-throughput assay to measure thousands of genes. These are the features. In this course the features will always be genes, but in other experiments they could be proteins or some other molecular feature of a cell.
For each feature, the assay produces a value that is a proxy for the relative abundance of that feature. For genes, this is the number of RNA transcripts that are expressed. Thus I will refer to the measurements as expression levels.
The statistical models you will build in this course will test for differences in these measurements between samples with different phenotypes. If a feature has a higher expression level for one group relative to the other, this is called upregulated. Conversely, a lower expression level is called down-regulated.
The overall goal is to identify the genes that are associated with a phenotype of interest. Some examples of differential expression studies would be identifying all the genes associated with a response to a stimulus like a drug, a developmental process, or a genetic mutation.
Now why bother testing thousands of genes, known as a genome-wide differential expression analysis, when it would be easier to focus on measuring only a handful of genes? The first motivation is novelty. You may dis
Watch on YouTube ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
Playlist
Uploads from DataCamp · DataCamp · 0 of 60
← Previous
Next →
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
SQL Server Tutorial: Date manipulation
DataCamp
R Tutorial: Intermediate Interactive Data Visualization with plotly in R
DataCamp
R Tutorial: Adding aesthetics to represent a variable
DataCamp
R Tutorial: Moving Beyond Simple Interactivity
DataCamp
Python Tutorial: Why use ML for marketing? Strategies and use cases
DataCamp
Python Tutorial: Preparation for modeling
DataCamp
Python Tutorial: Machine Learning modeling steps
DataCamp
R Tutorial: The prior model
DataCamp
R Tutorial: Data & the likelihood
DataCamp
R Tutorial: The posterior model
DataCamp
R Tutorial: An Introduction to plotly
DataCamp
R Tutorial: Plotting a single variable
DataCamp
R Tutorial: Bivariate graphics
DataCamp
Python Tutorial: Customer Segmentation in Python
DataCamp
Python Tutorial: Time cohorts
DataCamp
Python Tutorial: Calculate cohort metrics
DataCamp
Python Tutorial: Cohort analysis visualization
DataCamp
R Tutorial: Building Dashboards with flexdashboard
DataCamp
R Tutorial: Anatomy of a flexdashboard
DataCamp
R Tutorial: Layout basics
DataCamp
R Tutorial: Advanced layouts
DataCamp
Python Tutorial: Time Series Analysis in Python
DataCamp
Python Tutorial: Correlation of Two Time Series
DataCamp
Python Tutorial: Simple Linear Regressions
DataCamp
Python Tutorial: Autocorrelation
DataCamp
R Tutorial: The gapminder dataset
DataCamp
R Tutorial: The filter verb
DataCamp
R Tutorial: The arrange verb
DataCamp
R Tutorial: The mutate verb
DataCamp
R Tutorial: What is cluster analysis?
DataCamp
R Tutorial: Distance between two observations
DataCamp
R Tutorial: The importance of scale
DataCamp
R Tutorial: Measuring distance for categorical data
DataCamp
Python Tutorial: Plotting multiple graphs
DataCamp
Python Tutorial: Customizing axes
DataCamp
Python Tutorial: Legends, annotations, & styles
DataCamp
Python Tutorial: Introduction to iterators
DataCamp
Python Tutorial: Playing with iterators
DataCamp
Python Tutorial: Using iterators to load large files into memory
DataCamp
SQL Tutorial: Introduction to Relational Databases in SQL
DataCamp
SQL Tutorial: Tables: At the core of every database
DataCamp
SQL Tutorial: Update your database as the structure changes
DataCamp
Python Tutorial: Classification-Tree Learning
DataCamp
Python Tutorial: Decision-Tree for Classification
DataCamp
Python Tutorial: Decision-Tree for Regression
DataCamp
Python Tutorial: Census Subject Tables
DataCamp
Python Tutorial: Census Geography
DataCamp
Python Tutorial: Using the Census API
DataCamp
R Tutorial: A/B Testing in R
DataCamp
R Tutorial: Baseline Conversion Rates
DataCamp
R Tutorial: Designing an Experiment - Power Analysis
DataCamp
R Tutorial: Introduction to qualitative data
DataCamp
R Tutorial: Understanding your qualitative variables
DataCamp
R Tutorial: Making Better Plots
DataCamp
SQL Tutorial: OLTP and OLAP
DataCamp
SQL Tutorial: Storing data
DataCamp
SQL Tutorial: Database design
DataCamp
Python Tutorial: Introduction to spaCy
DataCamp
Python Tutorial: Statistical Models
DataCamp
Python Tutorial: Rule-based Matching
DataCamp
More on: Data Literacy
View skill →Related AI Lessons
⚡
⚡
⚡
⚡
How to prepare TIC teacher exams in Spain with AI (oposiciones 2026)
Dev.to AI
Why I built a simple AI provider wrapper (and you might too)
Dev.to · zhongqiyue
This ChatGPT Prompt Replaced 3 Hours of PowerPoint Work
Medium · AI
This ChatGPT Prompt Replaced 3 Hours of PowerPoint Work
Medium · ChatGPT
🎓
Tutor Explanation
DeepCamp AI