View source: R/get_prop_associations.R
reduce_dimensions | R Documentation |
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
)
container |
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses |
integration_var |
character The meta data variable to use for creating the joint embedding with Conos. |
ncores |
numeric The number of cores to use (default=container$experiment_params$ncores) |
The project container with a conos object in container$embedding.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.