plot_heatmap_corr | R Documentation |
Function to plot standard correlation between two matrices in a pdf file
plot_heatmap_corr( cor_matrix, column_annot, row_annot, filename, row_name, column_name )
cor_matrix |
correlation matrix to plot eventually with NAs |
column_annot |
List containing the chromosome location of each cor_matrix column |
row_annot |
List containing the chromosome location of each cor_matrix rows |
filename |
Path and name where the plot will be saved (e.g., "/results/Heatmap") |
row_name |
name to be put in the plot for rows, e.g., "mRNA" |
column_name |
name to be put in the plot for columns, e.g., "miRNA" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.