
Correlation Plot
plot_corrplot.Rd
This function accepts a glyexp::experiment()
,
performs correlation analysis using glystats::gly_cor()
,
and plots a correlation matrix heatmap.
Arguments
- exp
A
glyexp::experiment()
object.- on
A character string specifying what to correlate. Either "variable" (default) to correlate variables/features, or "sample" to correlate samples/observations.
- ...
Additional arguments passed to
glystats::gly_cor()
andautoplot()
.