Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bio334_spring2020_exam
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Can Ulutekin Alvarez
bio334_spring2020_exam
Commits
fc19cbd3
Commit
fc19cbd3
authored
May 26, 2020
by
Mark Robinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update list of R packages
parent
a6260186
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
install.R
install.R
+2
-1
No files found.
install.R
View file @
fc19cbd3
...
...
@@ -4,7 +4,8 @@ BiocManager::install(c("BSgenome.Hsapiens.UCSC.hg38","Biostrings","BiocStyle","C
"ShortRead"
,
"SingleCellExperiment"
,
"SummarizedExperiment"
,
"airway"
,
"cowplot"
,
"dplyr"
,
"edgeR"
,
"ggplot2"
,
"knitr"
,
"limma"
,
"readr"
,
"CATALYST"
,
"diffcyt"
,
"scran"
,
"rtracklayer"
,
"stringr"
,
"tibble"
,
"tidyr"
,
"magrittr"
),
version
=
"3.11"
,
quiet
=
TRUE
)
"rtracklayer"
,
"stringr"
,
"tibble"
,
"tidyr"
,
"magrittr"
,
"pheatmap"
,
"CellBench"
,
"ExperimentHub"
,
"clustree"
),
version
=
"3.11"
,
quiet
=
TRUE
)
#BiocManager::install("tidyverse")
#BiocManager::install(c("usethis", "git2r", "devtools", "remotes"))
...
...
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