1. 学ぶ
  2. /
  3. コース
  4. /
  5. RNA-Seq with Bioconductor in R

Connected

演習

RNA-Seq Packages

We will be using DESeq2 for performing the differential expression analysis and additional R packages for data wrangling and plotting. Before we can run any analyses, we need to load the following packages DESeq2, RColorBrewer, pheatmap, and tidyverse.

指示

100 XP
  • Using library(), import the packages DESeq2, RColorBrewer, pheatmap, and tidyverse.