From 60c92da856d8f79f7b48b390d3450402967180de Mon Sep 17 00:00:00 2001 From: "Muckenhuber, Markus" Date: Tue, 12 Nov 2024 17:01:16 +0100 Subject: [PATCH] Checked how to run sample_sheet --- vignettes/peakCombiner.Rmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vignettes/peakCombiner.Rmd b/vignettes/peakCombiner.Rmd index 81887ad..84c5dd3 100644 --- a/vignettes/peakCombiner.Rmd +++ b/vignettes/peakCombiner.Rmd @@ -224,10 +224,10 @@ sample_sheet Now we use the prepared tibble (sample_sheet) and add it as argument `data` into the function `prepare_input_regions`. ```{r, eval = FALSE} -prepare_input_regions( - data = sample_sheet, - show_messages = FALSE -) +#prepare_input_regions( +# data = sample_sheet, +# show_messages = FALSE +#) ``` This returned value is a tibble that contains all required information formatted correctly in order to use the downstream functions within `r Biocpkg("peakCombiner")`. For more information about its structure, go back to the "[Standard genomic regions format]" section.