Skip to contents

Generate results object

Usage

get_result(
  dds,
  mcols = c("symbol", "entrez"),
  filterFun = IHW::ihw,
  lfcThreshold = 0,
  alpha = 0.1,
  LRT_effect = "default",
  ...
)

Arguments

dds

The original DESeq2 object containing all samples

mcols
filterFun
lfcThreshold
...

Details

Insert results columns into mcols

Author

Gavin Kelly