diff --git a/man/getSBMLmodNotes.Rd b/man/getSBMLmodNotes.Rd index d5843ca8193e43107bbf585f4608d7f8dfc1d2f9..005e8cf649ad9a0fd441d9cbe81eafa53a3bfb98 100644 --- a/man/getSBMLmodNotes.Rd +++ b/man/getSBMLmodNotes.Rd @@ -1,44 +1,44 @@ -\name{getSBMLmodNotes} -\alias{getSBMLmodNotes} - -\title{ - Get Model Note -} - -\description{ - Retrieve model notes 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 notes 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{getSBMLmodNotes} +\alias{getSBMLmodNotes} + +\title{ + Get Model Note +} + +\description{ + Retrieve model notes of a SBML model +} + +\usage{ + getSBMLmodNotes(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 notes 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