render_multi_plots {scITD} | R Documentation |
Create a figure of all loadings plots arranged
Description
Create a figure of all loadings plots arranged
Usage
render_multi_plots(container, data_type, max_cols = 3)
Arguments
container |
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses |
data_type |
character Can be either "loadings", "gsea", or "dgenes". This determines which list of heatmaps to organize into the figure. |
max_cols |
numeric The max number of columns to plot. Can only either be 2 or 3 since these are large plots. (default=3) |
Value
The multi-plot figure.
Examples
test_container <- get_all_lds_factor_plots(test_container)
fig <- render_multi_plots(test_container, data_type='loadings')
[Package scITD version 1.0.4 Index]