zscoreOverBck {NADfinder} | R Documentation |
Calculate the z-scores over the background distribution.
zscoreOverBck(ratios, backgroundPercentage = 0.25)
ratios |
A numeric vector containing the transformed, background corrected and smoothed ratios in each window. |
backgroundPercentage |
numeric(1). Low percentile for background distribution. |
A vector of numeric. Z-scores.
Jianhong Ou and Julie Zhu
r <- runif(200) zscoreOverBck(r)