- Home
- Bioconductor 3.23
- Software Packages
- rsbml (development version)
rsbml
This is the development version of rsbml; for the stable release version, see rsbml.
R support for SBML, using libsbml
Bioconductor version: Development (3.23)
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("rsbml")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("rsbml")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("rsbml")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.