R Tutorial : Introduction to RNA-Seq
Skills:
Data Literacy60%
Key Takeaways
This video tutorial introduces RNA-Seq analysis using R and Bioconductor, covering the basics of RNA-Seq, differential expression analysis, and gene expression changes in disease or between different conditions. The tutorial is led by Mary Piper, a consultant and trainer for the bioinformatics core at the Harvard T.H. Chan School of Public Health.
Full Transcript
hi my name is Mary Piper I'm a consultant and trainer for the bioinformatics core at the Harvard th Chan School of Public Health my expertise is in RNA seek analyses and I'm excited to lead you through the RNA seek workflow in this course we will discuss all steps in the RNA seek workflow but we'll focus our hands-on lessons to the differential expression analysis by the end of this course you should be able to independently discover the genes that are differentially expressed between your experimental groups however before we get into the analysis details let's take a step back to ensure we have a solid understanding about what RNA seek is and the types of questions we can address using this technique all living organisms contain the instructions for life in their genome which is present in the nuclei of their cells the genome is comprised of double-stranded DNA divided into chromosomes for humans there are 23 but different organisms will have different different numbers of chromosomes the building blocks of our DNA are called nucleotides and there are four different nucleotide bases in DNA guanine adenine cytosine and thymine will refer to these nucleotides as G a C and T the double-stranded DNA forms a helix with a sugar phosphate backbone and within this helix a nucleotides pair with T and G nucleotides pair with C the order of these nucleotides is called the DNA sequence within this sequence are regions called genes genes provide instructions to make proteins which perform some function within the cell to make proteins the DNA is transcribed into messenger RNA or mRNA which is translated by the ribosome into protein some genes encode RNA that does not get translated into protein these RNAs are called non-coding RNAs or NC rnase often these RNAs have a function in and of themselves and include rrnas T RNAs and si RNAs among others all RNA is transcribed from genes are called transcripts to be translated into proteins mrna must undergo processing in this figure the top strand in the image represents a gene in the DNA comprised of the untranslated regions utrs highlighted in blue and the open reading frame highlighted in red genes are transcribed into pre mRNA which still contains the intronic sequences transcription represents the blue portion of this image after post-transcriptional processing shown in the gray section of this image the introns are spliced out in a poly a tail and five prime cap are added to yield mature mRNA transcripts the mature mRNA transcripts can be translated into protein shown in the red portion of the image while mRNA transcripts have a poly a tail which is a sequence of a's at the end of the transcript many of the non-coding rnas do not although all cells contain the same DNA sequence muscle cells are different from nerve cells and other types of cells because of the different genes that are turned on in these cells and the different RNAs and proteins produced similarly a disease-causing mutation can lead to differences in what genes are turned on or expressed and which genes are turned off a mutation can affect the type and quantity of RNAs proteins produced to explore the gene expression changes that occur in disease or between different conditions it can be useful to measure the quantity of RNA expressed by all genes using RNA seek then differential expression analysis of RNA seek data can be used to determine whether there are significant differences in gene expression between conditions using differential expression analysis we can ask various questions including which genes are different differentially expressed between sample groups are there any trends in gene expression over time or across conditions which groups of genes change similarly over time or across conditions what processes or pathways are enriched for my condition of interest now let's explore the biology of
Original Description
Want to learn more? Take the full course at https://learn.datacamp.com/courses/rna-seq-with-bioconductor-in-r at your own pace. More than a video, you'll learn hands-on coding & quickly apply skills to your daily work.
---
Hi, my name is Mary Piper. I am a consultant and trainer for the bioinformatics core at the Harvard T.H. Chan School of Public Health. My expertise is in RNA-Seq analyses, and I am excited to lead you through the RNA-Seq workflow.
In this course, we will discuss all steps in the RNA-Seq workflow but will focus our hands-on lessons to the differential expression analysis. By the end of this course, you should be able to independently discover the genes that are differentially expressed between your experimental groups.
However, before we get into the analysis details, let's take a step back to ensure we have a solid understanding of what RNA-Seq is and the types of questions we can address using this technique.
All living organisms contain the instructions for life in their genome, which is present in the nuclei of their cells.
The genome is comprised of double-stranded DNA divided into chromosomes; for humans, there are 23, but different organisms will have differing numbers of chromosomes.
The building blocks of our DNA are called nucleotides, and there are four different nucleotide bases in DNA: guanine, adenine, cytosine, and thymine. We will refer to these nucleotides as G, A, C, and T.
The double-stranded DNA forms a helix with a sugar-phosphate backbone, and within this helix, A nucleotides pair with T and G nucleotides pair with C.
The order of these nucleotides is called the DNA sequence.
Within this sequence are regions called genes. Genes provide instructions to make proteins, which perform some function within the cell. To make proteins, the DNA is transcribed into messenger RNA, or mRNA, which is translated by the ribosome into protein.
Some genes encode RNA that does not get translated into protein; these RNAs are called no
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 Reads
📰
📰
📰
📰
Powering the Future of Health Tech: How Kinetic Energy Harvesting Eliminates the Wearable Charging…
Medium · AI
This ChatGPT Prompt Helped Me Reorganize My Team’s Workload
Medium · AI
This ChatGPT Prompt Helped Me Reorganize My Team’s Workload
Medium · ChatGPT
Clipdrop vs Runway vs Kling: Which is Best for Drama in 2026?
Dev.to AI
🎓
Tutor Explanation
DeepCamp AI