Plot a sample correlation matrix
Usage
plot_qc_correlation(correlation, cluster = FALSE, show_names = TRUE)
Arguments
- correlation
A square, sample-named correlation matrix.
- cluster
Reorder rows and columns using hierarchical clustering.
- show_names
Show sample names on both axes.
Value
An unprinted standard ggplot object carrying recommended physical
dimensions for plot_save().
See also
Other plotting:
plot_assay_heatmap(),
plot_de_ma(),
plot_de_volcano(),
plot_embedding(),
plot_gsea_classic(),
plot_gsea_ridge(),
plot_ora_bubble(),
plot_ora_network(),
plot_ora_radial(),
plot_qc_library(),
plot_qc_outliers(),
plot_save(),
theme_bulkmae()