Learn R Programming

CIDER (version 0.99.1)

estimateProb: Estimate the empirical probability of whether two set of cells from distinct batches belong to the same population

Description

Estimate the empirical probability of whether two set of cells from distinct batches belong to the same population

Usage

estimateProb(seu, ider, n_size = 40, n.perm = 5, verbose = FALSE)

Value

A Seurat object with IDER-based similarity and empirical probability of rejection

Arguments

seu

A Seurat object

ider

The output list of function `getIDEr`.

n_size

Number of cells per group used to compute the similarity. Default: 40

n.perm

Numeric. Time of permutations.

verbose

Boolean. Print out progress or not. (Default: FALSEW)

See Also

Usage of this function should be after hdbscan.seurat and getIDEr