padjust_genesets | R Documentation |
Adjust p-values for all genesets, grouped by 'source' then adjust for the number of 'sources'
padjust_genesets(
genesets,
method = "BH",
cutoff = 0.01,
correct_sources = TRUE
)
genesets |
tibble with genesets, must contain column 'pvalue' |
method |
method for multiple testing correction, must be any of |
cutoff |
numeric cutoff value for adjusted p-value, |
correct_sources |
apply Bonferroni adjustment to all p-values according to the number of geneset sources that were tested. Boolean parameter, set TRUE to enable (default) or FALSE to disable |
updated genesets
table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.