py_hla_match.policy.MolecularMatchLevelCertainty

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

Bases: Enum

Certainty of molecular level.

NOT_APPLICABLE:

AlleleMatchLevel != ARD_MATCH

UNCERTAIN:

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

CERTAIN:

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

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