View source: R/SingleCellUtils.R
runKBET | R Documentation |
kBET analysis
runKBET(
covariate_variable_name = "donor",
reference.celltypes.rds.file = "",
integrative.umap.rds.files = "",
integrative.method.names = "",
n.sample = 1000
)
covariate_variable_name |
The batch effect variable of interest such as 'batch' and 'donor'. Default 'donor' |
reference.celltypes.rds.file |
The RDS file name that contains cell type information. |
integrative.umap.rds.files |
The vector of file names that contain UMAP coordinate information generated by different integrative methods. |
integrative.method.names |
The vector of integrative method names represented in the same order as in 'integrative.umap.rds.files'. |
n.sample |
The downsample size of data points used in kBET analysis. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.