Skip to content

Commit

Permalink
Add pathogenicityPredictions and allele to frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
dglemos committed Jun 15, 2023
1 parent e7d7962 commit b7a0060
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,13 @@
},
"PopulationFrequency": {
"properties": {
"allele": {
"description": "Specific allele associated with the frequency.",
"examples": [
"A"
],
"type": "string"
},
"alleleFrequency": {
"description": "Allele frequency between 0 and 1.",
"examples": [
Expand Down Expand Up @@ -512,6 +519,12 @@
},
"type": "array"
},
"pathogenicityPredictions": {
"items": {
"$ref": "#/definitions/PhenoClinicEffect"
},
"type": "array"
},
"phenotypicEffects": {
"items": {
"$ref": "#/definitions/PhenoClinicEffect"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,11 @@ definitions:
description: Allele frequency between 0 and 1.
examples:
- 3.186e-05
allele:
type: string
description: Specific allele associated with the frequency.
examples:
- A
required:
- population
- alleleFrequency
Expand Down Expand Up @@ -412,6 +417,10 @@ definitions:
type: array
items:
$ref: '#/definitions/PhenoClinicEffect'
pathogenicityPredictions:
type: array
items:
$ref: '#/definitions/PhenoClinicEffect'
SoftwareTool:
type: object
properties:
Expand Down

0 comments on commit b7a0060

Please sign in to comment.