find_tips | R Documentation |
Find tips in a DiffusionMap object
find_tips(dm_or_dpt, root = random_root(dm_or_dpt))
dm_or_dpt |
A |
root |
Root cell index from which to find tips. (default: random) |
An integer vector of length 3
data(guo)
dm <- DiffusionMap(guo)
is_tip <- l_which(find_tips(dm), len = ncol(guo))
plot(dm, col = factor(is_tip))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.