Skip to content

Commit

Permalink
Merge pull request #349 from apriltuesday/update-variant-types
Browse files Browse the repository at this point in the history
Update clinvar variant types diagrams
  • Loading branch information
apriltuesday authored Oct 27, 2022
2 parents 1246419 + 7b855d2 commit cc005e5
Show file tree
Hide file tree
Showing 10 changed files with 1,129 additions and 195 deletions.
11 changes: 1 addition & 10 deletions data-exploration/clinvar-variant-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The script in this directory parses the ClinVar XML data dump and constructs several diagrams and tables which illustrate how variation and disease data are represented. This helps guide the design of the pipeline and its output structure.

The data was last updated on **2021-05-27.** Graphs can be enlarged by clicking on them.
The data was last updated on **2022-10-24.** Graphs can be enlarged by clicking on them.



Expand Down Expand Up @@ -70,15 +70,6 @@ These fields reflect the strength of evidence supporting the assertion of varian

![](diagrams/star-rating.png)

### Distribution of records by star rating
Star rating|Count
:--|:--
☆☆☆☆|167118
★☆☆☆|1022556
★★☆☆|72589
★★★☆|12226
★★★★|42



## Mode of inheritance
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from collections import Counter
import logging

import eva_cttv_pipeline.clinvar_xml_io.clinvar_xml_io as clinvar_xml_utils
from eva_cttv_pipeline.clinvar_xml_io import clinvar_xml_io

logging.basicConfig()
logger = logging.getLogger(__name__)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data-exploration/clinvar-variant-types/diagrams/star-rating.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data-exploration/clinvar-variant-types/diagrams/traits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data-exploration/clinvar-variant-types/diagrams/variant-types.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,311 changes: 1,127 additions & 184 deletions data-exploration/clinvar-variant-types/supplementary-tables.md

Large diffs are not rendered by default.

0 comments on commit cc005e5

Please sign in to comment.