A web application for analyzing immune related genes and pathways relationships with literature-based knowledge graphs.
immune-knowledgegraph.github.io/
├── api/ # Flask backend
│ ├── app.py # Main application code
│ └── requirements.txt
├── frontend/ # Frontend files
│ └── index.html # Main webpage
└── data/ # Network data
└── ...network_data.csv
- Navigate to the api directory:
cd api- Install dependencies:
pip install -r requirements.txt- Run the Flask server:
python app.py- Open
frontend/index.htmlin a web browser - Enter gene names to analyze
- View results in the table
- Enter gene names (one per line) in the text area
- Click "Analyze" to see pathway relationships
- Results will show pathways with their scores and statistical significance
- POST
/analyze: Accepts a list of genes and returns pathway analysis results