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

getSBMLnumCompart.Rd

Blame
  • user avatar
    Claus Jonathan Fritzemeier authored
    a1717cb4
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    getSBMLnumCompart.Rd 879 B
    \name{getSBMLnumCompart}
    \alias{getSBMLnumCompart}
    
    \title{
      Get Number of Compartments
    }
    
    \description{
      Retrieve number of compartments of a SBML model.
    }
    
    \usage{
      getSBMLnumCompart(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 compartments 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: Claus Jonathan Fritzemeier <clausjonathan.fritzemeier@uni-duesseldorf.de>
    }
    
    
    \seealso{
      \code{\link{getSBMLmodel}}, \code{\linkS4class{sbmlPtr}}
    }
    
    \keyword{ IO }