SBSCL | Systems Biology Simulation Core Library
kandi X-RAY | SBSCL Summary
kandi X-RAY | SBSCL Summary
The Systems Biology Simulation Core Library (SBSCL) provides an efficient and exhaustive Java implementation of methods to interpret the content of models encoded in the Systems Biology Markup Language (SBML) and its numerical solution. This library is based on the JSBML project. It can be used on every operating system for which a Java Virtual Machine is available. Please note that this project does not contain any user interface neither a command-line interface, nor a graphical user interface. This project has been developed as a pure programming library. To support the MIASE effort, it understands SED-ML files. Its abstract type and interface hierarchy facilitates the implementation of further community standards, such as CellML.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of SBSCL
SBSCL Key Features
SBSCL Examples and Code Snippets
/
|- dev -> Contains the diagrams and fomatting-guidelines for the developers
|- docs -> Contains code for the maven built website
|- modules -> Contains the code for support of cellDesigner and
Community Discussions
Trending Discussions on SBSCL
QUESTION
I am working on the Simulation Biology Simulation Core Library (SBSCL) where we are currently simulating the SBML models from the SBML Test Suite. But I am having issues in simulating the SBML models where there are coupled compartment and species rate rules and the species are in concentration units (i.e. the species depends on the values of the compartment). The models with this property can be found in the SBML Test Suite with one of them being the test case 1198.
The series of discussions on this issue can also be found at the sbml-discuss google group [Link]. Even I have created an issue for this in SBSCL.
Can I get the best way of simulating this type of SBML models?
...ANSWER
Answered 2020-Jul-02 at 19:40If you can treat your species concentration like a parameter, this is the easiest solution: simply set the rate of change directly. If asked to compute the amount of the species, multiply that concentration by the compartment size.
If, however, your simulator is like most SBML simulators, your fundamental unit of change is the species amount. This makes this scenario particularly awkward, because the rate of change of the species amount must be derived from the rate of change of the species concentration as well as the rate of change of the compartment size.
However, it's still doable. If we use "S1" as the species amount, "[S1]" as the species concentration, and "C" as the compartment size:
Again, this applies in the scenario where dC/dt and d[S1]/dt are defined, and dS1/dt is unknown.
This can be derived as follows:
(via the chain rule)
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install SBSCL
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page