Learn R Programming

scITD (version 1.0.4)

reduce_to_vargenes: 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)

Value

The project container with pseudobulked matrices reduced to only the most variable genes.

Arguments

container

environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses