Differential expression analyses of RNA-seq

Download the sample R code and run in your local system


Need to install the given below Bioconductor R packages in your R


if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")

BiocManager::install("DESeq2")
BiocManager::install("edgeR")
BiocManager::install("biomaRt")
BiocManager::install('PCAtools')