View source: R/zscoreOverBck.R
zscoreOverBck | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.