py_hla_match.models
- class py_hla_match.models.Donor(hla_data)[source]
Bases:
IndividualRepresents an individual in the ‘donor’ role in research datasets. Inherits from Individual.
- Parameters:
hla_data (list[HLAPair])
- class py_hla_match.models.Individual(hla_data)[source]
Bases:
object- Parameters:
hla_data (List[HLAPair])
- class py_hla_match.models.Patient(hla_data)[source]
Bases:
IndividualRepresents an individual in the ‘patient’ role in research datasets. Inherits from Individual.
- Parameters:
hla_data (list[HLAPair])
Classes
|
Represents an individual in the 'donor' role in research datasets. |
|
|
|
|
|
Represents an individual in the 'patient' role in research datasets. |