RunScMerge | R Documentation |
RunScMerge
RunScMerge(
SerObj = NULL,
batch = "batch",
ks = NULL,
runningTime = FALSE,
verbose = FALSE,
...
)
SerObj |
A seurat SerObj 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 SerObj.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.