Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@

\begin{adjustwidth}{}{1cm}

\abstract{Constraint-based modeling is a well-established modeling methodology used to analyze and study biological networks at both the medium-scale and genome-scale. Due to their large size and complexity, such steady-state flux models are typically analyzed using constraint-based optimization techniques, such as Flux Balance Analysis (FBA).
\abstract{Constraint-based modeling is a well-established modeling methodology used to study biological networks at both the medium-scale and genome-scale. Due to their large size and complexity, such steady-state flux models are typically analyzed using constraint-based optimization techniques, such as Flux Balance Analysis (FBA).

The Flux Balance Constraints (FBC) Package extends SBML Level 3 to provide a standardized format for encoding, exchanging, and annotating constraint-based models. It includes support for modeling concepts such as objective functions, flux bounds, and annotation of model components that facilitate reaction balancing. Version two extended the original release by adding official support for encoding gene-protein associations and their associated elements.
The Flux Balance Constraints (FBC) Package extends SBML Level 3 to provide a standardized format for encoding, exchanging, and annotating constraint-based models. It includes support for modeling concepts such as objective functions, flux bounds, and annotation of model components that facilitate reaction balancing. Version two extended the original release by adding support for encoding gene-protein associations.

Version three builds upon and maintains backwards compatibility with Version
two by introducing new elements and attributes that include: user-defined constraints, a new quadratic variable type and key-value pair annotation that can be used to store additional information relevant to constraint-based modeling. The only changes to existing attributes are that a Species charge is no longer restricted to an integer value and chemicalFormula can now include generic components.

In addition to providing the elements necessary to uniquely encode existing constraint-based models, the FBC package provides an open platform that facilitates the continued, cross-community development of an interoperable, constraint-based model encoding format.
In addition to providing the elements necessary to uniquely encode constraint-based models, the FBC package provides an open platform that facilitates the continued, cross-community development of an interoperable, constraint-based model encoding format.
}

\end{adjustwidth} % please do not change
Expand Down