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

resize image in index.rst #7

Merged
merged 1 commit into from
Feb 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Suppose our analyst is interpreting a variant NC_000007.13:g.140453136A>T that w


.. image:: images/Assayed-variant-vs-categorical-variant.png
:width: 80%
:alt: The figure depicts a stack of clinical reports, each of which represents a single assayed variant. Each assayed variant is an connected to a common node labelled "BRAF V600E Variant", to dinicate that they are all members of that class of variants. BRAF V600E is connected to a variety of genomic knowledge statements, such as being found in various cancers, having implications on drug sensitivity, and that its effect is that of gene amplification.


Expand Down Expand Up @@ -47,13 +48,15 @@ While a single categorical variant may have many assayed variant members, the sa


.. image:: images/relations-between-assayed-and-CatVars-and-CatVars-to-other-CatVars.png
:width: 80%
:alt: The figure depicts a single centralized assayed variant, with arrows radiating out to a number of categorical variants to which it is a member. Among these, the assayed variant NC_000007.13:g.140453136A>T is a BRAF V600E variant, a BRAF gene variant, and a chromosome 7 variant.


Because a single categoricla variant may have many assayed variants as members, while a single assayed variant can be a member of many categorical variants, different categorical have complex heirarchical relationships with each other. the figure below depicts some of the relationships between some of the categorical variants to which NC_000007.13:g.140453136A>T is a member. For example, all BRAF V600E variants are also BRAF gene variants. And all BRAF V600E variants and BRAF gene variants are chromosome 7 variants. A BRAF V600E variant is also an inframe protein variant, which is itself a type of sequence variant.


.. image:: images/relations-between-assayed-and-CatVars-and-CatVars-to-other-CatVars(1).png
:width: 80%
:alt: The figure depicts the same assayed variant and categorical variants as the previous figure, but with arrows added to show subset relationships between various categorical variants. One arrow connects BRAF V600E variants to BRAF gene variants to show that all BRAF V600E variants are also members of the set of BRAF gene variants. A simialr arrow shows that all BRAF gene variants are members of the set of chromosome 7 variants.


Expand All @@ -64,13 +67,15 @@ To make categoricla variant matching even more complicated, it is often the case


.. image:: images/CatVar-CatVar-matching.png
:width: 80%
:alt: The figure depicts a hypothetical variant where an ACT sequence has been inserted directly 3' of a ACTG sequence. While this would not be considered a duplication variant in the HGVS nomenclature due to the intervening G base pair, it could appear in other resources as a duplication of the preceeding ACT sequence, or alternately simply as an insertion of ACT. This implies that the catgorical variant descriptor "duplication" has different meanings across different resources.


On the other hand, it is also the often the case that spurious ambiguity exists within resources. The figure depicts a hypothetical case where compared to a reference sequence ACT, the variant sequence is ACCCCCT. In HVGS, this variant could either be described as an insertion of 4 C nucleotides, or else a five repetitions of the single nucleotide sequence C. This demonstrates spurious ambiguity of categorical variant descriptors, as both categorical variants desribe two sets with all and only the same member variants.


.. image:: images/CatVar-CatVar-spurious-ambiguity.png
:width: 60%
:alt: The figure depicts a hypothetical case where compared to a reference sequence ACT, the variant sequence is ACCCCCT. In HVGS, this variant could either be described as an insertion of 4 C nucleotides, or else a five repetitions of the single nucleotide sequence C. This demonstrates spurious ambiguity of categorical variant descriptors, as both categorical variants desribe two sets with all and only the same member variants.


Expand Down Expand Up @@ -174,4 +179,4 @@ Protein Sequence Consequence
.. _CA16602531: http://reg.clinicalgenome.org/redmine/projects/registry/genboree_registry/by_caid?caid=CA16602531
.. _BRAF V600 mutations: https://civicdb.org/events/genes/5/summary/variants/17/summary
.. _EGFR exon 19 deletions: https://civicdb.org/events/genes/19/summary/variants/133/summary
.. _TP53 truncating mutations: https://civicdb.org/events/genes/45/summary/variants/223/summary
.. _TP53 truncating mutations: https://civicdb.org/events/genes/45/summary/variants/223/summary
Loading