View source: R/network_functions.R
pruneSSN | R Documentation |
Identify and (optionally) prune gene program features in scale-free shared nearest neighbor network (SSN)
pruneSSN(object, graph = "RNA_snn_power", prune.threshold = 0.1, return.df = F)
object |
Seurat object objected from SSN analysis. |
graph |
name of shared nearest neighbor (SNN) graph used for SSN analysis. |
prune.threshold |
threshold used for pruning features from SSN graph (features with low connectivity are preferentially pruned). Default is 0.1. |
return.df |
whether to return data.frame instead of named list. |
Returns named list of SSN gene program features.
Nicholas Mikolajewicz
https://nmikolajewicz.github.io/scMiko/articles/Module_Detection.html
runSSN
for SSN analysis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.