
Step: Heatmap
step_heatmap.RdCreate a heatmap plot using glyvis::plot_heatmap().
The heatmap visualizes expression values across samples.
Arguments
- on
Name of the experiment data in
ctx$datato plot. One of "exp", "sig_exp", "trait_exp", "sig_trait_exp", "motif_exp", "sig_motif_exp". Default is "exp".- plot_width
Width of the plot in inches. Default is 7.
- plot_height
Height of the plot in inches. Default is 7.
- ...
Additional arguments passed to
glyvis::plot_heatmap().
Details
Data required:
Depends on
onparameter (default:exp)
Plots generated:
heatmap: A heatmap plot (ifon = "exp")sig_heatmap: A heatmap plot (ifon = "sig_exp")trait_heatmap: A heatmap plot (ifon = "trait_exp")sig_trait_heatmap: A heatmap plot (ifon = "sig_trait_exp")motif_heatmap: A heatmap plot (ifon = "motif_exp")sig_motif_heatmap: A heatmap plot (ifon = "sig_motif_exp")
AI Prompt
This section is for AI in inquire_blueprint() only.
Include this step if needed.
It is recommended to use this step on significant results (e.g.
on = "sig_exp") if available.