results_table_DT

results_table_DT(
  data,
  log2fc_range = c(-5, 5),
  pvalue_range = c(0, 1),
  padj_range = c(0, 1)
)

Arguments

data

a tibble with the results from a differential gene expression analysis (specifics analysis ...)

log2fc_range

set the range for the scales of the log2fc colour scale numeric vector length 2 Default: c(-5,5)

pvalue_range

set the range for the scales of the p-value colour scale numeric vector length 2 Default: c(0,1)

padj_range

set the range for the scales of the adjusted p-value colour scale numeric vector length 2 Default: c(0,1)

Value

DT::datatable