-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from Clinical-Genomics/update_submission_schema
Update submission schema to the latest
- Loading branch information
Showing
6 changed files
with
441 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
52 changes: 52 additions & 0 deletions
52
preClinVar/demo/sample_clinical_significance_hgvs_submission.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"clinvarSubmissionReleaseStatus": "hold until published", | ||
"assertionCriteria":{ | ||
"db": "PubMed", | ||
"id": "25741868" | ||
}, | ||
"clinvarSubmission":[{ | ||
"recordStatus": "novel", | ||
"clinicalSignificance": { | ||
"clinicalSignificanceDescription": "Pathogenic", | ||
"dateLastEvaluated": "2018-04-28", | ||
"comment": "This comment explains the rationale for classifying this PDE6B variant as pathogenic for Retinitis pigmentosa-40.", | ||
"citation": [{ | ||
"db": "PubMed", | ||
"id": "PMID:11295882" | ||
|
||
}, | ||
{ | ||
"db": "PubMed", | ||
"id": "PMID:1363786" | ||
|
||
}, | ||
{ | ||
"url": "https://yourdatabaselink.org" | ||
}], | ||
"modeOfInheritance":"Autosomal dominant inheritance" | ||
}, | ||
"observedIn":[ { | ||
"alleleOrigin": "germline", | ||
"affectedStatus": "yes", | ||
"collectionMethod": "clinical testing", | ||
"numberOfIndividuals": 1 | ||
}], | ||
"variantSet": { | ||
"variant": [{ | ||
"hgvs":"NM_000283.3:c.3645A>T", | ||
"gene":[ { | ||
"id":2 | ||
}] | ||
}]}, | ||
"conditionSet": { | ||
"condition": [{ | ||
"db": "OMIM", | ||
"id": "613801" | ||
}] | ||
|
||
} | ||
|
||
|
||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.