Difference between revisions of "R installation"

From BioUML platform
Jump to: navigation, search
(Created page with "This page describes how to install R for BioUML. You need to perform the following steps: * R itself: yum install R or apt-get install r-recommended * Rserve: apt-get inst...")
 
Line 16: Line 16:
 
* Agilent normalization (from R-console):
 
* Agilent normalization (from R-console):
 
  biocLite("limma")
 
  biocLite("limma")
 +
 +
[[Category:Installation]]

Revision as of 12:37, 28 March 2013

This page describes how to install R for BioUML. You need to perform the following steps:

  • R itself:
yum install R

or

apt-get install r-recommended
  • Rserve:
apt-get install r-cran-rserve
  • BioConductor (from R-console):
source("http://bioconductor.org/biocLite.R")
biocLite()
biocLite("makecdfenv", lib="/usr/local/lib/R/site-library")
  • Illumina normalization (from R-console):
biocLite("lumi")

Note that this step may require installation of additional packages in the system like libxml2-dev, libglut3-dev, libcurl4-gnutls-dev.

  • Agilent normalization (from R-console):
biocLite("limma")
Personal tools
Namespaces

Variants
Actions
BioUML platform
Community
Modelling
Analysis & Workflows
Collaborative research
Development
Virtual biology
Wiki
Toolbox