hpgl_padjust | R Documentation |
IHW and apeglm are the two new toys I found, this adds the former as a way to adjust p-values.
hpgl_padjust(
data,
pvalue_column = "pvalue",
mean_column = "base_mean",
method = "fdr",
significance = 0.05,
type = NULL
)
data |
Column or table containing values to adjust. |
pvalue_column |
Name of the column in a table containing the p-values. |
mean_column |
Name of the column in a table containing the mean count values to weight. |
method |
p adjustment method to apply. |
significance |
Passed to IHW |
type |
Assuming a DE table, what type of DE is this? |
Newly adjusted p-values using either p.adjust() or IHW.
[IHW]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.