DevoGraph is a GSoC 2022 project under the administration of INCF and DevoWorm.
Our main goal is to provide examples and components that utlize (Temporal/Directed/...) Graph Neural
Networks to model the developmental process of C. elegans
DevoGraph stage 1 extracts centroids of cell, volume of cells from time series
data and rewrites them in csv file
DevoGraph stage 1 extracts centroids of cells using DevoLearn Pre-trained from time series data and
rewrites them in csv file.
DevoGraph stage 2 has KNN-based method constructing temporal graphs.Each node
represents a cell at a certain frame, and edges at the same frame connect neighbors according to KNN
while edges across different frames connect mother and daughter cells