Skip to content
Snippets Groups Projects
Commit 87fa7808 authored by Jeffrey Pullin's avatar Jeffrey Pullin
Browse files

Add MAST to list of required R packages

parent 65c2b09e
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,8 @@ r_package_dependencies <- c(
"tools", "stats", "khroma", "ggforce",
"MASS", "pheatmap", "jsonlite",
"R.utils", "AnnotationDbi", "edgeR", "glmGamPoi",
"limma", "multcomp", "reticulate", "cli"
"limma", "multcomp", "reticulate", "cli",
"MAST"
)
BiocManager::install(r_package_dependencies)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment