User:Vincent Rouilly/Computational Biology With R

From OpenWetWare
Revision as of 07:32, 10 December 2009 by Vincent Rouilly (talk | contribs) (New page: =Computational Biology with R= ==Tutorials== ===Running SBML models in R=== # Install '''SBMLR''' package ## Start R, and enter: ## source("http://bioconductor.org/biocLite.R") ## biocLi...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Computational Biology with R

Tutorials

Running SBML models in R

  1. Install SBMLR package
    1. Start R, and enter:
    2. source("http://bioconductor.org/biocLite.R")
    3. biocLite("SBMLR")
  2. Dowload this SBML file that describes a simple Enzymatic reaction with Michaelis-Menten reaction
  3. ...