You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-6
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,23 @@ In recent years, R has gained popularity in the field of machine learning. Packa
10
10
11
11
## Before Starting
12
12
13
-
1. Download and install both **R** and **RStudio**: https://posit.co/download/rstudio-desktop/
14
-
1. We will be using R markdown for this tutorial. Kindly refer to this video on how to work with R markdown files on RStudio: https://www.youtube.com/watch?v=DNS7i2m4sB0
13
+
### 1. Install the required software
14
+
Download and install both **R** and **RStudio**: https://posit.co/download/rstudio-desktop/
15
+
16
+
This tutorial consists of R markdown files. Kindly refer to this video on how to work with R markdown files on RStudio: https://www.youtube.com/watch?v=DNS7i2m4sB0
17
+
18
+
### 2. Create a copy of this repository
19
+
If you have [Git](https://git-scm.com/) installed, run the following command on the terminal:
If Git is not installed, click the green `Code` button near the top right of the repository and choose `Download ZIP`. Once the zipped folder has been downloaded, extract its contents.
15
25
16
26
## Topic Outline
17
27
18
28
-[Introduction to R Syntax](https://github.com/bioinfodlsu/basic-r-tutorial/blob/main/1.%20Introduction%20to%20R%20Syntax.Rmd)
19
-
- Groups of Data: Vectors, Matrices & Lists
29
+
-[Groups of Data: Vectors, Matrices & Lists](https://github.com/bioinfodlsu/basic-r-tutorial/blob/main/2.%20Groups%20of%20Data%20-%20Vectors%2C%20Matrices%20%26%20Lists.Rmd)
20
30
- Learn R: Data Frames
21
31
- Manipulating Data with `dplyr`
22
32
- Learn R: Fundamentals of Data Visualization with `ggplot2`
@@ -25,12 +35,12 @@ In recent years, R has gained popularity in the field of machine learning. Packa
The dataset used was downloaded using [INPHARED](http://doi.org/10.1089/phage.2021.0007) last September 2022:
33
-
- Cook, R., Brown, N., Redgwell, T., Rihtman, B., Barnes, M., Clokie, M., Stekel, D. J., Hobman, J. L., Jones, M. A., Millard, A. (2021). INfrastructure for a PHAge REference Database: Identification of large-scale biases in the current collection of cultured phage genomes. _PHAGE,2_(4), 214-223. http://doi.org/10.1089/phage.2021.0007
42
+
The dataset we use in this tutorial was downloaded using [INPHARED](http://doi.org/10.1089/phage.2021.0007) last September 2022:
43
+
- Cook, R., Brown, N., Redgwell, T., Rihtman, B., Barnes, M., Clokie, M., Stekel, D. J., Hobman, J. L., Jones, M. A., & Millard, A. (2021). INfrastructure for a PHAge REference Database: Identification of large-scale biases in the current collection of cultured phage genomes. _PHAGE,2_(4), 214-223. http://doi.org/10.1089/phage.2021.0007
0 commit comments