estimateProb | R Documentation |
This function computes the empirical probability that two sets of cells from
distinct batches belong to the same population, based on the output of getIDEr
.
estimateProb(
seu,
ider,
batch.var = "Batch",
n_size = 40,
n.perm = 5,
verbose = FALSE
)
seu |
A Seurat object. |
ider |
A list returned by the |
batch.var |
Character string specifying the metadata column that contains batch information. Default is "Batch". |
n_size |
Numeric value indicating the number of cells per group used to compute the similarity. Default is 40. |
n.perm |
Numeric value specifying the number of permutations to perform. |
verbose |
Logical. If |
A Seurat object with additional columns for the IDER-based similarity and the empirical probability of rejection.
hdbscan.seurat
, getIDEr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.