Skip to content
Snippets Groups Projects
Select Git revision
  • 3c6857cb85ff3ea78c538abb1bd1a1dfd441eb1b
  • master default protected
  • dev
3 results

getSBMLnumReactions.Rd

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    getSBMLnumReactions.Rd 839 B
    \name{getSBMLnumReactions}
    \alias{getSBMLnumReactions}
    
    \title{
      Get Number of Reactions
    }
    
    \description{
      Retrieve number of reactions of a SBML model.
    }
    
    \usage{
      getSBMLnumReactions(sbmlm)
    }
    
    \arguments{
      \item{sbmlm}{
        An object of class \code{\linkS4class{sbmlPtr}} as returned by
        \code{\link{getSBMLmodel}}. This is basically a pointer to a SBML model.
      }
    }
    
    \value{
      A single integer value containing the number of reactions of a SBML model.
    }
    
    \references{
      Bornstein, B. J., Keating, S. M., Jouraku, A., and Hucka M. (2008)
      LibSBML: An API Library for SBML. \emph{Bioinformatics} \bold{24},
      880--881.
    }
    
    \author{
      Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>
    
      Maintainer: Mayo Roettger <mayo.roettger@hhu.de>
    }
    
    
    \seealso{
      \code{\link{getSBMLmodel}}, \code{\linkS4class{sbmlPtr}}
    }
    
    \keyword{ IO }