Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/RNA-Bloom
/ toString
Method
toString
src/rnabloom/util/BitSequence.java:26–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
@Override
27
public
String toString() {
28
return
bitsToSeq(this.bits, this.length);
29
}
30
31
public
String subString(
int
start,
int
end) {
32
return
bitsToSeq(this.bits, this.length, start, end);
Callers
1
strobemerBased
Method · 0.95
Calls
1
bitsToSeq
Method · 0.80
Tested by
no test coverage detected