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

Add support for MOA prognostic data #408

Closed
korikuzma opened this issue Dec 10, 2024 · 1 comment
Closed

Add support for MOA prognostic data #408

korikuzma opened this issue Dec 10, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request priority:high High priority

Comments

@korikuzma
Copy link
Member

Currently only MOA therapeutic response assertion data is captured. Now that we have VA-Spec model for prognostic data, we should add the ability to 1) harvest prognostic data 2) transform harvested data to prognostic VA-Spec model 3) load transformed data into db

This is needed for VarCat + ClinVar Submission.

@korikuzma korikuzma added enhancement New feature or request priority:high High priority labels Dec 10, 2024
@korikuzma korikuzma self-assigned this Dec 10, 2024
korikuzma added a commit that referenced this issue Dec 18, 2024
close #408 

Note: This work revealed a bug with uniqueness constraints (#409). This
will be addressed in a separate PR. This PR focuses on changes to the
harvester + transformer: `python3 -m pytest tests/unit/harvesters
tests/unit/transformers`

* Harvester output changed
  * Therapy fields are now nested inside `therapy` key
  * Remove `clinical_significance` and retain original values from MOA
  * `source_ids` -> `source_id` since we only store one ID
* `MoaTransformer` now supports MOA prognostic assertions
Copy link

Closed by #411.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:high High priority
Projects
None yet
Development

No branches or pull requests

1 participant