View source: R/BatchCorrection.R
RunKBET | R Documentation |
Title
RunKBET( object = NULL, batch = "batch", reduction = "pca", dims = 10, per = 0.1, acceptance = TRUE, verbose = FALSE )
object |
A seurat object to correct batch effects. |
batch |
Batch labels. |
reduction |
Reduction to use. |
dims |
Number of dimensions to use. |
per |
Percentages of the mean batch size. |
acceptance |
Return the acceptance rate. |
verbose |
Print verbose. |
kBET mean score.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.