Description Usage Arguments Value Author(s) Examples
View source: R/zscoreOverBck.R
Calculate the z-scores over the background distribution.
1 | 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
1 2 | r <- runif(200)
zscoreOverBck(r)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.