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)

LihuaJulieZhu/NADfinder documentation built on May 17, 2019, 6:21 p.m.