-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathfunctionVariant-ex2.json
More file actions
42 lines (42 loc) · 1.24 KB
/
functionVariant-ex2.json
File metadata and controls
42 lines (42 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"id": "civic.mpid:186",
"type": "CategoricalVariant",
"name": "BRCA2 loss of function variants",
"description": "An example categorical variant that uses FeatureContextConstraint and FunctionConstraint.",
"constraints": [
{
"type": "FeatureContextConstraint",
"featureContext": {
"id": "hgnc:1101",
"conceptType": "Gene",
"name": "BRCA2",
"primaryCoding": {
"id": "hgnc:1101",
"name": "BRCA2",
"system": "https://www.genenames.org",
"code": "HGNC:1101",
"iris": [
"https://www.genenames.org/data/gene-symbol-report/#!/hgnc_id/HGNC:1101"
]
}
}
},
{
"type": "FunctionConstraint",
"functionConsequence": {
"id": "SO:0002054",
"name": "loss of function",
"primaryCoding": {
"id": "SO:0002054",
"name": "loss_of_function_variant",
"system": "http://www.sequenceontology.org",
"code": "SO:0002054",
"iris": [
"http://www.sequenceontology.org/browser/current_release/term/SO:0002054"
]
}
},
"description": "Function consequence described as loss of function using Sequence Ontology."
}
]
}