-
Notifications
You must be signed in to change notification settings - Fork 8
Add GeneDiseaseValidityProposition #406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v1
Are you sure you want to change the base?
Changes from 2 commits
9d0a45d
f5d8e0c
2272330
ae7e906
760ec16
d46f998
87a5483
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -1001,6 +1001,39 @@ $defs: | |
| - objectTherapeutic | ||
| - conditionQualifier | ||
|
|
||
| GeneDiseaseValidityProposition: | ||
| inherits: va-core:Proposition | ||
| maturity: draft | ||
| type: object | ||
| description: "A proposition that variants affecting a particular Gene are valid for evaluation as causal for some Condition using appropriate variant classification criteria, given a specific mode of inheritance." | ||
| properties: | ||
| type: | ||
| extends: type | ||
| const: GeneValidityProposition | ||
| default: GeneValidityProposition | ||
| subjectGene: | ||
| extends: subject | ||
| oneOf: | ||
| - $refCurie: gks.core:MappableConcept | ||
| - $refCurie: gks.core:iriReference | ||
| predicate: | ||
| extends: predicate | ||
| const: "variantsInGeneCausalFor" | ||
| default: "variantsInGeneCausalFor" | ||
| objectCondition: | ||
| extends: object | ||
| oneOf: | ||
| - $refCurie: gks.core:MappableConcept | ||
|
larrybabb marked this conversation as resolved.
|
||
| - $refCurie: gks.core:iriReference | ||
|
larrybabb marked this conversation as resolved.
|
||
| modeOfInheritanceQualifier: | ||
| oneOf: | ||
| - $refCurie: gks.core:MappableConcept | ||
| - $refCurie: gks.core:iriReference | ||
| required: | ||
| - predicate | ||
| - subjectGene | ||
| - objectCondition | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tnavatar just double checking because I believe the GenCC requires MOI on their GDV classifications. Does the GCI or the ClinGen GDV SOP require MOI to be declared on every classification? The fallback is that some folks do put in the moi term "unknown" which I agree is a cop out. Just wondering if you considered this. |
||
|
|
||
| CohortAlleleFrequencyStudyResult: | ||
| inherits: StudyResult | ||
| maturity: trial use | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there's a fairly consistent convention to add a
descriptionparameter like soit feels kind of redundant to me but it's employed elsewhere in the schema