Skip to content

Commit

Permalink
Deal with .utils use in get_cn_states examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirsouza committed Apr 26, 2024
1 parent 2553082 commit 53b1cad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/get_cn_states.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#' @export
#'
#' @examples
#' \dontrun{
#' #basic usage, generic lymphoma gene list
#' cn_matrix = get_cn_states(regions_bed=GAMBLR.data::grch37_lymphoma_genes_bed)
#'
Expand All @@ -41,6 +42,7 @@
#' region_names = "MYC",
#' this_seq_type = "capture"
#' )
#' }
#'
get_cn_states = function(regions_list,
regions_bed,
Expand Down
2 changes: 2 additions & 0 deletions man/get_cn_states.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53b1cad

Please sign in to comment.