diff --git a/man/getSBMLmodAnnotation.Rd b/man/getSBMLmodAnnotation.Rd index c24372b39519901c25db94f42f80b1d2110b7aa8..342af4fec419b91762dd801c1e036353171f8ee2 100644 --- a/man/getSBMLmodAnnotation.Rd +++ b/man/getSBMLmodAnnotation.Rd @@ -1,44 +1,44 @@ -\name{getSBMLmodAnnotation} -\alias{getSBMLmodAnnotation} - -\title{ - Get Model Annotation -} - -\description{ - Retrieve model annotation of a SBML model -} - -\usage{ - getSBMLmodName(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 character string containing the model annotation of the 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 } +\name{getSBMLmodAnnotation} +\alias{getSBMLmodAnnotation} + +\title{ + Get Model Annotation +} + +\description{ + Retrieve model annotation of a SBML model +} + +\usage{ + getSBMLmodAnnotation(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 character string containing the model annotation of the 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 } \ No newline at end of file