The goal of this lesson is to demonstrate how RT-qPCR data can be analysed in R. Specifically, it aims to show how data manipulation with dplyr and plotting with ggplot2 can be pratically applied to a topic familiar to most molecular biologists.
Prerequisites
You should be familiar with the dplyr data manipulation functions
filter
,select
,mutate
,group_by
, andsummarise
. You should also have an understanding of the principles of plotting with ggplot2.