Skip to content
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

Change CIViC classification to match ClinVar enum #452

Closed
korikuzma opened this issue Feb 27, 2025 · 1 comment · Fixed by #455
Closed

Change CIViC classification to match ClinVar enum #452

korikuzma opened this issue Feb 27, 2025 · 1 comment · Fixed by #455
Assignees
Labels
enhancement New feature or request

Comments

@korikuzma
Copy link
Member

korikuzma commented Feb 27, 2025

Feature description

@larrybabb suggested that the CIViC transformer should use the ClinVar clinicalImpactClassificationDescription enum: https://github.com/ncbi/clinvar/blob/master/submission_api_schema/submission_api_schema.json#L510-L514

Use case

Since we're submitting the CIViC assertions generated by the MetaKB Transformers, we should be consistent with the values we're using. Since ClinVar already defines an enum, we should follow this.

Proposed solution

Tier I -> Tier I - Strong
Tier II -> Tier II - Potential
Tier III -> Tier III - Unknown
Tier IV - Benign/Likely benign

Alternatives considered

No response

Implementation details

No response

Potential Impact

No response

Additional context

No response

Contribution

Yes, I can create a PR for this feature.

@korikuzma korikuzma added the enhancement New feature or request label Feb 27, 2025
@korikuzma korikuzma self-assigned this Feb 27, 2025
korikuzma added a commit that referenced this issue Feb 27, 2025
close #452

* Use ClinVar Submission `clinicalImpactClassificationDescription` enum
korikuzma added a commit that referenced this issue Mar 7, 2025
…455)

close #452

* Use ClinVar Submission `clinicalImpactClassificationDescription` enum
@github-actions github-actions bot closed this as completed Mar 7, 2025
Copy link

github-actions bot commented Mar 7, 2025

Closed by #455.

korikuzma added a commit that referenced this issue Mar 9, 2025
…455)

close #452

* Use ClinVar Submission `clinicalImpactClassificationDescription` enum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant