Difference between revisions of "R installation"

From BioUML platform
Jump to: navigation, search
m ({{R}} used; Category:R added)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This page describes how to install {{R}} for BioUML. You need to perform the following steps:
+
This page describes how to install {{R}} for BioUML. There is a special script in BioUML source tree scripts/R/install that will install R and required packages (only for ubuntu):
 +
You need to perform the following steps:
  
* R itself:
+
* Change directory to BioUML/scripts/R
  yum install R
+
  cd BioUML/scripts/R
or
+
* run install script as root user
apt-get install r-recommended
+
  sudo ./install
* Rserve:
+
 
apt-get install r-cran-rserve
+
=== See also ===
* BioConductor (from R-console):
+
* [[Using R in BioUML]]
  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")
+
  
 
[[Category:Installation]]
 
[[Category:Installation]]
 
[[Category:R]]
 
[[Category:R]]

Latest revision as of 16:21, 4 June 2015

This page describes how to install R for BioUML. There is a special script in BioUML source tree scripts/R/install that will install R and required packages (only for ubuntu): You need to perform the following steps:

  • Change directory to BioUML/scripts/R
cd BioUML/scripts/R
  • run install script as root user
sudo ./install

[edit] See also

Personal tools
Namespaces

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