Skip to contents

Display significantly DE genes

Usage

wrapper_dispaly_significant_genes(
  x,
  contrast,
  direction = "up",
  sort_by = "pval",
  topn = 20,
  pval = 0.05,
  lfc = 0,
  gene_vars = c("HGNC_Symbol"),
  lfc_prefix = "logFC",
  pval_prefix = "P.Value",
  adjp_prefix = "adj.P.Val",
  stats_prefixes = NULL,
  sep = "_",
  caption = NULL
)

Arguments

x

Data frame of merged topTables

direction

Possible values: "up", "down", "both".

sort_by

Possible values: "none", "pval", "lfc".