MCPcopy 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

testComplementMethod · 0.95
checkBasicPairedMethod · 0.95
dnaToProteinMethod · 0.95
getByteMappingMethod · 0.45

Calls

no outgoing calls

Tested by 2

testComplementMethod · 0.76
checkBasicPairedMethod · 0.76