View source: R/fct_12_heatmap.R
deg_heat_sub | R Documentation |
Create a ComplexHeatmap object from the User brush selection that is a sub plot of the main plot.
deg_heat_sub(
ht_brush,
ht,
ht_pos_main,
heatmap_data,
bar,
all_gene_names,
select_gene_id
)
ht_brush |
Input from the user creating a brush selection on the main heatmap |
ht |
Main heatmap from the deg_heatmap function |
ht_pos_main |
Main heatmap position information to use for the sub heatmap |
heatmap_data |
Original data matrix that was plotted in the main heatmap |
bar |
groups of genes for colar bar on the left side |
all_gene_names |
Data matrix of all the mapped gene names |
A ComplexHeatmap object of the brushed selection from the main heatmap.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.