scaleFreeNet.Rd
Apply scale-free topology transform to shared-nearest neighbor graph
Seurat object
soft thresholds (sf) that are evaluated in search for optimal soft threshold (used to transform SNN to scale-free topology). Default is sf = c(seq(1, 5, by = 0.5), seq(6, 10)).
R2 threshold [0,1] for identifying optimal soft threshold. Default is 0.9 (recommended 0.8-0.9).
This determines the number of neighboring points used in local approximations of UMAP manifold structure. Larger values will result in more global structure being preserved at the loss of detailed local structure. In general this parameter should often be in the range 5 to 50. default is 10.
Number of PC dimensions to use in generating UMAP. Default is PCA.
Numeric threshold used to binarize SNN graph. Default is 0.9.
Number of workers used for parallel implementation. Default is 1.
Show progress. Default is T.
name of SNN graph in `object`. Default is "RNA_snn".
list containing
"object" - scale-free SNN and binarized graph are stored in `object` graph slot, and umap embedding is stored in `object` reduction slot.
"st.res" - soft threshold optimization results.