Gets a conos object of the data, aligning datasets across a specified variable such as batch or donors. This can be run independently or through get_subtype_prop_associations().
reduce_dimensions(
container,
integration_var,
ncores = container$experiment_params$ncores
)
The project container with a conos object in container$embedding.
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses
character The meta data variable to use for creating the joint embedding with Conos.
numeric The number of cores to use (default=container$experiment_params$ncores)