Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wiki
Manage
Activity
Members
Plan
Wiki
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
chromatin_summer_school_2022
wiki
Wiki
Home
Changes
Page history
New page
Templates
Clone repository
Update home
authored
2 years ago
by
tamas.schauer
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
home.md
+1
-1
1 addition, 1 deletion
home.md
with
1 addition
and
1 deletion
home.md
View page @
9ceff082
...
@@ -16,7 +16,7 @@ Welcome to the Helmholtz Summer School on Chromatin Biology: A hands-on expediti
...
@@ -16,7 +16,7 @@ Welcome to the Helmholtz Summer School on Chromatin Biology: A hands-on expediti
*
Install
[
R
](
https://cran.r-project.org/
)
(
version
R-4.2.1)
*
Install
[
R
](
https://cran.r-project.org/
)
(
version
R-4.2.1)
*
Install
[
RStudio
](
https://rstudio.com/products/rstudio/download/
)
(
version
RStudio-2022.07.0)
*
Install
[
RStudio
](
https://rstudio.com/products/rstudio/download/
)
(
version
RStudio-2022.07.0)
*
Install required packages
*
Install required packages
*
Bioconductor
version
[
3.15
](
https://www.bioconductor.org/install/
)
*
[
Bioconductor
](
https://www.bioconductor.org/install/
)
(
version
3.15)
```
r
```
r
if
(
!
require
(
"BiocManager"
,
quietly
=
TRUE
))
if
(
!
require
(
"BiocManager"
,
quietly
=
TRUE
))
install.packages
(
"BiocManager"
)
install.packages
(
"BiocManager"
)
...
...
This diff is collapsed.
Click to expand it.