Collect one feature's effect estimates across differential analyses
Source:R/clinical.R
meta_collect.RdCollect one feature's effect estimates across differential analyses
Arguments
- results
A named list of inputs accepted by
de_table().- feature
One feature identifier present in every result.
- coef
Optional coefficient shared by all results, or a list with one coefficient per result.
Value
A data frame with study, feature_id, effect, and
standard_error, accepted directly by meta_effect().