-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.Rmd
60 lines (49 loc) · 1.6 KB
/
index.Rmd
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
---
title: "Introduction to R (2021)"
author: "Sarah Bonnin"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
output: bookdown::gitbook
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
---
# Welcome
<h3> Dates, time & location </h3>
* Dates (2021):
* Module 1: March 15,16
* Introduction to R and RStudio
* Paths and directories
* R basics
* Functions in R
* R scripts
* Data types & data structures
* Module 2: March 22, 23
* More on data frame manipulation
* Input / output
* Library and packages
* Module 3: April 12, 13:
* basic plotting
* plotting with ggplot2
* EXTRAS:
* Regular expressions
* Conditional statement
* Repetitive execution
* Time:
* 10:00-13:00 <br>
* Location:
* Online (Zoom)
<h3> Instructors </h3>
[Sarah Bonnin](mailto:[email protected])<br>
[Julia Ponomarenko](mailto:[email protected])<br>
from the CRG [Bioinformatics core facility](https://biocore.crg.eu/) (office , 4th floor hospital side)
<h3> Learning objectives </h3>
<a href="https://biocorecrg.github.io/CRG_RIntroduction/images/learningobjectives.png"><img src="images/learningobjectives.png" width="600"/></a>
<h3>Material</h3>
All material is available from this page (https://biocorecrg.github.io/CRG_RIntroduction_2021/) and will be regularly updated.
<br>
If you want to get the latest version locally, you can:
* download and uncompress the [zip archive](https://github.com/biocorecrg/CRG_RIntroduction_2021/archive/master.zip)
* keep only the "docs" and " images" folders.
* open the "index.html" file in a web browser.