-
Notifications
You must be signed in to change notification settings - Fork 108
/
notes_installation.txt
67 lines (55 loc) · 1.64 KB
/
notes_installation.txt
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
# manual installations:
# for SingleR
install.packages("pbmcapply")
devtools::install_github('dviraran/SingleR')
# OBS! without updating any of the packages.
# for CHETAH
devtools::install_github("asabjorklund/CHETAH")
# OBS! without updating any of the packages.
# OBS! original github repo has R>=3.6 in Description, works fin to install from my fork with R 3.5.1
# Should be installed from: "jdekanter/CHETAH"
###################################################
SingleR - https://github.com/dviraran/SingleR
Imports: BiocManager, - installed
RColorBrewer, - installed
outliers, - fix
matrixStats, - installed
plyr, - installed
dplyr, - installed
ggplot2, - installed
pbmcapply, - fix
Matrix, - installed
GSEABase, - fix
GSVA, - fix
pheatmap, - installed
parallel,- installed
devtools, - installed
doFuture, - fix
data.table, - installed
foreach, - installed
singscore, - fix
doParallel - - installed
# all but pbmcapply have conda env.
- pbmcapply compilation errors req MacOSX SDKs insalled.
# open /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg &
CHETAH - https://github.com/jdekanter/CHETAH
# OBS! Says R>=3.6
Imports:
gplots, - installed
shiny, - installed
plotly, - installed
pheatmap, - installed
bioDist, - fix
dendextend, - fix
cowplot,- installed
corrplot, - fix
grDevices, - installed
stats, - installed
graphics, - installed
reshape2, - installed
S4Vectors, - installed
SummarizedExperiment - installed
Depends:
R (>= 3.6),
ggplot2, - installed
SingleCellExperiment - installed