Learn R Programming

CNVassoc (version 1.4)

getPvalBH: Corrected p values using Benjamini & Hochberg approach

Description

This functions corrects the association p-values using the Benjamini & Hochberg approachby for multiple testing.

Usage

getPvalBH(x)

Arguments

x
a list containing p values

Value

  • A data frame with the blocks and corrected p-values

Details

This function calls 'p.adjust' to compute 'BH' correction

See Also

p.adjust