View source: R/html_translate_significance_thresholds.R
html_translate_significance_thresholds | R Documentation |
translate significance and logfc thresholds to html that can be used in the shiny app for dynamic ui.
html_translate_significance_thresholds( fc, fc_dir, sig_type, fdr_thresh, pval_thresh )
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.