Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.44 KB

README.md

File metadata and controls

51 lines (28 loc) · 2.44 KB

ProgrammableAging

Reimplementation of Sir2-HAP Potential Landscape

Current Status

Objectives

  • Use CNN to simulate stationary Fokker-Planck Equation
  • Speed up and exploring high dimension.

Results and future work

The proposed method fails to simulate the FP stationary state.


Video 1. CNN estimated Potential landscape of Sir2-HAP model. (This is the preliminary version with compiling success but failed in using Multi-CPU and setting of initial values.) Produced by sir2-hap-stationary.jl.

Results

Screen Shot 2021-03-14 at 11 30 10 AM

  • Soling Fokker-Planck is computational demending (O(n^2)).
  • Try A-type Integration (O(n)).

Reference

  1. Li, Yang, et al. "A programmable fate decision landscape underlies single-cell aging in yeast." Science 369.6501 (2020): 325-329.

  2. Repository: ProgrammableAging