powered by
This function calls sctransform::get_residuals.
GetResidual(object, features, assay = "SCT", umi.assay = "RNA", clip.range = NULL, replace.value = FALSE, verbose = TRUE)
A seurat object
Name of features to add into the scale.data
Name of the assay of the seurat object generated by SCTransform
Name of the assay of the seurat object containing UMI matrix and the default is RNA
Numeric of length two specifying the min and max values the Pearson residual will be clipped to
Recalculate residuals for all features, even if they are already present. Useful if you want to change the clip.range.
Whether to print messages and progress bars
Returns a Seurat object containing pearson residuals of added features in its scale.data
get_residuals
# NOT RUN { pbmc_small <- SCTransform(object = pbmc_small, variable.features.n = 20) pbmc_small <- GetResidual(object = pbmc_small, features = c('MS4A1', 'TCL1A')) # }
Run the code above in your browser using DataLab