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