Description Usage Arguments Value
View source: R/bifurcation.functions.R
Assign cells in a probabilistic manner to non-intersecting windows along pseudotime
1 2 | slide.cells(r, root, leaves, wind = 50, mapping = TRUE,
regions = NULL, n.cores = parallel::detectCores()/2)
|
r |
ppt tree |
root |
root of progenitor branch of bifurcation |
leaves |
leaves of derivative branches of bifurcation |
wind |
number of cell per local pseudotime window |
mapping |
boolean, if project cells onto tree pseudotime in a probabilistic manner. TRUE by default. |
regions |
manually assign coordinates of windows |
n.cores |
number of cores to use |
a list of cell probabilisties of being in each local pseudotime window
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.