SampleTree.STACAS | R Documentation |
Build an integration tree by clustering samples in a hierarchical manner. Cumulative scoring among anchor pairs will be used as pairwise similarity criteria of samples.
SampleTree.STACAS(
anchorset,
obj.names = NULL,
hclust.method = c("single", "complete", "ward.D2", "average"),
usecol = c("score", "dist.mean"),
method = c("weight.sum", "counts"),
semisupervised = TRUE,
plot = TRUE
)
anchorset |
Scored anchorsobtained from |
obj.names |
Option vector of names for objects in anchorset |
hclust.method |
Clustering method to be used (single, complete, average, ward) |
usecol |
Column name to be used to compute sample similarity. Default "score" |
method |
Aggregation method to be used among anchors for sample similarity computation. Default: weight.sum |
semisupervised |
Whether to use cell type label information (if available) |
plot |
Logical indicating if dendrogram must be plotted |
An integration tree to be passed to the integration function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.