Skip to content

Commit

Permalink
Change how to define parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusMuck committed Jul 16, 2024
1 parent 324e7b0 commit 5bd383e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/combine_regions_helper.R
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,12 @@ cr_overlap_with_summits <- function(data,
#'
#' In addition, the output data.frame columns `sample_name`, `name` and `score`
#' will be updated.
#'
#'
#' @inheritParams combine_regions
#'
#' @param input The original input file from `combine_regions` to extract center
#' information
#'
#' @return A tibble with the following columns: `chrom`, `start`, `end`, `name`,
#' `score`, `strand`, `center`, `sample_name`.
#'
Expand Down

0 comments on commit 5bd383e

Please sign in to comment.