Skip to content

mauriceling/advancesyntoolkit

Repository files navigation

AdvanceSyn Toolkit

Modelling and simulation play an increasing role in Systems Science; including Systems Biology, Synthetic Biology, and Metabolic Engineering. However, there are 4 major hurdles for many experimental biologists:

  1. Most modelling and simulation tools require the user to be experienced in the mathematical underpinnings, which is in the domain of mathematicians.
  2. The implementation of the model requires knowledge of specific modelling language, which is in the domain of computer scientists.
  3. Most tools are specific in the modelling language use, which limits inter-operability and cross-utilization of analytical tools. For example, a metabolic model written in MATLAB cannot be used by most tools in systems biology, which tends to use SBML (Systems Biology Markup Language).
  4. It is generally difficult and tedious to merge various small models into an aggregate for further use.

AdvanceSyn Toolkit is a suite of open-sourced tools for model development and model analysis; with an emphasis on systems biology, synthetic biology, and metabolic engineering. There are 3 objectives of AdvanceSyn Toolkit:

  1. It aims to flatten the learning curve in model development for experimental biologists by reducing the amount of mathematics to its minimum.
  2. It aims to be a model converter between different modelling languages, and enables merger of small models into larger models.
  3. It aims to be a platform in which other modelling and simulation tools can be linked and aggregated for inter-operability and workflow development.

License

AdvanceSyn Toolkit is licensed under the Apache License, Version 2.0 (the "License") for academic and not-for-profit use only; commercial and/or for profit use(s) is/are not licensed under the License and requires a separate commercial license from the copyright owner (AdvanceSyn Private Limited); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.