Plot Correlation Summary from Exposure-Feature Correlations
Source:R/plot_correlation_summary.R
plot_correlation_summary.Rd
Generates a bar plot summary of exposure-feature correlations using customizable modes.
Arguments
- expomicset
A
MultiAssayExperiment
object with correlation results in metadata.- feature_type
One of
"degs"
,"factors"
,"omics"
, or"exposures"
.- mode
One of:
"top_exposures"
: Top exposures by assay (likeplot_bar_correlate_exposure_fill
)"top_features"
: Top features by exposure category (likeplot_bar_correlate_feature_fill
)"exposure_category"
: Total associations by exposure category"assay"
: Total associations by omics assay"summary"
: Patchwork layout combining all
- top_n
Number of top exposures or features to display (for top modes). Default is
15
.