Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.95
isValidSeq
Method · 0.95
getKmers
Method · 0.95
minimalSet
Method · 0.95
getBestSegment
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected