Package bref


package bref
  • Class
    Description
    Class AsIsBref3Writer writes VCF data with phased, non-missing genotypes to a binary reference format v3 (bref) file.
    Class Bref3 converts files in VCF format into bref version 3 format.
    Class Bref3Header represents the header of a bref3 file (binary reference format version 3).
    Class Bref3It represents an iterator whose next() which returns records from a bref version 3 file.
    Class Bref3Reader contains methods for reading a bref3 (binary reference format version 3) file.
    Class BrefBlock represents starting chromosome coordinates and file offset for the start of a binary reference format (bref) data block.
    Interface BrefWrites writes phased, non-missing genotypes to a binary reference format (bref) file.
    Class CompressBref3Writer writes phased, non-missing genotypes to a binary reference format v3 (bref) file.
    Class SeqCoder3 compresses a sequence of allele-coded RefGTRec objects.
    Class UnBref3 converts files in bref version 3 format into VCF format.