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

Method hasInfo

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

Returns true if the record contains the specified info field @param key info value @return true if the info field is contained in this record

(String key)

Source from the content-addressed store, hash-verified

353 * @return true if the info field is contained in this record
354 */
355 public boolean hasInfo(String key) {
356 return mInfo.containsKey(key);
357 }
358
359 /**
360 * @return info fields (should be treated as read-only).

Callers 8

testUpdateInfoFlagMethod · 0.95
testClearInfoMethod · 0.95
testInfoMatchMethod · 0.95
parseFieldsMethod · 0.95
loadVariantsMethod · 0.95
mergeInfoMethod · 0.80
isComplexScoredMethod · 0.80
getValueMethod · 0.80

Calls

no outgoing calls

Tested by 3

testUpdateInfoFlagMethod · 0.76
testClearInfoMethod · 0.76
testInfoMatchMethod · 0.76