Skip to contents

The returned vector covers every tested feature and can be passed directly to enrich_goseq(). Its names also define the tested universe for ORA.

Usage

de_selected(
  result,
  fdr = 0.05,
  min_abs_effect = 0,
  direction = c("both", "up", "down"),
  ...
)

Arguments

result

Input accepted by de_table().

fdr

Maximum adjusted p-value.

min_abs_effect

Minimum absolute effect size.

direction

Select both directions, positive effects, or negative effects.

...

Additional arguments passed to de_table().

Value

A named logical vector over all result features.