
org.monarchinitiative.phenol.analysis.stats.mtc.BonferroniHolm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of phenol-analysis Show documentation
Show all versions of phenol-analysis Show documentation
phenol-analysis implements some algorithms for working with ontology data
The newest version!
package org.monarchinitiative.phenol.analysis.stats.mtc;
import org.monarchinitiative.phenol.analysis.stats.PValue;
import java.util.*;
/**
* This class implements the Bonferroni-Holm (or step down) multiple test
* correction.
*
* @author Sebastian Bauer
* @author pvals) {
Collections.sort(pvals);
int N=pvals.size();
for (int r=0;r
© 2015 - 2025 Weber Informatics LLC | Privacy Policy