☰ Menu

      RNA Seq Differential Expression and Enrichment Analysis

Home
Preliminaries
Before the course
File downloads
Data Analysis
Differential Expression
Enrichment Analysis
R Code for Quizzes
Upcoming
Upcoming Bioinformatics Core Courses

R code for selected quiz answers

Note: There are multiple ways of doing just about anything in R, the code shown below is one of many ways.

DE

Quiz 1

Quiz 2

Quiz 3

Quiz 4

Enrichment

Quiz 1

Quiz 2

mmu04740 <- pathview(gene.data = foldChangeList, pathway.id = “mmu04740”, species = “mmu”, limit = list(gene=max(abs(foldChangeList)), cpd=1)) ```