plot_heatmap | R Documentation |
Plots heatmap of Pearson correlations for a dataframe with labels for groups of samples and a blue-yellow color scheme.
plot_heatmap(df, col_groups, filename, display_numbers)
df |
Reads or lfc dataframe |
col_groups |
List of grouping labels for each column in df. |
filename |
Output filename for plot. |
display_numbers |
Whether or not to include PCC values in heatmap (default TRUE). |
Writes plot to file with no return value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.