Description Usage Arguments Value Examples
Perform hypothesis test via glht::multcomp()
and construct a data.frame
with summary values.
1 2 |
mod |
A model object of class |
level |
A numeric value between 0 and 1 for confidence level. Default is .95. |
sig_figs |
A numeric value specifying the number of decimal places in percent change columns in result. |
restore |
Boolean, shold fold-change confidence interval values be transformed into linear space. |
pretty |
Boolean, should the labels for pvalues lower < .001, be adjusted to "p < .001" to avoid scienctific notation. |
A data.frame with:
fold-change confidence interval (fc_est, fc_lwr, fc_upr)
the contrast used in glht::multcomp
(group - baseline)
log2_fc (from baseline)
pct_change (from baseline)
p-value (adjusted for multiple comparrisons)
label (pre-formatted with pct_change and p-value for easy plotting)
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.