Package vcf


package vcf
  • Class
    Description
    Class AlleleRefGTRec represent represents phased, non-missing genotypes for a list of reference samples at a single marker.
    Class BasicGT represents genotypes for a list of markers and samples.
    Class BasicGTRec stores genotypes for a list of samples at a single marker.
    Class BitArrayGT represents genotypes for a list of samples at a single marker.
    Class BitArrayRefGTRec represents phased, nonmissing, genotypes for a list of samples at a single marker.
    Class FilterUtil contains static methods for constructing marker filters.
    Interface GeneticMap represents a genetic map for one or more chromosomes.
    Interface GT represents genotype data for a list of markers and a list of samples.
    Interface GTRec represents represents genotype data for one marker.
    Class HapRefGTRec represents phased, non-missing genotypes for a list of reference samples at a single marker.
    Class IntArrayRefGT represents phased, non-missing genotypes for a list of reference samples at a single marker.
    IntervalVcfIt<E extends GTRec>
    Class IntervalVcfIterator is a sample file iterator whose next() method returns a marker container.
    Class LowMafDiallelicGTRc stores genotypes for a list of samples at a diallelic marker.
    Class LowMafGTRc stores genotypes for a list of samples at a marker.
    Class Marker represents a VCF record's CHROM, POS, ID, REF, ALT, QUAL, FILTER, and INFO fields.
    Class MarkerIndices stores the overlap with adjacent marker windows and the mappings between marker indices and the target marker indices.
    Class MarkerRecombMap represents genetic map positions and inter-marker genetic distances for a sequence of genomic loci.
    Class MarkerParser is a parser and filter for a VCF record's ID, REF, ALT, QUAL, FILTER, and INFO subfields.
    Class Markers represent a list of markers in chromosome order.
    Class MarkerUtils contains static helper methods for the Marker class.
    Class PlinkGenMap represents a genetic map derived from a PLINK map file with map positions in cM units for one or more chromosomes.
    Class PositionMap represents a genetic map obtained by multiplying chromosome position by a scale factor.
    Class RefGT stores a list of samples and a haplotype pair for each sample.
    Interface RefGTRec represents represents phased genotype data for one marker.
    Class RefIt represents an iterator whose next() method returns an object storing data from a VCF record with phased, non-missing genotypes.
    Class RefTargSlidingWindow represents a sliding window of reference and target VCF records.
    Class RestrictedGT is a wrapper for a GT instance that restricts the data to a subset of the VCF records.
    Class Samples stores a list of samples.
    Interface SlidingWindow represents a sliding window of VCF records.
    Class SplicedGT represents genotypes for a set of samples that are obtained by replacing the initial markers of one GT instance with phased genotypes from another GT instance.
    Class Steps represents a partition of a list of markers into a sequence of sets of consecutive markers (the steps).
    Class TargSlidingWindow represents a sliding window of target VCF records.
    Class TwoAlleleRefGTRec represent represents phased, non-missing genotypes for a list of reference samples at a single diallelic marker.
    Class VcfHeader represents the Variant Call Format (VCF) meta-information lines and the Variant Call Format header line that precede the first Variant Call Format record.
    VcfIt<E extends GTRec>
    Class VcfIt represents an iterator whose next() method returns an object storing data from a VCF record.
    Class VcfMetaInfo represents a VCF meta-information line.
    Class VcfRec represents a VCF record.
    Class VcfRecBuilder contains methods for constructing and printing a VCF record in VCF 4.2 format.
    Class VcfRecGTParser parses VCF records and extracts the GT format field.
     
    Class VcfWriter contains static methods for writing data in VCF 4.2 format.
    Class Window represents a sliding window of target VCF records or a sliding window of reference and target VCF records.
    Class XRefGT represents phased, non-missing genotypes for a list of samples that are stored in column-major (i.e.