mu_correlation_plot: create correlation plot

View source: R/correlation_plot.R

mu_correlation_plotR Documentation

create correlation plot

Description

Given matrix data, create a correlation heatmap with reordering by group.

Usage

mu_correlation_plot(
  matrix_data,
  groups = NULL,
  min_correlation = 0.5,
  plot_title = "Sample Correlation",
  correlation_type = "global"
)

Arguments

matrix_data

the matrix of data, variables by samples (r x c)

groups

the groups of the samples

min_correlation

the minimum correlation value to color

plot_title

the title for the plot

correlation_type

whether to use globally or locally weighted correlation


rmflight/metabolomicsUtilities documentation built on Oct. 28, 2023, 6:41 p.m.