Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Samuel Granjeaud
analyticyte
Commits
b1c48f5f
Commit
b1c48f5f
authored
1 year ago
by
Samuel Granjeaud
Browse files
Options
Download
Email Patches
Plain Diff
Update install.R
parent
19a84537
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
install.R
install.R
+1
-1
No files found.
install.R
View file @
b1c48f5f
...
...
@@ -2,7 +2,7 @@
install.packages
(
"ggplot2"
)
# Installation of packages with BiocManager
#
BiocManager::install(c("
DESeq2
", "limma"), ask = FALSE)
BiocManager
::
install
(
c
(
"
SummarizedExperiment"
,
"SingleCellExperiment"
,
"ComplexHeatmap
"
,
"limma"
),
ask
=
FALSE
)
# Installation of packages from GitLab
remotes
::
install_gitlab
(
'lohmann/projectsetup'
,
host
=
'https://gitcrcm.marseille.inserm.fr'
)
...
...
This diff is collapsed.
Click to expand it.
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