CohortValidator
Source code in pyphetools/validation/cohort_validator.py
get_error_free_individual_list()
Returns a list of individuals from which the erroneous and redundant termas have been removed and from which individuals with errors (e.g., not enough HPO terms) have been removed.
Returns:
Type | Description |
---|---|
List[Individual]
|
List of individuals with no errors |
Source code in pyphetools/validation/cohort_validator.py
get_validated_individual_list()
Returns:
Type | Description |
---|---|
List[ValidatedIndividual]
|
list of all individuals with QC Validation results |
get_validated_individuals_with_unfixable_errors()
Returns a list of individuals with errors that cannot be automatically fixed.
Returns:
Type | Description |
---|---|
List[ValidatedIndivudal]
|
List of individuals with unfixable errors |