/
Intro to R & Bioconductor
Intro to R & Bioconductor
Class Material
Intro to R and Bioconductor - https://github.com/hmsrc/user-training/blob/master/Intro_to_R_and_Bioconductor.pdf
Dataset (download if planning to do the exercise)
Connect to O2
ssh -Y -L $PORT:127.0.0.1:$PORT <your_HMS_ID>@o2.hms.harvard.edu
Managing your R packages on O2
Create an R Personal Library
# Create a library on your HOME ("~") directory
mkdir ~/R-4.1.1
# Create an .Renviron file
echo 'R_LIBS_USER="~/R-4.1.1"'> $HOME/.Renviron
Running RStudio on O2
For more in-depth details, please visit our wiki page - RStudio on O2.
Load RStudio modules
module load rstudio_launcher/1.0
module load gcc/6.2.0
module load R/4.1.1
module load git/2.9.5
Launch RStudio
intro.R
Installing R Packages
Comprehensive R Archive Network (CRAN)
Bioconductor
GitHub
Related content
Installing Other R packages on O2
Installing Other R packages on O2
More like this
Personal R Packages
Personal R Packages
More like this
R Biostatistics Course
R Biostatistics Course
Read with this
771 Open Source Applications on O2 [BioGrids]
771 Open Source Applications on O2 [BioGrids]
More like this
Filesystem Quotas
Filesystem Quotas
Read with this
spp (1.15.2) for Chip-Seq
spp (1.15.2) for Chip-Seq
More like this