CorrelationHeatmapTwoDf: Perform correlation analysis between two data.frame

View source: R/Immune.R

CorrelationHeatmapTwoDfR Documentation

Perform correlation analysis between two data.frame

Description

Perform correlation analysis between two data.frame

Usage

CorrelationHeatmapTwoDf(x.axis.df, y.axis.df, cor.method = "spearman")

Arguments

x.axis.df

Row is sample, column variable will be column names in new correlation heatmap.

y.axis.df

Row is sample, column variable will be row names in new correlation heatmap.

cor.method

Defaut spearman

Value

A ggplot2 object


ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.