-
Notifications
You must be signed in to change notification settings - Fork 6
Add time series spatial reconstruction #4
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Reconstruct spatial networks from data acquired at different time steps (TS).
How to link nodes across time steps is an open question and may vary between analyses:
- link nodes by identity: if at different TS we can identify each node and they are the same across some time steps, we link them for these TS
- allow link to future neighbors: we could project nodes positions in the next TS and link them to their future neighbors, by radial distance, knn or Delaunay triangulation methods
- other ideas are welcome
Then one important parameter is how to set the fake distance between TS compared to real spatial distances? We may consider the relationship between space and time given by the speed of cell migration or diffusion of chemicals. This is probably an important parameter for blind neighborhood discovery like in mosna.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request