get_disjoint_max_win: get_disjoint_max_win

Description Usage Arguments Value

View source: R/peakCallFunctions.R

Description

find significant z score windows keeping the max value without intersections

Usage

1
2
get_disjoint_max_win(z0, sigwin = 20, nmax = Inf, zthresh = -Inf,
  two_sided = FALSE, verbose = FALSE)

Arguments

z0

Matrix containing z scores with bins as rows and windows size as columns.

sigwin

Integer indicating how many bins per fragment.

nmax

Integer indicating the maximum number of windows to return.

zthresh

Integer indicating the minimum z-score considered significant.

two_sided

not used argument.

verbose

verbose flag.

Value

a matrix of integer containing founded peaks


DEScan2 documentation built on Nov. 8, 2020, 5:01 p.m.