Skip to content

Commit

Permalink
Merge pull request #18 from molgenis/feat/gado
Browse files Browse the repository at this point in the history
Split GADO into two fields
  • Loading branch information
dennishendriksen authored Jul 4, 2023
2 parents ac708df + 32045a5 commit 3303e23
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>org.molgenis</groupId>
<artifactId>vip-utils</artifactId>
<version>1.4.0</version>
<version>1.3.0</version>

<name>vip-utils</name>
<description>Shared classes and tools between VIP repo's</description>
Expand Down
19 changes: 15 additions & 4 deletions src/main/resources/field_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,20 @@
"separator": "&",
"type": "STRING"
},
"GADO": {
"label": "GADO",
"description": "The combined prioritization GADO Z-score over the supplied HPO terms for this case.",
"GADO_PD": {
"label": "GADO_PD",
"description": "The GADO prediction for the relation between the HPO terms of the proband(s) and the gene, HC: high confidence, LC: low confidence.",
"numberType": "NUMBER",
"numberCount": 1,
"type": "CATEGORICAL",
"categories": [
"LC",
"HC"
]
},
"GADO_SC": {
"label": "GADO_SC",
"description": "The combined prioritization GADO Z-score over the HPO of the proband(s) terms for this case.",
"numberType": "NUMBER",
"numberCount": 1,
"type": "FLOAT"
Expand Down Expand Up @@ -361,4 +372,4 @@
}
}
}
}
}

0 comments on commit 3303e23

Please sign in to comment.