stabilize_expr | R Documentation |
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.
stabilize_expr(obj, neighbor = 5, npcs = 8, weight.NN = 0.2, n.core = 10)
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 |
seurat object with corrected expression
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.