Description Usage Arguments Value
Remove unwanted effects from scale.data
1 2 | RegressOutResid(object, vars.to.regress, genes.regress = NULL,
model.use = "linear", use.umi = FALSE)
|
object |
Seurat object |
vars.to.regress |
effects to regress out |
genes.regress |
gene to run regression for (default is all genes) |
model.use |
Use a linear model or generalized linear model (poisson, negative binomial) for the regression. Options are 'linear' (default), 'poisson', and 'negbinom' |
use.umi |
Regress on UMI count data. Default is FALSE for linear modeling, but automatically set to TRUE if model.use is 'negbinom' or 'poisson' |
Returns the residuals from the regression model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.