Skip to content

Commit

Permalink
Change how to load sample table from syn sample sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusMuck committed Jul 16, 2024
1 parent da6be25 commit 324e7b0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions R/combine_regions.R
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,8 @@
#' @export
#'
#' @examples
#' # Define infolder
#' infolder <- here::here()
#'
#' # Load in and prepare input data
#' sample_sheet <- readr::read_tsv(
#' paste0(infolder, "/lists/synthetic_sample_sheet.tsv"),
#' show_col_types = FALSE
#' )
#' utils::data("syn_sample_sheet")
#' sample_sheet <- syn_sample_sheet
#' sample_sheet
#'
#' data_prepared <- prepare_input_regions(
Expand Down

0 comments on commit 324e7b0

Please sign in to comment.