GithubHelp home page GithubHelp logo

devograph's Introduction

DevoGraph

Introduction

  • 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.

Developers

Contributions

Jiahang Li

  • Design a KNN-based method constructing temporal graphs. The method is implemented in ./devograph/datasets/datasets.py. These temporal graphs are based on 3d positions of cell centroids and mimic cell developmental process of C. elegans. 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. Please refer to ./stage_2/stage_2.ipynb to check more details.
  • Refactor codes of constructing directed graphs initially implemented by cell-track-gnn. The re-implementation is in ./devograph/datasets/datasets1.py. This method gives each edge an direction implying the relationship between mother and daughter cells.
  • Refactor codes of a directed GNN initially implemented by cell-track-gnn. The re-implementation is in ./devograph/models/ct.py. The GNN is based on directed graphs and incorporates information of nodes and edges to aggregate messages.
  • Both of re-implementations above abstract the core logic, remove redundant and unrelated codes and unnecessary third-party frameworks, and finally provide easy-to-use APIs.
  • Design the whole pipeline of DevoGraph presented in ./miscellaneous/GSoC 2022 22.1.pdf.
  • Assign tasks to other participants.

Wataru Kawakami

Longhui Jiang

  • Refactor codes of pre-processing 2-D images(frames of videos) and converting them into location information of cells stored in csv files. The re-implementation is based on cell-track-gnn. Please refer to ./stage_1/ and ./stage_1/stage1_by_longhui for more details.
  • Note that in ./stage_1/, ./stage_1/stage1_by_longhui is implemented by Longhui and other files are implemented by Wataru.

devograph's People

Contributors

devoworm avatar sushmanthreddy avatar gauthamk02 avatar orthogonal-research-lab avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.