View source: R/softthreshold.R
choose.sfttp | R Documentation |
This function examines the data to find a suitable soft-thresholding power. It also helps to know if there is a scale-free topology.
choose.sfttp(datexpr)
datexpr |
A matrix of gene expression. Thi SHOULD BE the expression data normally stores under @assays$RNA@data for single cell objects or ´@assays$RNA@counts´ for pseudocells. This has to contain ONLY the genes used for analysis. |
A number representing the soft-thresholding power with the highest scale-free topology fit index. And a message about it
ps.pbmc_small=choose.sfttp(SeuratObject::pbmc_small@assays$RNA@data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.