Skip to content

Commit 6693cac

Browse files
committed
added more detail and examples for locus and disease tags
1 parent 5f8c560 commit 6693cac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

data/STRchive-loci.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,16 +361,16 @@
361361
"type": [ "string", "null" ]
362362
},
363363
"locus_tags": {
364-
"description": "Tags for the locus, used for grouping similar loci and for flagging loci with specific characteristics",
365-
"examples": [ "somatic_instability", "contraction", "anticipation", "conflicting_evidence", "sparse_evidence", "maternal_expansion", "length_affects_penetrance", "length_affects_severity", "length_affects_onset" ],
364+
"description": "Tags for the locus, used for grouping similar loci and for flagging loci with specific characteristics. Should be snake_case (lower case with underscores) and not contain spaces or special characters. Some tags have specific meanings, such as sparse_evidence for loci with < 5 independent cases after 5 years of publication, or conflicting_evidence for loci where there is evidence for and against pathogenicity in the literature resulting in concern that the locus may not be pathogenic.",
365+
"examples": [ "somatic_instability", "contraction", "anticipation", "conflicting_evidence", "sparse_evidence", "maternal_expansion", "paternal_expansion", "length_affects_penetrance", "length_affects_severity", "length_affects_onset", "motif_affects_onset", "motif_affects_penetrance" ],
366366
"type": "array",
367367
"items": {
368368
"type": [ "string", "null" ]
369369
}
370370
},
371371
"disease_tags": {
372-
"description": "Tags for the disease, used for grouping similar diseases",
373-
"examples": [ "ataxia" ],
372+
"description": "Tags for the disease, used for grouping similar diseases and for flagging diseases with specific characteristics. Should be snake_case (lower case with underscores) and not contain spaces or special characters.",
373+
"examples": [ "ataxia", "epilepsy", "phenotypic_spectrum" ],
374374
"type": "array",
375375
"items": {
376376
"type": [ "string", "null" ]

0 commit comments

Comments
 (0)