Skip to content

Commit

Permalink
Update analyze_peaks.R
Browse files Browse the repository at this point in the history
  • Loading branch information
caravagn committed Mar 30, 2022
1 parent e19ee47 commit 9c1fd5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/analyze_peaks.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
#' @import BMix
#'
#' @examples
# data('example_dataset_CNAqc', package = 'CNAqc')
# x = init(example_dataset_CNAqc$snvs, example_dataset_CNAqc$cna,example_dataset_CNAqc$purity)
#' data('example_dataset_CNAqc', package = 'CNAqc')
#' x = init(example_dataset_CNAqc$snvs, example_dataset_CNAqc$cna,example_dataset_CNAqc$purity)
#'
#' x = analyze_peaks(x)
#' print(x)
Expand All @@ -59,7 +59,6 @@
#'
#' x = analyze_peaks(x, matching_strategy = "rightmost")
#' print(x)
#'
analyze_peaks = function(x,
karyotypes = c('1:0', '1:1', '2:0', '2:1', '2:2'),
min_karyotype_size = 0,
Expand Down

0 comments on commit 9c1fd5e

Please sign in to comment.