Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 990 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 990 Bytes

Modeling Single Cell Trajectory Using Forward-Backward Stochastic Differential Equations

Research Project by Kevin Zhang Preprint paper avaiable on bioarxiv

Dependency

  • numpy
  • pandas
  • sklearn
  • matplotlib
  • seaborn
  • pytorch
  • pot

Instructions

The repository is able to train 4 different models.

To train the model, run the workflow_single.py file. To perform parameter tuning using validation, run the workflow_valid.py file. To summarize the performance from simulations, run the workflow_eval.py file.