html_translate_significance_thresholds: translate significance and logfc thresholds to html text

View source: R/html_translate_significance_thresholds.R

html_translate_significance_thresholdsR Documentation

translate significance and logfc thresholds to html text

Description

translate significance and logfc thresholds to html that can be used in the shiny app for dynamic ui.

Usage

html_translate_significance_thresholds(
  fc,
  fc_dir,
  sig_type,
  fdr_thresh,
  pval_thresh
)

Arguments

fc

the logFC thresholds, i.e. a numeric value.

fc_dir

the direction of the logFC: negative, positive or both.

sig_type

the significance type: fdr or pvalue.

fdr_thresh

the fdr fdr thresholds

pval_thresh

the threshold for the p-value.


lagelab/Genoppi documentation built on Oct. 13, 2022, 2:36 p.m.