Skip to content

Commit

Permalink
vignettes: remove purple germline cnvs section
Browse files Browse the repository at this point in the history
  • Loading branch information
pdiakumis committed May 8, 2024
1 parent 2818e97 commit 2957ccb
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions vignettes/purple.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,29 +77,6 @@ cnv_som_gene$tab |>
knitr::kable(format = "html", caption = "PURPLE Somatic CNVs (per gene) Summary Table.")
```

### Germline CNVs (per chromosome)

```{r cnv_germ}
cnv_germ <- system.file("extdata/purple/purple.cnv.germline.tsv", package = "gpgr") |>
gpgr::purple_cnv_germ_process()
```

<details>
<summary>Description</summary>

```{r cnv_germ_descr}
cnv_germ$descr |>
knitr::kable(format = "html", caption = "PURPLE Germline CNVs (per chromosome) Columns.")
```

</details>

```{r cnv_germ_tab}
cnv_germ$tab |>
dplyr::slice(1:10) |>
knitr::kable(format = "html", caption = "PURPLE Germline CNVs (per chromosome) Summary Table.")
```

### Purity

```{r purity}
Expand Down

0 comments on commit 2957ccb

Please sign in to comment.