A Recipe for cDNA variants #194
brendanreardon
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary of description of the proposed feature
While we currently have Recipes for genomic and protein variants, Canonical Allele and Protein Sequence Consequence, we do not have a Recipe for cDNA variants.
The Recipe should require:
Product implementer
This Recipe is being requested by the MetaKB, a VICC driver project.
Justification for development with relevant use cases
The following cDNA variants are listed within our Test Set Variants
The MetaKB would like a Recipe with agreed upon
relationsbecause they need to convert all variants within CIViC that contain a cDNA change.Example use cases, modeled using the current specification
Below is an example Categorical Variant for NM_000410.4(HFE):c.187C>G (p.His63Asp)
Explanation of why the product cannot currently support the use case
Current officially supported Recipes are only satisfied for genomic DNA (Canonical Allele) and protein variants (Protein Sequence Consequence).
A link to the associated project board
They have an Issue open on their GitHub repository. There, Daniel and I previously workshopped a draft Recipe with them.
Anticipated open questions and design decisions
The two primary design decisions for this feature are likely:
relationsshould the Recipe require? This Discussion includes recommendedrelationsfor Defining Alleles depending on what molecule type the Defining Allele is and what molecular type themembersare. There is another Discussion here that explores recommendations for whatrelationsto use based on what the Defining Allele is and what a member is.An example of a Recipe previously written for this use case with the
relationsof the following was included in the MetaKB Issue:Given the current relations of Canonical Allele and Protein Sequence Consequence, I think that appropriate relations to use when the cDNA is the Defining Allele would be:
transcribed_to(if member is genomic DNA)transcribed_to(if member is cDNA on a different transcript)translated_to(if the member is a protein variant)Maybe call the Recipe Transcript Sequence Consequence or Transcript Allele?
Beta Was this translation helpful? Give feedback.
All reactions