Skip to content

How can I get a future prediction of a cell in dynamo? #413

Answered by Xiaojieqiu
chansigit asked this question in Q&A
Discussion options

You must be logged in to vote

Dynamo learns a vector field so it can be used to predict over any arbitrary time and from any arbitrary initial states. At the core it peforms an integration of the vector field (integration of an ode function given some initial states, using scipy.integrate or scipy.integrate.solve_ivp) --- key ideas in numerical differential equation analyses. Please check the source code of our dyn.pd.fate (see below) function and the animations in our tutorial.

Example on using fate:

dyn.pd.fate(adata, basis='umap', init_cells=progenitor, interpolation_num=100,  direction='forward',
   inverse_transform=False, average=False, cores=3)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@chansigit
Comment options

chansigit Sep 1, 2022
Collaborator Author

@Xiaojieqiu
Comment options

@chansigit
Comment options

chansigit Sep 5, 2022
Collaborator Author

Answer selected by chansigit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants