User:Vincent Rouilly/Computational Biology With R
From OpenWetWare
(Difference between revisions)
(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...) |
m (→Running SBML models in R) |
||
| Line 4: | Line 4: | ||
===Running SBML models in R=== | ===Running SBML models in R=== | ||
| - | # Install '''SBMLR''' package | + | # Install '''[http://www.bioconductor.org/packages/bioc/html/SBMLR.html SBMLR]''' package |
## Start R, and enter: | ## Start R, and enter: | ||
| - | ## source("http://bioconductor.org/biocLite.R") | + | ## > source("http://bioconductor.org/biocLite.R") |
| - | ## biocLite("SBMLR") | + | ## > biocLite("SBMLR") |
| - | # | + | # Load library 'SBMLR' in R by typing: |
| - | # | + | ## > library("SBMLR") |
| + | # | ||
Revision as of 11:50, 10 December 2009
Computational Biology with R
Tutorials
Running SBML models in R
- Install SBMLR package
- Start R, and enter:
- > source("http://bioconductor.org/biocLite.R")
- > biocLite("SBMLR")
- Load library 'SBMLR' in R by typing:
- > library("SBMLR")


