View the workshop material here: https://nhihin.com/Bulk_RNAseq_Workshop
- Ensure that RStudio is installed. Install the
renv
package by running the following line in the RStudio Console:
install.packages("renv")
- Download the workshop material by clicking here and unzip the folder.
- Open the
Bulk_RNAseq.Rproj
file to open the R Project in RStudio. - Navigate to the
analysis
folder, and click thede.Rmd
file to open up the analysis in RStudio. - Also, navigate to the
docs
folder, and click on thede.html
file to open up the analysis documentation in a web browser.
- In the RStudio Console, run the following lines of code to download and install all required packages using
renv
:
renv::restore(library = "./rlib/")
.libPaths( c( .libPaths(), "./rlib") )
- You are ready to start running through the workshop material!