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

Method start

src/rnabloom/bloom/hash/NTHashIterator.java:43–45  ·  view source on GitHub ↗
(CharSequence seq)

Source from the content-addressed store, hash-verified

41 }
42
43 public boolean start(CharSequence seq) {
44 return start(seq, 0, seq.length());
45 }
46
47 public boolean start(CharSequence seq, int start, int end) {
48 this.seq = seq;

Callers 5

runMethod · 0.95
isValidSeqMethod · 0.95
getKmersMethod · 0.95
minimalSetMethod · 0.95
getBestSegmentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected