
Correlation Plot
plot_corrplot.RdDraw a correlation matrix heatmap. Currently supported data types:
glystats_cor_res: Result fromglystats::gly_cor().SummarizedExperiment: Aglyexp::GlycomicSE(),glyexp::GlycoproteomicSE(), or other compatible container. Correlation analysis is first performed usingglystats::gly_cor(), then the result is plotted.
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().