Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Differential expression analysis using edgeR
Rating: 4.4 out of 5(62 ratings)
1,289 students

Differential expression analysis using edgeR

Learn how to compare two biological conditions using transcriptomic data.
Created byGeorge Sentis
Last updated 10/2023
English
English [Auto],

What you'll learn

  • Understand the structure of RNA-Seq data objects in R
  • Explore your RNA-Seq data
  • Clean your RNA-Seq data
  • Perform differential expression analysis using edgeR

Course content

5 sections15 lectures1h 52m total length
  • Introduction3:11

    beginner-friendly introduction to differential expression analysis using edgeR in R, guiding RNA-seq data exploration with read counts, sample information, and a psoriatic arthritis dataset from the Gene Expression Omnibus repository.

  • R studio1:45

    Install the language and use RStudio, an integrated development environment favored by bioinformaticians, then explore the script, environment, plots, console, installed packages, and help on functions.

  • Refreshing basic R commands2:32

    Master R commands: check and change your working directory with getwd and setwd, switch to home with tilde, assign and remove variables with <-, =, and rm to clear workspace.

  • Installing the packages2:25

    Install the required packages from cran and bioconductor using the bike manager, then install the remaining packages to start the differential expression analysis with edgeR.

Requirements

  • Basic R programming skills

Description

Hello everyone!
My name is George and I am a bioinformatician.
I am here to guide you through an analysis of RNA sequencing data using edgeR.

This is a differential expression analysis where we compare samples from Psoriatic Arthritis patients to Healthy controls in order to identify deregulated genes. It is a very simple and common experimental design that is an industry-standard nowadays and a great tool to have at your disposal.

For this course, you need to have some basic R programming experience and you need to have a computer with R language installed. This course is intended for people aiming to dive into the world of RNA sequencing data analysis and have not had the chance to analyse data using edgeR before.

We will use the publicly available Psoriatic Arthritis dataset and perform some data cleaning, preparation, exploratory analysis, data normalization and subsequently reach our desired goal which is the differential expression analysis. Finally, we will visualize the results by creating a volcano plot and a heatmap of the top differentially expressed genes and we will save any information needed for this analysis to be documented in a reproducible way.

If you fulfil the above-mentioned criteria, tag along and let's explore the basics of differential expression using edgeR!


Who this course is for:

  • Beginner or Advanced R users aiming to delve into bioinformatics