py_hla_match.matching.multi_locus_match
- py_hla_match.matching.multi_locus_match(patient, donor)[source]
Compute HLA match/mismatch categories between two Individuals for all loci that are typed in the first Individual.
Intended for research workflows.
- Parameters:
patient (Individual) – Patient object
donor (Individual) – Donor object
- Returns:
List of MatchResult objects for each locus
- Return type:
List[MatchResult]