Skip to content

Commit

Permalink
feat: add variantFromSourceId to eva
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneisdoomed committed Oct 17, 2024
1 parent f750569 commit 805f341
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions schemas/disease_target_evidence.json
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@
"variantHgvsId": {
"$ref": "#/definitions/variantHgvsId"
},
"variantFromSourceId": {
"$ref": "#/definitions/variantFromSourceId"
},
"variantId": {
"$ref": "#/definitions/variantId"
},
Expand Down Expand Up @@ -548,6 +551,9 @@
"variantHgvsId": {
"$ref": "#/definitions/variantHgvsId"
},
"variantFromSourceId": {
"$ref": "#/definitions/variantFromSourceId"
},
"variantId": {
"$ref": "#/definitions/variantId"
},
Expand Down Expand Up @@ -2433,6 +2439,14 @@
"LRG_214t1:c.889-1633_7395-667del"
]
},
"variantFromSourceId": {
"type": "string",
"description": "Identifier of the disease-causing variant at source.",
"examples": [
"NC_000011.10:g.17605796C>T",
"VCV000018397"
]
},
"variantId": {
"type": "string",
"description": "Identifier in CHROM_POS_REF_ALT notation of the disease-causing variant.",
Expand Down

0 comments on commit 805f341

Please sign in to comment.