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

Method getFormats

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

@return a set of the format ids used in this record

()

Source from the content-addressed store, hash-verified

433 * @return a set of the format ids used in this record
434 */
435 public Set<String> getFormats() {
436 return mFormatAndSample.keySet();
437 }
438
439 /**
440 * Returns true if the record contains the specified format field

Callers 14

testKeepMethod · 0.95
testRemoveMethod · 0.95
testNextMethod · 0.95
testKeepMethod · 0.95
testRemoveMethod · 0.95
testRemoveAllMethod · 0.95
outputSequenceMethod · 0.95
mutateSequenceMethod · 0.95
mutateSequenceMethod · 0.95
mergeSamplesMethod · 0.80
padSamplesMethod · 0.80
annotateMethod · 0.80

Calls 1

keySetMethod · 0.45

Tested by 6

testKeepMethod · 0.76
testRemoveMethod · 0.76
testNextMethod · 0.76
testKeepMethod · 0.76
testRemoveMethod · 0.76
testRemoveAllMethod · 0.76