render_multi_plots | R Documentation |
Create a figure of all loadings plots arranged
render_multi_plots(container, data_type, max_cols = 3)
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) |
The multi-plot figure.
test_container <- get_all_lds_factor_plots(test_container)
fig <- render_multi_plots(test_container, data_type='loadings')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.