powered by
Create a figure of all loadings plots arranged
render_multi_plots(container, data_type, max_cols = 3)
The multi-plot figure.
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses
character Can be either "loadings", "gsea", or "dgenes". This determines which list of heatmaps to organize into the figure.
numeric The max number of columns to plot. Can only either be 2 or 3 since these are large plots. (default=3)
test_container <- get_all_lds_factor_plots(test_container) fig <- render_multi_plots(test_container, data_type='loadings')
Run the code above in your browser using DataLab