Select Git revision
e2e_dataloader.py
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
getSBMLnumSpecies.Rd 864 B
\name{getSBMLnumSpecies}
\alias{getSBMLnumSpecies}
\title{
Get Number of Species
}
\description{
Retrieve number of species of a SBML model.
}
\usage{
getSBMLnumSpecies(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 species 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 }