Skip to content

Commit

Permalink
Merge pull request #161 from opentargets/il-2701
Browse files Browse the repository at this point in the history
feat: New evidence field to report the sex of the analysed people
  • Loading branch information
DSuveges authored Sep 8, 2022
2 parents 1a2bdb9 + 136ff21 commit 52f169e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions opentargets.json
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,9 @@
"resourceScore": {
"$ref": "#/definitions/resourceScore"
},
"sex": {
"$ref": "#/definitions/sex"
},
"statisticalMethod": {
"$ref": "#/definitions/statisticalMethod"
},
Expand Down Expand Up @@ -2012,6 +2015,18 @@
"description": "Score provided by datasource indicating strength of target-disease association",
"minimum": 0.0
},
"sex": {
"type": "array",
"description": "Sex of the population included in the analysis",
"items": {
"type": "string",
"enum": [
"men",
"women"
]
}
}
,
"significantDriverMethods": {
"type": "array",
"description": "Methods to detect cancer driver genes producing significant results",
Expand Down

0 comments on commit 52f169e

Please sign in to comment.