Bioconductor – rsbml

DOI: 10.18129/B9.bioc.rsbml  

 

R support for SBML, using libsbml

Bioconductor version: Release (3.5)

Links R to libsbml for SBML parsing, validating output, provides an S4 SBML DOM, converts SBML to R graph objects. Optionally links to the SBML ODE Solver Library (SOSLib) for simulating models.

Author: Michael Lawrence <michafla at gene.com>

Maintainer: Michael Lawrence <michafla at gene.com>

Citation (from within R,
enter citation("rsbml")):

Installation

To install this package, start R and enter:

## try http:// if https:// URLs are not supported
source("https://bioconductor.org/biocLite.R")
biocLite("rsbml")

Documentation

To view documentation for the version of this package installed
in your system, start R and enter:

browseVignettes("rsbml")

 

Details

Package Archives

Follow
Installation
instructions to use this
package in your R session.


Read more here: Source link