CorrelationHeatmapTwoDf | R Documentation |
Perform correlation analysis between two data.frame
CorrelationHeatmapTwoDf(x.axis.df, y.axis.df, cor.method = "spearman")
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 |
A ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.