Skip to content
Snippets Groups Projects
Select Git revision
  • 4d7d80c5a00acf5de7f46d698f4ccc5d004c7ba2
  • master default protected
  • emoUS
  • add_default_vectorizer_and_pretrained_loading
  • clean_code
  • readme
  • issue127
  • generalized_action_dicts
  • ppo_num_dialogues
  • crossowoz_ddpt
  • issue_114
  • robust_masking_feature
  • scgpt_exp
  • e2e-soloist
  • convlab_exp
  • change_system_act_in_env
  • pre-training
  • nlg-scgpt
  • remapping_actions
  • soloist
20 results

e2e_dataloader.py

Blame
  • 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 }