Skip to content

Commit f5ab952

Browse files
committed
2 parents 0eea45f + f503393 commit f5ab952

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,23 @@ In recent years, R has gained popularity in the field of machine learning. Packa
1010

1111
## Before Starting
1212

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:
20+
```
21+
git clone https://github.com/bioinfodlsu/basic-r-tutorial
22+
```
23+
24+
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.
1525

1626
## Topic Outline
1727

1828
- [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)
2030
- Learn R: Data Frames
2131
- Manipulating Data with `dplyr`
2232
- 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
2535

2636
## References
2737

28-
The notebooks reference the following tutorials:
38+
This tutorial references the following resources:
2939
- https://www.kaggle.com/code/hamelg/intro-to-r-index/notebook
3040
- https://uclouvain-cbio.github.io/WSBIM1207/sec-dplyr.html
3141

32-
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
3444

3545
## Authors
3646

0 commit comments

Comments
 (0)