View source: R/bootstrap_plot.R
bootstrap_plot | R Documentation |
Plot bootstrap enrichment results. Support function for generate_bootstrap_plots.
bootstrap_plot(
gene_data,
exp_mats = NULL,
save_dir = file.path(tempdir(), "BootstrapPlots"),
listFileName,
signif_ct = NULL,
hit_thresh = 25,
facets = "CellType",
scales = "free_x",
show_plot = TRUE,
verbose = TRUE
)
gene_data |
Output from compute_gene_scores. |
exp_mats |
Output of |
save_dir |
Directory to save plots to. |
listFileName |
listFileName |
signif_ct |
Significant celltypes to include the plots. |
facets |
|
scales |
Are scales shared across all facets (the default,
|
show_plot |
Print the plot. |
Null output.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.