SetAutoCorrFeatures
Description
Set autocorrection by Moran’s I and/or p value.
Usage
SetAutoCorrFeatures(
object = NULL,
moransi.min = 0,
assay = DefaultAssay(object),
p.thresh = 0.01,
prefix = "moransi",
verbose = TRUE
)
Arguments
object
|
Seurat object |
moransi.min
|
Minimal score for Morans I. In default is 0. |
assay
|
Working assay. If not set, use DefaultAssay(object). |
p.thresh
|
Threshold for p value. Default is 1e-2. |
prefix
|
Prefix name for Moran’s index and p value generated by RunAutoCorr. Default is “moransi”. |
verbose
|
Print log message. |