
Step: Heatmap
step_heatmap.RdCreate a heatmap plot using glyvis::plot_heatmap().
The heatmap visualizes expression values across samples.
This step depends on the on parameter (default: exp).
When
on = "exp", requiresexp(usually afterstep_preprocess()).When
on = "sig_exp", requiressig_expfrom one ofstep_dea_limma(),step_dea_ttest(),step_dea_wilcox(),step_dea_anova(), orstep_dea_kruskal().When
on = "trait_exp", requirestrait_expfromstep_derive_traits().When
on = "sig_trait_exp", requiressig_trait_expfrom DEA on traits.When
on = "dynamic_motif_exp", requiresdynamic_motif_expfromstep_quantify_dynamic_motifs().When
on = "sig_dynamic_motif_exp", requiressig_dynamic_motif_expfrom DEA on motifs.When
on = "branch_motif_exp", requiresbranch_motif_expfromstep_quantify_branch_motifs().When
on = "sig_branch_motif_exp", requiressig_branch_motif_expfrom DEA on motifs.
Arguments
- on
Name of the experiment data in
ctx$datato plot. One of "exp", "sig_exp", "trait_exp", "sig_trait_exp", "dynamic_motif_exp", "sig_dynamic_motif_exp", "branch_motif_exp", "sig_branch_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")dynamic_motif_heatmap: A heatmap plot (ifon = "dynamic_motif_exp")sig_dynamic_motif_heatmap: A heatmap plot (ifon = "sig_dynamic_motif_exp")branch_motif_heatmap: A heatmap plot (ifon = "branch_motif_exp")sig_branch_motif_heatmap: A heatmap plot (ifon = "sig_branch_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.