Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/RNA-Bloom
/ getHash
Method
getHash
src/rnabloom/graph/Kmer.java:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
public
long getHash() {
58
return
fHashVal;
59
}
60
61
public
long getReverseComplementHash() {
62
return
NTP64RC(bytes, bytes.length);
Callers
15
hashCode
Method · 0.95
trimReverseComplementArtifact
Method · 0.95
trimHairpinBySequenceMatching
Method · 0.95
write
Method · 0.45
containsAllKmers
Method · 0.45
lookupAndAddAllKmers
Method · 0.45
reduceRedundancy
Method · 0.45
represented
Method · 0.45
overlap
Method · 0.45
isChimera
Method · 0.45
getReverseComplementArtifactClippingIndex
Method · 0.45
isTemplateSwitch2
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected