
Correlation Plot
plot_corrplot.RdDraw a correlation matrix heatmap. Currently supported data types:
glystats_cor_res: Result fromglystats::gly_cor().glyexp_experiment: Experiment created byglyexp::experiment(). Correlation analysis is first performed usingglystats::gly_cor(), then the result is plotted.
Usage
plot_corrplot(x, ...)
# S3 method for class 'glystats_cor_res'
plot_corrplot(x, ...)
# S3 method for class 'glyexp_experiment'
plot_corrplot(x, stats_args = list(), ...)Arguments
- x
An object to be plotted.
- ...
Additional arguments passed to
GGally::ggcorr().- stats_args
A list of keyword arguments to pass to
glystats::gly_cor().