Description Usage Arguments Details Value Slots Examples
Create pseudotime ordering and assigns cell to one of three branches
1 | DPT(dm, tips = random_root(dm), ..., w_width = 0.1)
|
dm |
A |
tips |
The cell index/indices from which to calculate the DPT(s) (integer of length 1-3) |
... |
Unused. All parameters to the right of the |
w_width |
Window width to use for deciding the branch cutoff |
Treat it as a matrix of pseudotime by subsetting ([ dim nrow ncol
as.matrix
), and as a list of pseudodime, and expression vectors ($ [[ names
as.data.frame
).
A DPT
object:
branch
matrix
(of integer
) recursive branch labels for each cell (row); NA
for undeceided. Use branch_divide
to modify this.
tips
matrix
(of logical
) indicating if a cell (row) is a tip of the corresponding banch level (col)
dm
DiffusionMap
used to create this DPT object
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.