This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Forum: Package is not available (for R version XXX)? Manually download and install R packages

DESeq as an example.

1. Dowload DESeq_1.8.3.tar.gz and save it.
2. Start R:

#setwd("the path of DESeq_1.8.3.tar.gz you saved")   
install.packages("DESeq_1.8.3.tar.gz", repos = NULL, type="source")   
library(DESeq)
installation package r

0 answers

No answers yet.

Log in to answer this question.