-
Notifications
You must be signed in to change notification settings - Fork 0
Deep phenotyping
Calculate the clinical similarity / distance based on the boolean vectors (doesn't require the structure of the HPO DAG). Example metrics:
Hamming
Dice
Jaccard
Calculate clinical similarity while taking semantic similarity into account (requires the HPO DAG). Example metrics:
HRSS
Calculate the clinical similarity by calculating the occurrence ratio (Hanneke et al) between predefined groups. In contrast to patient-level, this is a supervised approach.
Phenotypes were ranked on phenotypic specificity. (Inspired by Hanneke et al)
The annotated HPO file (HPOA) was used to infer the genes associated with the phenotypes. These genes were supplied to PHRANK. This tool outperforms Phevor, PhenIX and Phenomizer at ranking the causative genes & diseases.
We first explored the potential of clustering for deepphenotyping on the ACTG1 ACTB case study collection.
The Deep Phenotyping clustering algorithm is validated on the COG-CDG case study collection of Hanneke et al. Where we hope to acquire the same pathophysiological insights.