mincostflow | R Documentation |
Applies Min-Cost-Max-Flow to calculate optimal trajectories from distance matrices.
mincostflow(D.list, verbose = TRUE)
D.list |
List of (pruned) distance matrices. Can be generated by the distmat function. |
verbose |
Show verbose output. |
Matrix of cell-cell trajectories spanning all given timepoints.
# Full vignette available on https://grandr.erhard-lab.de/articles/web/hetseq.html
mincostflow(D.list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.