pAdjust {phenoTest}R Documentation

Adjust p values of an epheno object.

Description

Adjusts the p values of an epheno object. The p.adjust function will be used. For more information read the p.adjust function's help.

Usage

pAdjust(x, method = "BH")

Arguments

x

an epheno object.

method

the correction method that will be used. Se the p.adjust help for more info about the methods.

Author(s)

Evarist Planet

Examples

#load epheno object
data(epheno)
epheno

#Adjust pvalue
p.adjust.method(epheno)
epheno <- pAdjust(epheno,method='BH')
p.adjust.method(epheno)

[Package phenoTest version 1.40.0 Index]