*Vertices {{ length }}{% for source in sources %} {{ source.num }}~{{ source.name }}~
Formula:{{ source.formula }}
~1~1{% endfor %}{% for ingredient in ingredients %} {{ ingredient.num }}~{{ ingredient.name }}~Formula:{{ ingredient.formula }}
~2~1{% endfor %}{% for target in targets %} {{ target.num }}~{{ target.gene_name }}~Uniprot:{{ target.uniprot }}
{% if target.function %}{{ target.function }}{% else %}FUNCTION: the function is unknown.{% endif %}
~0~0{% endfor %} *Edges{% for pare in pares %} {{ pare }}{% endfor %}