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

Method subString

src/rnabloom/util/BitSequence.java:31–33  ·  view source on GitHub ↗
(int start, int end)

Source from the content-addressed store, hash-verified

29 }
30
31 public String subString(int start, int end) {
32 return bitsToSeq(this.bits, this.length, start, end);
33 }
34
35 public String subStringRevComp(int start, int end) {
36 return bitsToRevCompSeq(this.bits, this.length, start, end);

Callers 1

assemblePathMethod · 0.95

Calls 1

bitsToSeqMethod · 0.80

Tested by

no test coverage detected