plot_heatmap_corr: Function to plot standard correlation between two matrices in...

View source: R/heatmap_corr.R

plot_heatmap_corrR Documentation

Function to plot standard correlation between two matrices in a pdf file

Description

Function to plot standard correlation between two matrices in a pdf file

Usage

plot_heatmap_corr(
  cor_matrix,
  column_annot,
  row_annot,
  filename,
  row_name,
  column_name
)

Arguments

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"


martalovino/MoPc documentation built on May 30, 2022, 4:11 p.m.