Wrapper function around sanssouci::posthocBySimes
(Blanchard et al., 2020, doi:10.1214/19-AOS1847) for multiple tests correction
through post-hoc inference.
Arguments
- SExp
An object that inherits from the
SummarizedExperiment
class and augmented with the results of the differential expression analysis.- predicate
A predicate function that returns a single TRUE or FALSE if the regions on which it is applied meets the conditions defined in the predicate. The criteria used in the predicate have to be defined for each regions in mcols(SExp).
- alpha
A
Double
. The significance level of the (post-hoc) confidence bound on the type 1 error (See sanssouci::posthocBySimes).- tdpLowerBound
A value for the minimum true positive rate on the returned set of rejected regions.
- verbose
A
Logical
. Should all the operations performed be displayed ?