zscoreOverBck: Z-scores over the background

Description Usage Arguments Value Author(s) Examples

View source: R/zscoreOverBck.R

Description

Calculate the z-scores over the background distribution.

Usage

1
zscoreOverBck(ratios, backgroundPercentage = 0.25)

Arguments

ratios

A numeric vector containing the transformed, background corrected and smoothed ratios in each window.

backgroundPercentage

numeric(1). Low percentile for background distribution.

Value

A vector of numeric. Z-scores.

Author(s)

Jianhong Ou and Julie Zhu

Examples

1
2
r <- runif(200)
zscoreOverBck(r)

NADfinder documentation built on Nov. 8, 2020, 5:35 p.m.