Class ReSampleMapRank
- java.lang.Object
-
- org.snpeff.probablility.bootstrap.ReSampleInt
-
- org.snpeff.probablility.bootstrap.ReSampleMapRank
-
public class ReSampleMapRank extends ReSampleInt
Re-sample statistic using ranks of scores (scores are double)- Author:
- pablocingolani
-
-
Constructor Summary
Constructors Constructor Description ReSampleMapRank(java.util.HashMap<java.lang.String,java.lang.Double> scoresByName, int sampleSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
score(java.util.Collection<java.lang.String> names)
-
Methods inherited from class org.snpeff.probablility.bootstrap.ReSampleInt
cdf, clearStats, evaluate, max, min, quantile, resample, setVerbose, toString
-
-