Description Usage Arguments Value
Select observations that exceeding a given IDR level
1 | select.gIDR(x, IDR.x, IDR.level)
|
x |
a n by m numeric matrix, where m= num of replicates, n=num of observations. Numerical values representing the significance of the observations, where larger values represent higher significance, for example, -log(p-value). Currently, m=2. |
IDR.x |
Irreproducibile discovery rate for each entry of x. It is computed from |
IDR.level |
IDR cutoff, a numerical value between [0, 1]. Typical value is 0.01 or 0.05. |
x: selected reproducible observations given the cutoff.
n: number of selected reproducible observations.#'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.