Tool:The script to install the required packages for gene expression analysis using DESeq2 for downstream analysis and visualization
0
0
Entering edit mode
8 months ago
if (!requireNamespace("BiocManager", quietly = TRUE))
  install.packages("BiocManager")

# Install Bioconductor packages
BiocManager::install('DESeq2')
BiocManager::install("apeglm")
BiocManager::install("EnhancedVolcano")
BiocManager::install("Glimma")
BiocManager::install("ggrepel")
BiocManager::install('limma')
BiocManager::install('edgeR')
BiocManager::install("reactome.db")
BiocManager::install("AnnotationDbi")

# Install CRAN packages
install.packages('tidyverse')
install.packages('ggplot2')
install.packages("pheatmap")
R RNAseq installation DESeq2 • 7.4k views
ADD COMMENT
0
Entering edit mode

Hi, appreciate the contribution but please understand that generally with "Tools" or "Tutorials" some context is required. The command to install DESeq2 is BiocManager::install('DESeq2') while all other packages are optional for downstream analysis and visualization.

ADD REPLY
0
Entering edit mode

Thanks for the correction. I should also mention the downstream analysis.

ADD REPLY

Login before adding your answer.

Traffic: 1827 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6