padjust_genesets {goat} | R Documentation |
Adjust p-values for all genesets, grouped by 'source' then adjust for the number of 'sources'
Description
Adjust p-values for all genesets, grouped by 'source' then adjust for the number of 'sources'
Usage
padjust_genesets(
genesets,
method = "BH",
cutoff = 0.01,
correct_sources = TRUE
)
Arguments
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 |
Value
updated genesets
table
[Package goat version 1.0 Index]