View source: R/fct_12_heatmap.R
deg_heatmap | R Documentation |
Create a ComplexHeatmap of the processed expression data for the genes that were significantly expressed in the selected comparison. The data for this heatmap comes from the deg_heat_data function.
deg_heatmap(df, bar, heatmap_color_select, cluster_rows)
df |
Submatrix of the processed data matrix from the deg_heta_data function |
bar |
Vector to signify a positive (1) expression fold change or a negative (-1) change |
heatmap_color_select |
Color vector to use for the heatmap expression scale |
cluster_row |
Boolean to indicate whether or not to cluster rows (TRUE/FALSE) |
A drawn heatmap from the filtered data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.