CoolFace
Apppublic

devoworm-group/Lineage_Population

sourceHugging Faceupdated 3y agoView on Hugging Face
2likes
App README

DevolearnLineagpopulationhuggingfacespaces

elegant-embryos

This repository contains work surrounding DevoLearn models and metadata extraction from the C. elegans embryo.

![Binder](https://nbviewer.jupyter.org/github/Mainakdeb/elegant-embryos/)

Exploring Spatial distribution of cells in C. elegans embryo Using 3D Interactive Plots

The EPIC dataset contains time series data surrounding the embryogenesis of the C. elegans embryo. I had to Extract the X, Y, Z coordinates of each cell (of all lineages), extract the timestamps of each cell in sequence, using which I generated the following plots.

  1. 1.A plot showcasing cell positions through time.

<img src="/image/3dplotrotatezoom1.gif" width=300/> <img src="/image/3dplottimelapse_1.gif" width=285/>

  1. 1.Visualizing single cell movement through time. This example shows the movement of the cell of lineage 'Dpa' through time.

<img src="/image/Dpa-9trackcompressed.gif" width=285/> <img src="/image/Dpa-9trackzoom_compressed.gif" width=285/>

Gaining insights from static plots can be difficult at times, this is where these interactive plots can help by enabling users to rotate, zoom, animate plots (with respect to time), rather than being stuck with just one point of time and perspective.

Post Processing outputs from the DevoLearn lineage population model

Post processing algorithms modify the outputs from the neural-network in order to further increase the accuracy of the predictions. I implemented a post processing algorithm on the lineage population model from DevoLearn, which exploits an inherent pattern in the data and modifies the model outputs accordingly, resulting in better accuracy (about 30% less loss) as highlighted in figure below.

<img src="/image/postprocesslineagepopulation_1.png" width=800 />