prune | R Documentation |
Prune trajectories down to top.n candidates to reduce runtime of subsequent mincostflow function.
prune(D.list, top.n = 10)
D.list |
List of distance matrices. Can be generated by the distmat function. |
top.n |
Prune trajectories to only top.n possible connections to optimize subsequent application of the mincostflow function. |
Pruned distance matrix between cells from multiple timepoints.
# Full vignette available on https://grandr.erhard-lab.de/articles/web/hetseq.html
prune(D.list, top.n = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.