py_hla_match.policy.ARDMatchLevelCertainty

class py_hla_match.policy.ARDMatchLevelCertainty(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: Enum

Certainty of ARD-match level.

NOT_APPLICABLE:

AlleleMatchLevel != ARD_MATCH

UNCERTAIN:

insufficient typing resolution to be sure about ARDMatchLevel i.e., a higher ARDMatchLevel is possible

CERTAIN:

sufficient typing resolution to be sure about ARDMatchLevel i.e., a higher ARDMatchLevel is not possible

CERTAIN = 'certain about ARDMatchLevel due to sufficient resolution'
NOT_APPLICABLE = 'not applicable for AlleleMatchLevel != ARD_MATCH'
UNCERTAIN = 'uncertain about ARDMatchLevel due to insufficient resolution'