You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When is_reference is true, the REF allele (variant_allele[:, 0]) from the
VCZ store is used as the ancestral allele instead of reading a named field.
Useful for simulated data where REF equals the ancestral allele.
Exactly one of field or is_reference must be set; both default to None.
The genotype roundtrip tests now use is_reference=True throughout, since
all test inputs originate from tree sequences where REF is ancestral.
|`field`| string | (required) | Array name in the store (e.g. `"variant_AA"`) |
36
+
|`field`| string | — | Array name in the store (e.g. `"variant_AA"`). Required unless `is_reference` is set. |
37
+
|`is_reference`| bool |`false`| Use the REF allele (`variant_allele[:, 0]`) as the ancestral state. Useful for simulations. `field` must not be set when this is `true`. |
0 commit comments