MCPcopy Create free account
hub / github.com/BirolLab/RNA-Bloom / getPairedReadsMaxDistance

Method getPairedReadsMaxDistance

src/rnabloom/RNABloom.java:2715–2717  ·  view source on GitHub ↗
(Quartiles q)

Source from the content-addressed store, hash-verified

2713 }
2714
2715 private static int getPairedReadsMaxDistance(Quartiles q) {
2716 return q.q3 + ((q.q3 - q.q1) * 3 / 2); // 1.5*IQR
2717 }
2718
2719 public class ContainmentCalculator implements Runnable {
2720 private final long[] queryHashVals;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected