sce_int_raw_snn_clustering_fn | R Documentation |
Clustering is used for integration diagnostics.
sce_int_raw_snn_clustering_fn(
sce_int_raw,
snn_k = 10L,
snn_type = "rank",
snn_clustering_method = c("walktrap", "louvain"),
BPPARAM = BiocParallel::SerialParam()
)
sce_int_raw |
(input target) A named list of |
snn_k |
An integer scalar: number of nearest neighbors. Passed to |
snn_type |
A character scalar: type of weighting scheme to use for shared neighbors.
Passed to |
snn_clustering_method |
A character scalar: type of graph clustering method:
|
BPPARAM |
A BiocParallel::BiocParallelParam object. |
A list of SingleCellExperiment
objects. Output target: sce_int_raw_snn_clustering
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.