MoleculeOntogeny | R Documentation |
Use when retrieving individual values using the createIndividualAlgorithm. This class is a simple pair (MoleculeName, Ontogeny) allowing the user to retrieve potential ontogeny values.
ospsuite.utils::Printable
-> MoleculeOntogeny
molecule
Name of the molecule in the model
ontogeny
Name of the ontogeny to use for the molecule
new()
Initialize a new instance of the class
MoleculeOntogeny$new(molecule, ontogeny)
molecule
molecule name
ontogeny
ontogeny to use for the Molecule (one of StandardOntogeny)
A new MoleculeOntogeny
object.
print()
Print the object to the console
MoleculeOntogeny$print(...)
...
Rest arguments.
printMoleculeOntogeny()
Print the MoleculeOntogeny
on one line
MoleculeOntogeny$printMoleculeOntogeny()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.