You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/file_formats.rst
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,9 +164,17 @@ The following information is required or must be derivable from each statement:
164
164
165
165
- ``proposition.subjectVariant``
166
166
167
-
- Expects a GA4GH VA-Spec Categorical Variant.
168
-
- HGVS expressions are extracted from the first ``DefiningAlleleConstraint`` in ``proposition.subjectVariant.constraints``.
169
-
- If no supported constraint is present, HGVS expressions may be provided in an ``expressions`` extension on ``proposition.subjectVariant``.
167
+
- Expects a GA4GH Cat-VRS Categorical Variant or VRS Allele.
168
+
169
+
- For Categorical Variants:
170
+
171
+
- HGVS expressions are extracted from the ``expressions`` field in the first ``DefiningAlleleConstraint`` in ``proposition.subjectVariant.constraints``.
172
+
- If no supported constraint is present, HGVS expressions may be provided in an ``expressions`` extension on ``proposition.subjectVariant``.
173
+
174
+
- For Alleles:
175
+
176
+
- HGVS expressions are extracted from ``proposition.subjectVariant.expressions``.
177
+
170
178
- RefSeq transcript HGVS expressions are preferred over RefSeq genomic HGVS expressions.
171
179
- The selected HGVS expression is used for the ClinVar variant description.
172
180
- ``proposition.subjectVariant.id`` or ``proposition.subjectVariant.name`` is used as the ClinVar local ID.
0 commit comments