| linf.landmarks | R Documentation |
Computes representative landmark points for the dominance-lineages of a
"linf.csts" object at a chosen depth and view.
Landmark types are defined with respect to the leaf feature of the dCST path:
the last feature ID in the lineage ID path.
Lineages whose leaf token is rare.label are reported but skipped for
landmark computation because they do not correspond to a unique target
feature.
linf.landmarks(
M,
csts,
depth = NULL,
view = c("active", "rare", "absorb"),
landmark.types = c("endpoint.max", "endpoint.min", "mean.rep", "median.rep"),
tie.method = c("first", "random", "error"),
backend = c("auto", "dense", "sparse")
)
M |
Numeric matrix (samples x features) used to build or refine the dCSTs. |
csts |
A |
depth |
Integer. dCST depth to inspect. Defaults to the leaf depth
|
view |
Character. One of |
landmark.types |
Character vector containing any of
|
tie.method |
Character. Tie handling for landmark selection:
|
backend |
Character. Matrix backend to use: |
A list of class "linf.landmarks" with components:
depth, view, sep, rare.label
feature.ids, feature.labels
cells: one row per dominance-lineage with computability
metadata; the component name is retained for backward compatibility
landmarks: one row per computed landmark point
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.