Skip to content

Commit 7f22696

Browse files
committed
adding SAGE conv training step
1 parent ffc2b85 commit 7f22696

File tree

10 files changed

+545
-10
lines changed

10 files changed

+545
-10
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ Website: [Nextflow Graph Machine Learning](https://jbris.github.io/nextflow-grap
1515

1616
# Introduction
1717

18-
The purpose of this project is to provide a simple demonstration of how to construct a Nextflow pipeline, with MLOps integration, for performing gene regulatory network (GRN) reconstruction using graph neural networks (GNNs). We also demonstrate how to extend the GNN to perform uncertainty quantification using deep kernel learning (DKL).
18+
The purpose of this project is to provide a simple demonstration of how to construct a Nextflow pipeline, with MLOps integration, for performing gene regulatory network (GRN) reconstruction using graph neural networks (GNNs).
1919

2020
# The pipeline
2121

2222
The pipeline is composed of the following steps:
2323

2424
1. Exploratory data analysis: View the GRN and calculate some summary statistics.
2525
2. Processing: Process the graph feature matrix and edge list. Remove the disconnected subgraph.
26-
3. ArangoDB Importing: Import the graph into ArangoDB.
26+
3. ArangoDB Importing: Import the graph into ArangoDB.
27+
4. Train a graph neural network using SAGE convolutional layers.

0 commit comments

Comments
 (0)