representation¶
Classes
| hail.representation.Variant | An object that represents a genomic polymorphism. | 
| hail.representation.AltAllele | An object that represents an allele in a polymorphism deviating from the reference allele. | 
| hail.representation.Genotype | An object that represents an individual’s genotype at a genomic locus. | 
| hail.representation.Call | An object that represents an individual’s call at a genomic locus. | 
| hail.representation.Locus | An object that represents a location in the genome. | 
| hail.representation.Interval | A genomic interval marked by start and end loci. | 
| hail.representation.Trio | Class containing information about nuclear family relatedness and sex. | 
| hail.representation.Pedigree | Class containing a list of trios, with extra functionality. | 
| hail.representation.Struct | Nested annotation structure. |