Learn R Programming

MAIT (version 1.6.0)

pvaluesCorrection: P-values correction extractor from a MAIT object

Description

Function pvaluesCorrection returns a character showing wheter some multiple testing correction has been perfomed on the p-values.

Usage

pvaluesCorrection(MAIT.object)

Arguments

MAIT.object
A MAIT-class object

Value

The output is a character whose values could be "None" if no p-value correction has been performed or "Bonferroni" if Bonferroni multiple test correction was selected when function spectralSigFeatures was applied.

See Also

MAIT-class spectralSigFeatures

Examples

Run this code
data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
pvaluesCorrection(MAIT)

Run the code above in your browser using DataLab