View source: R/preprocessing5.R
FetchResiduals_reference | R Documentation |
temporal function to get residuals from reference
FetchResiduals_reference(
object,
reference.SCT.model = NULL,
features = NULL,
nCount_UMI = NULL,
verbose = FALSE
)
object |
A seurat object |
reference.SCT.model |
a reference SCT model that should be used for calculating the residuals |
features |
Names of features to compute |
nCount_UMI |
UMI counts. If not specified, defaults to column sums of object |
verbose |
Whether to print messages and progress bars |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.