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

Method getFormat

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

Gets the sample format values for a specified format @param key format value to be retrieved @return the sample values for this format field

(String key)

Source from the content-addressed store, hash-verified

459 * @return the sample values for this format field
460 */
461 public List<String> getFormat(String key) {
462 return mFormatAndSample.get(key);
463 }
464
465 /**
466 * Adds a format key without setting any sample values.

Callers 15

testMethod · 0.95
testSetMethodsMethod · 0.95
testFilterHackeryMethod · 0.95
testSumMethod · 0.95
testSumMissingElementMethod · 0.95
testSumFloatMethod · 0.95
testNoPolicyMethod · 0.95
testDropPolicyMethod · 0.95
testRetainPolicyMethod · 0.95
testGetVariantTypeRecMethod · 0.95
testNextMethod · 0.95
testMergeMethod · 0.95

Calls 1

getMethod · 0.65

Tested by 15

testMethod · 0.76
testSetMethodsMethod · 0.76
testFilterHackeryMethod · 0.76
testSumMethod · 0.76
testSumMissingElementMethod · 0.76
testSumFloatMethod · 0.76
testNoPolicyMethod · 0.76
testDropPolicyMethod · 0.76
testRetainPolicyMethod · 0.76
testGetVariantTypeRecMethod · 0.76
testNextMethod · 0.76
testMergeMethod · 0.76