Calculate Exposure Impact from Feature-Exposure Correlation Networks
Source:R/run_exposure_impact.R
run_exposure_impact.Rd
Generalized centrality-based exposure impact analysis using DEG, omics, or factor features.
Arguments
- expomicset
A
MultiAssayExperiment
object with correlation and network metadata.- feature_type
One of
"degs"
,"omics"
, or"factor_features"
.- pval_col
Column in differential abundance results to filter DEGs. Default =
"adj.P.Val"
.- pval_thresh
DEG p-value threshold. Ignored unless
feature_type == "degs"
.- action
Either
"add"
(store in metadata) or"get"
(return list).