public class CoverageStats extends graxxiaIntegerStats
An efficient method to calculate percentiles of coverage values that doesn't require holding them all in memory or sorting them.
It relies on some limitations regarding coverage values:
Constructor and description |
---|
CoverageStats
(int maxPercentileValue, java.io.InputStream inStream) |
CoverageStats
(int maxPercentileValue, java.lang.Iterable covValues) |
CoverageStats
(int maxPercentileValue) |
Type Params | Return Type | Name and description |
---|---|---|
|
public double |
fractionAbove(int coverageLevel) |