stabilize_expr: stabilize expression

View source: R/iSpatial.R

stabilize_exprR Documentation

stabilize expression

Description

This function use nearest neighbor to correct the expression. This could remove some False Positive / False negative expressions. This function corrects "RNA" assay "data" slot.

Usage

stabilize_expr(obj, neighbor = 5, npcs = 8, weight.NN = 0.2, n.core = 10)

Arguments

obj

seurat object

neighbor

number of nearest neighbors used to correct

npcs

number of principal component (PC) used to RunPCA

weight.NN

the weight of cell itself

n.core

number of CPU cores used to parallel

Value

seurat object with corrected expression


Czh3/iSpatial documentation built on Sept. 15, 2022, 10:32 p.m.