Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bilian Xiong
adv_scrnaseq_2020
Commits
6383fa07
Commit
6383fa07
authored
May 25, 2020
by
Michael Stadler
Browse files
add org.Hs.eg.db
parent
ef90b999
Changes
1
Hide whitespace changes
Inline
Side-by-side
install.R
View file @
6383fa07
...
...
@@ -4,7 +4,7 @@ BiocManager::install(ask = FALSE)
# install additional packages and dependencies
pkgs
<-
c
(
"batchelor"
,
"BiocNeighbors"
,
"Biostrings"
,
"BSgenome"
,
"coop"
,
"dplyr"
,
"e1071"
,
"eisaR"
,
"fishpond"
,
"GenomeInfoDb"
,
"GenomeInfoDbData"
,
"GenomicFeatures"
,
"GenomicRanges"
,
"ggplot2"
,
"IRanges"
,
"keras"
,
"knitr"
,
"RColorBrewer"
,
"reticulate"
,
"rjson"
,
"rmarkdown"
,
"ggplot2"
,
"IRanges"
,
"keras"
,
"knitr"
,
"org.Hs.eg.db"
,
"RColorBrewer"
,
"reticulate"
,
"rjson"
,
"rmarkdown"
,
"rsvd"
,
"Rtsne"
,
"scater"
,
"scran"
,
"Seurat"
,
"SingleCellExperiment"
,
"SummarizedExperiment"
,
"tensorflow"
,
"tibble"
,
"tidyr"
,
"tximeta"
)
BiocManager
::
install
(
pkgs
,
ask
=
FALSE
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment