startQuest("Differential Expression Analysis - Practical")
    h1("Preformed leaves Differential Expression")

For the practical, you will replicate what we have been doing in the tutorial. However, there are a few twists.

"D2 vs. D0" vs. "D1 vs. D0", in other words, since we are on a log scale:

(D2 - D0) - (D1 - D0) = D2 - D1

This is written as an argument to the results function as follows:

res <- results(dds,contrast = list("DevStage_D2_vs_D0","DevStage_D1_vs_D0"))

    endQuest()


UPSCb/RnaSeqTutorial documentation built on Nov. 24, 2020, 12:40 a.m.