temporal function to get residuals from reference
FetchResiduals_reference(
object,
reference.SCT.model = NULL,
features = NULL,
nCount_UMI = NULL,
verbose = FALSE
)
A seurat object
a reference SCT model that should be used for calculating the residuals
Names of features to compute
UMI counts. If not specified, defaults to column sums of object
Whether to print messages and progress bars