Skip to content

Commit

Permalink
update ClinVar concordance plot
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Mar 11, 2024
1 parent 232d8f8 commit fe7edb8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
Binary file modified inst/extdata/CPSR_classification_score_thresholds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion inst/templates/quarto/cpsr_documentation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ classification_calibration_plot_fname_path <-
package = "cpsr")
```

<img src="`r classification_calibration_plot_fname_path`" title="" alt="" align="center" width="950" height="530"/>
<img src="`r classification_calibration_plot_fname_path`" title="" alt="" align="center" width="950" height="560"/>

<br>
<br>
Expand Down
17 changes: 9 additions & 8 deletions inst/templates/quarto/cpsr_virtual_panel.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
Variants reported for the sample are limited to the tile of cancer predisposition genes
shown below.

::: {.callout-note}
CPSR does not perform any interrogation of _which genes
that were subject to sequencing_, it merely checks potential overlap of input variants
within the user-defined __virtual__ panel.
:::


* __`r cps_report[['settings']][['conf']][['gene_panel']][['description']]`__
* Diagnostic-grade genes only (applicable to Genomics England panels): __`r as.logical(cps_report[['settings']][['conf']][['gene_panel']][['diagnostic_grade_only']])`__

Expand All @@ -22,4 +15,12 @@ tiles_html <- cpsr::plot_virtual_panels(

`r tiles_html`

<br><br>
<br>

::: {.callout-note}
CPSR does not perform any interrogation of _which genes
that were subject to sequencing_, it merely checks potential overlap of input variants
within the user-defined __virtual__ gene panel.
:::

<br>

0 comments on commit fe7edb8

Please sign in to comment.