View source: R/BatchCorrection.R
RunScMerge | R Documentation |
RunScMerge
RunScMerge( object = NULL, batch = "batch", ks = NULL, runningTime = FALSE, verbose = FALSE, ... )
object |
A seurat object to correct batch effects. |
batch |
Batch labels. |
ks |
A vector indicates the kmeans's K for each batch, which length needs to be the same as the number of batches. |
runningTime |
Return the running time. |
verbose |
Print verbose. |
... |
Arguments passed to other methods. |
Corrected Seurat object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.