reduce_to_vargenes {scITD} | R Documentation |
Reduce each cell type's expression matrix to just the significantly variable genes. Generally, this should be done through calling the form_tensor() wrapper function.
Description
Reduce each cell type's expression matrix to just the significantly variable genes. Generally, this should be done through calling the form_tensor() wrapper function.
Usage
reduce_to_vargenes(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 pseudobulked matrices reduced to only the most variable genes.
[Package scITD version 1.0.4 Index]