Skip to content

Commit

Permalink
aw-lb example updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner authored Aug 22, 2023
1 parent 3e17d91 commit b3b4caf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions examples/clinvar_data/conditions/hl.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,20 @@
*/
{
"ns_hl": {
"id": "",
"id": "", // traitset ID from ClinVar
"label": "Nonsyndromic genetic hearing loss",
"type": "Condition",
"traits": [
{
"id": "https://www.ncbi.nlm.nih.gov/medgen/CN043648/",
"id": "", // trait ID from ClinVar
"type": "Disease", // Disease, Phenotype(Finding), Trait ....
"label": "Nonsyndromic genetic hearing loss"
"label": "Nonsyndromic genetic hearing loss",
"mappings": {
"system": "https://www.ncbi.nlm.nih.gov/medgen/",
"code": "CN043648",
"label": "Nonsyndromic genetic hearing loss",
"relation": "exactMatch"
}
}
]
},
Expand Down
12 changes: 9 additions & 3 deletions examples/clinvar_data/submitted_assertions/208366_scvs.jsonc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* example response for clinicalgenome.org/variationSCVs/208366 */

/*
#1 SCV
SCV : SCV001245167.1
Expand Down Expand Up @@ -33,9 +35,13 @@
"classifications": {
"likpath": {
// discussion #13: need a system for clinvar_classifications terms?
"system": "https://.../clinicalgenome.org/clinvar_classifications/",
"id": "100-1",
"label": "Likely Pathogenic"
"id": "clinvar.lp",
"label": "Likely Pathogenic",
"mappings": {
"code": "acmg15.lp",
"label": "Likely Pathogenic (ACMG 2015)",
"system": "https://clinicalgenome.org/clinvar_classifications/"
}
},
"deleterious": {
// is this the equivalent of a blank node in JSON-LD?
Expand Down

0 comments on commit b3b4caf

Please sign in to comment.