-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathset_scRNAtools.R
More file actions
21 lines (18 loc) · 883 Bytes
/
set_scRNAtools.R
File metadata and controls
21 lines (18 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
install.packages("devtools")
devtools::install_github("rhondabacher/SCnorm")
devtools::install_github("lme4/lme4")
devtools::install_github("BatzoglouLabSU/SIMLR")
devtools::install_github("Vivianstats/scImpute")
install.packages("BiocManager")
BiocManager::install("ComplexHeatmap", version = "3.8", update = FALSE)
BiocManager::install("readat", version = "3.8", update = FALSE)
BiocManager::install("SCnorm", version = "3.8", update = FALSE)
BiocManager::install("sva", version = "3.8", update = FALSE)
BiocManager::install("SIMLR", version = "3.8", update = FALSE)
BiocManager::install("tximport", version = "3.8", update = FALSE)
install.packages("R2admb")
install.packages("glmmADMB",
repos=c("http://glmmadmb.r-forge.r-project.org/repos",
getOption("repos")),
type="source")
devtools::install("../scRNAtools_tmp")