.project_ortho {CellTrails} | R Documentation |
Orthogonally projects samples onto trajectory
.project_ortho(cl, g, X)
cl |
Trajectory states; factor vector |
g |
Trajectory tree; igraph object |
X |
Lower dimensional ordination of trajectory samples |
A list
containing the following components:
|
Projection |
|
Mediancentres |
|
Projection lambda (position: inside/outside of edge) |
|
Adjacency matrix with sample count per edge |
|
Projection error per sample |
|
ID of each edge |
|
Mapping of edge to edgeId |
|
For each sample its assigned edge |
Daniel C. Ellwanger