Description Usage Arguments Value Author(s) See Also Examples
View source: R/pvaluesCorrection.R
Function pvaluesCorrection
returns a character showing wheter some multiple testing correction has been perfomed on the p-values.
1 | pvaluesCorrection(MAIT.object)
|
MAIT.object |
A MAIT-class object |
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.
Francesc Fernandez, francesc.fernandez.albert@upc.edu
MAIT-class
spectralSigFeatures
1 2 3 | data(MAIT_sample)
MAIT<-spectralSigFeatures(MAIT,p.adj="fdr",parametric=TRUE)
pvaluesCorrection(MAIT)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.