graph_snn_fn | R Documentation |
Compute shared nearest neighbors (SNN) graph.
graph_snn_fn(
sce,
snn_k,
snn_type,
dimred = "pca",
BPPARAM = BiocParallel::SerialParam()
)
sce |
A |
snn_k |
An integer scalar: number of shared nearest neighbors, passed to |
snn_type |
A character scalar: type of weighting scheme to use for SNN, passed to |
dimred |
A character scalar: name of matrix in |
BPPARAM |
A BiocParallel::BiocParallelParam object. |
An object of class igraph
. Output target: graph_snn
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.