User Tools

Site Tools


mkatari-bioinformatics-august-2013-deseq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
mkatari-bioinformatics-august-2013-deseq [2013/08/23 16:27] mkatarimkatari-bioinformatics-august-2013-deseq [2015/06/17 06:14] mkatari
Line 9: Line 9:
 source("http://bioconductor.org/biocLite.R") source("http://bioconductor.org/biocLite.R")
 biocLite("DESeq") biocLite("DESeq")
-</code> 
- 
-Once we have installed the DESeq package in our local R repository we need to let our script know to look in this directory so if anyone wants to run our script, it will know exactly where to look for DESeq. R uses a variable (.libPaths) to store locations where it should look for packages. By default R will look in the global R library and the user's local path (if one exists). We will simply add our R library path to this variable. The other option is to tell the system administrator to add the packages to the global library path. This is done in the following lines of the code: 
- 
-<code> 
-mannyLibPaths = '/home/mkatari/R/x86_64-unknown-linux-gnu-library/3.0' 
-.libPaths(new='/home/mkatari/R/x86_64-unknown-linux-gnu-library/3.0') 
 </code> </code>
  
mkatari-bioinformatics-august-2013-deseq.txt · Last modified: 2015/08/21 14:13 by mkatari