Skip to content

Commit

Permalink
Merge pull request #365 from lima1/issue_363
Browse files Browse the repository at this point in the history
Issue 363
  • Loading branch information
lima1 authored Apr 24, 2024
2 parents e8ea7b3 + 37f0097 commit 354413c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/segmentationCBS.R
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ plot.cnv = TRUE, max.segments = NULL, min.logr.sdev = 0.15, chr.hash = chr.hash)
}

.getAverageWeightPV <- function(seg, weights, perm = 2000) {
perm <- min(length(weights), perm)
num_marks <- sort(unique(seg$num.mark))
.do_permutation <- function(i, l) {
if (l > 25) return(0)
Expand Down

0 comments on commit 354413c

Please sign in to comment.