Description Usage Arguments Value References Examples
Perform SNN graph clustering on a
SingleCellExperiment
object, with graph
construction by buildSNNGraph
and graph clustering by
"igraph" package.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
inSCE |
A |
useAssay |
A single |
useReducedDim |
A single |
useAltExp |
A single |
altExpAssay |
A single |
clusterName |
A single |
k |
An |
nComp |
An |
weightType |
A single |
algorithm |
A single |
The input SingleCellExperiment
object with factor
cluster labeling updated in
colData(inSCE)[[clusterName]]
.
Aaron Lun and et. al., 2016
1 2 3 | data("mouseBrainSubsetSCE")
mouseBrainSubsetSCE <- runScranSNN(mouseBrainSubsetSCE,
useReducedDim = "PCA_logcounts")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.