Class VcfHeaderFormat

All Implemented Interfaces:
Serializable

public class VcfHeaderFormat extends VcfHeaderInfo
See Also:
  • Constructor Details

    • VcfHeaderFormat

      public VcfHeaderFormat(String line)
      Constructor using a "##FORMAT" line from a VCF file
    • VcfHeaderFormat

      public VcfHeaderFormat(String id, VcfInfoType vcfInfoType, String number, String description)
  • Method Details