Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RealTimeGenomics/rtg-tools
/ complement
Method
complement
src/main/java/com/rtg/mode/DNA.java:46–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
return
true;
45
}
46
@Override
47
public
DNA complement() {
48
return
N;
49
}
50
};
51
52
/** adenine. */
Callers
5
testComplement
Method · 0.95
checkBasicPaired
Method · 0.95
dnaToProtein
Method · 0.95
populateComplementArray
Method · 0.45
getByteMapping
Method · 0.45
Calls
no outgoing calls
Tested by
2
testComplement
Method · 0.76
checkBasicPaired
Method · 0.76