View source: R/SingleCellRNASeq.R
remove_unwanted_confounders | R Documentation |
Removing unwanted confounders using limma
remove_unwanted_confounders(
object,
residualModelFormulaStr = "~UMI_count+percent_mito",
preserved_feature = "",
block.gene.size = 2000
)
object |
The SingCellaR object. |
residualModelFormulaStr |
The model for removing confounder variables. |
preserved_feature |
is a defined preserved variable such as a cell genotype. |
block.gene.size |
is the number of genes in each processing block. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.