heatmap_corr | R Documentation |
Function to plot standard correlation between two matrices in a pdf file
heatmap_corr( mat1, mat2, mat1_name, mat2_name, column_annot, row_annot, filename )
mat1 |
first matrix |
mat2 |
second matrix |
mat1_name |
first matrix name |
mat2_name |
second matrix name |
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") |
dataframe with estimates and pvalues
d_rna_mirna <- heatmap_corr(mat1, mat3, mat1_name, mat3_name, condv_annot, gene_annot, "results/mRNA_miRNA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.