MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / getAltCalls

Method getAltCalls

src/main/java/com/rtg/vcf/VcfRecord.java:238–240  ·  view source on GitHub ↗

@return alternate calls (this should be treated as read-only).

()

Source from the content-addressed store, hash-verified

236 * @return alternate calls (this should be treated as read-only).
237 */
238 public List<String> getAltCalls() {
239 return mAltCalls;
240 }
241
242 /**
243 * Get the allele with the specified index

Callers 15

testMethod · 0.95
testNextMethod · 0.95
testMergeMethod · 0.95
decomposeMethod · 0.95
AlleleMapMethod · 0.95
callMethod · 0.95
replaySequenceMethod · 0.95
mutateSequenceMethod · 0.95
vcfAtPositionMethod · 0.80
checkRecordMethod · 0.80
altFunction · 0.80

Calls

no outgoing calls

Tested by 5

testMethod · 0.76
testNextMethod · 0.76
testMergeMethod · 0.76
vcfAtPositionMethod · 0.64
checkRecordMethod · 0.64