-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackages.R
85 lines (83 loc) · 1.43 KB
/
packages.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
install.packages(c(
"arrow",
"BiocManager",
"deldir",
"devtools",
"doMC",
"doRNG",
"DT",
"GGally",
"ggrepel",
"hdf5r",
"kableExtra",
"knitr",
"maps",
"Matrix.utils",
"metap",
"mixtools",
"NMF",
"openxlsx",
"parallel",
"patchwork",
"pdftools",
"pheatmap",
"plotly",
"PoiClaClu",
"R2HTML",
"RColorBrewer",
"RcppArmadillo",
"rsvd",
"Rtsne",
"S4Vectors",
"sctransform",
"Seurat",
"Signac",
"stringr",
"tidyverse",
"viridis",
"zoo"),
repos = "http://cran.rstudio.com/",
dependencies = TRUE)
BiocManager::install(c(
"airpart",
"airway",
"AnnotationHub",
"AUCell",
"batchelor",
"BiocGenerics",
"biomaRt",
"BSgenome",
"BSgenome.Hsapiens.UCSC.hg19",
"clusterProfiler",
"ComplexHeatmap",
"DelayedArray",
"DelayedMatrixStats",
"DESeq2",
"DOSE",
"ensembldb",
"GENIE3",
"GenomicFeatures",
"GenomeInfoDb",
"glmGamPoi",
"enrichplot",
"JASPAR2018",
"limma",
"MAST",
"multtest",
"RcisTarget",
"rhdf5",
"scater",
"SingleCellExperiment",
"SummarizedExperiment",
"TFBSTools",
"vsn"))
devtools::install_github("immunogenomics/harmony")
devtools::install_github("aertslab/SCopeLoomR")
devtools::install_github("aertslab/SCENIC")
devtools::install_github("cole-trapnell-lab/leidenbase")
devtools::install_github("cole-trapnell-lab/monocle3")
devtools::install_github("mojaveazure/loomR")
devtools::install_github("mojaveazure/seurat-disk")
devtools::install_github("satijalab/seurat-data")
devtools::install_github("xzhoulab/iDEA")
devtools::install_github("lucylgao/clusterpval")