markers_plots_top | R Documentation |
This is basically an unnesting of filtered markers
in each row of markers_processed
.
The filtering is based on top_n_plot
and top_n_wt_plot
columns in markers_plot_params
.
markers_plots_top(
markers_processed,
markers_plot_params,
out_dir,
marker_type = c("global", "contrast")
)
markers_processed |
A tibble. See |
markers_plot_params |
A tibble. See |
out_dir |
A character scalar: path to base output directory for plots.
Subdirectories and plot files will be created as
|
marker_type |
A character scalar. |
A tibble. See cluster_markers_plots_top
or contrasts_plots_top
target for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.