pAdjust {phenoTest} | R Documentation |
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.
pAdjust(x, method = "BH")
x |
an |
method |
the correction method that will be used. Se the
|
Evarist Planet
#load epheno object data(epheno) epheno #Adjust pvalue p.adjust.method(epheno) epheno <- pAdjust(epheno,method='BH') p.adjust.method(epheno)