get_normalized_variance {scITD} | R Documentation |
Get normalized variance for each gene, taking into account mean-variance trend
Description
Get normalized variance for each gene, taking into account mean-variance trend
Usage
get_normalized_variance(container)
Arguments
container |
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses |
Value
The project container with vectors of normalized variances values in scMinimal objects for each cell type. Generally, this should be done through calling the form_tensor() wrapper function.
[Package scITD version 1.0.4 Index]