Removes exposure variables that deviate significantly from a normal distribution based on normality test results stored in metadata.
Details
The function identifies exposure variables that fail a normality test using metadata(expomicset)$transformation$norm_df
.
Exposure variables with
p.value < p_thresh
are removed fromcolData(expomicset)
.The same filtering is applied to
colData
in each experiment withinexperiments(expomicset)
.