{% extends "base.html" %} {% block style %} {% endblock %} {% block content %}

Herb-Disease Table

{% for ingredient in result.ingredients %} {% if ingredient.diseases %}{% endif %} {% endfor %}
IngredientDisease
{{ ingredient.name }}{% for disease in ingredient.diseases %}{{ disease.name }}
{% endfor %}

Click Here to download the souce file of network display

Herbal Ingredient-Target-Disease Network Display

Data buffering takes about 1 or more minute acording to the network size.
Please wait patiently

Loading... {% endblock %}