R packages
List of R packages used
CRAN
data.table: https://cran.r-project.org/package=data.table
ggbeeswarm: https://cran.r-project.org/package=ggbeeswarm
Bioconductor
GenomicFeatures: https://bioconductor.org/packages/GenomicFeatures/
EnhancedVolcano: https://bioconductor.org/packages/EnhancedVolcano/
GitHub
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("devtools") # only if devtools not yet installed
BiocManager::install("COMBINE-lab/wasabi")
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("devtools") # only if devtools not yet installed
BiocManager::install("pachterlab/sleuth")
Last updated
Was this helpful?