Skip to content

Commit

Permalink
Checked how to run sample_sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusMuck committed Nov 12, 2024
1 parent 9cfe056 commit 60c92da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vignettes/peakCombiner.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 60c92da

Please sign in to comment.