Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peterajhgraham/metabolic_pathway_gnn

A Julia-based Graph Neural Network (GNN) model developed for the use case of analyzing and predicting outcomes within metabolic pathways in various biological systems.
https://github.com/peterajhgraham/metabolic_pathway_gnn

computational-molecular-biology graph-neural-networks metabolic-systems

Last synced: 14 days ago
JSON representation

A Julia-based Graph Neural Network (GNN) model developed for the use case of analyzing and predicting outcomes within metabolic pathways in various biological systems.

Awesome Lists containing this project

README

        

# Graph Neural Networks for Metabolic Pathway Prediction

This project implements a Graph Neural Network in Julia for analyzing and predicting outcomes within metabolic pathways.

## Directory Structure

```
Metabolic_Pathway_GNN/
├── src/
│ ├── data_preprocessing.jl
│ ├── gnn_model.jl
│ ├── train.jl
│ ├── evaluate.jl
│ └── Main.jl

├── Project.toml
├── .gitignore
└── README.md
```