|
|
get_elementtype2database()
i think this functions should be replaced with the appropriate
functions in the annotation module |
source code
|
|
|
|
|
|
|
get_element_by_id(model,
id)
get element from libsbml model, no matter which type |
source code
|
|
|
|
get_element_by_annotation(model,
anno)
get element from libsbml model, by annotation |
source code
|
|
|
|
|
|
|
|
|
|
parse_reaction_scheme(string)
Extracts the list of reactants and products and stoichimetries from a
reaction string |
source code
|
|
|
|
make_valid_xml_id(id)
eliminate forbidden characters from designated xml id |
source code
|
|
|
|
reassign_annotations(model)
reassigns all the annotations in the model (to update models to new
annotation syntax) |
source code
|
|
|
|
|
|
bool
|
has_celld_annotations(document)
does the document contain cell designer annotations |
source code
|
|
|
libsbml.Model
|
|
|
Iterator
|
|
|
|
|
|
|
| get_enzyme_for_reaction(reaction,
create=False) |
source code
|
|