From 0c786cc61deafea8d591b8c61200675bbeeb2cda Mon Sep 17 00:00:00 2001 From: jiaying2508 <38696658+jiaying2508@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:36:44 -0400 Subject: [PATCH] Update pictograph.Rmd --- vignettes/pictograph.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/pictograph.Rmd b/vignettes/pictograph.Rmd index e0c65d9..2afa419 100644 --- a/vignettes/pictograph.Rmd +++ b/vignettes/pictograph.Rmd @@ -35,7 +35,7 @@ The input file can be read using the importCSV function. Alt read count (y), tot ```{r input_data} input_data <- importCSV(system.file('extdata/example_input.csv', package = 'pictograph'), - alt_reads_thresh = 6, vaf_thresh = 0.02) + alt_reads_thresh = 0, vaf_thresh = 0) ``` ## 3. Clustering mutations and estimating CCFs