Skip to content
Snippets Groups Projects
Select Git revision
  • 73e901b616bfdc8943426e6c0440e167e38287df
  • develop default protected
  • master protected
  • kristin_optim_test
  • 3.9.0
  • 3.8.0
  • 3.7.0
  • 3.6.0
  • 3.5.0
  • 3.4.1
  • 3.4.0
  • 3.3.3
  • 3.3.2
  • 3.3.0
  • 3.2.14
  • 3.2.13
  • 3.2.12
17 results

SourcePositions.txt

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 }