Package | Description |
---|---|
htsjdk.variant.vcf |
Modifier and Type | Method and Description |
---|---|
VCFFormatHeaderLine |
VCFHeader.getFormatHeaderLine(java.lang.String id) |
static VCFFormatHeaderLine |
VCFStandardHeaderLines.getFormatLine(java.lang.String ID)
Returns the standard format line for ID.
|
static VCFFormatHeaderLine |
VCFStandardHeaderLines.getFormatLine(java.lang.String ID,
boolean throwErrorForMissing)
Returns the standard format line for ID.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<VCFFormatHeaderLine> |
VCFHeader.getFormatHeaderLines()
Returns the FORMAT HeaderLines in their original ordering
|