View source: R/SingleCell_Integration.R
runCombat | R Documentation |
Run combat integration
runCombat(
object,
use.reduced_dim = T,
dim_reduction_method = c("pca", "nnmf"),
n.dims.use = 30,
batch_identifier = ""
)
object |
The SingCellaR object. |
use.reduced_dim |
is logical. If TRUE, the reduced dimensions from PCA or nnmf will be used as the input. If FALSE, the normalized UMI will be used. |
dim_reduction_method |
The method name for dimensional reduction. |
n.dims.use |
The number of dimensions to be used. Default 30 |
batch_identifier |
The indicated feature name to separate the batch. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.