-
Notifications
You must be signed in to change notification settings - Fork 19
Installing R
Damien Farrell edited this page Jul 13, 2017
·
1 revision
R is not a requirement for this package but is currently needed to do differential expression analysis using the edgeR package. You will not need to use R directly at all. smallrnaseq handles pre-processing your count data according to the factors you want to compare.
Installation is via the package managers so on Ubuntu:
sudo apt install r-base
Go to https://cran.r-project.org/ and download the installers.
This is an extra package provided as part of the bioconductor project. You can install from the command line as follows:
## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("edgeR")