sgkit.variables.call_genotype_spec#

sgkit.variables.call_genotype_spec = ArrayLikeSpec(default_name='call_genotype', __doc__='\nCall genotype. Encoded as allele values (0 for the reference, 1 for\nthe first allele, 2 for the second allele), -1 to indicate a\nmissing value, or -2 to indicate a non allele in mixed ploidy datasets.\n', kind='i', ndim=3, dims=('variants', 'samples', 'ploidy'))#

Call genotype. Encoded as allele values (0 for the reference, 1 for the first allele, 2 for the second allele), -1 to indicate a missing value, or -2 to indicate a non allele in mixed ploidy datasets.