lower.upper {netgwas} | R Documentation |
Calculates lower band and upper band
Description
Calculates lower and upper bands for each data point, using a set of cut-points which is obtained from the Gaussian copula.
Usage
lower.upper(y)
Arguments
y |
An ( |
Value
lower |
A |
upper |
A |
Author(s)
Pariya Behrouzi and Ernst C. Wit
Maintainer: Pariya Behrouzi <pariya.behrouzi@gmail.com>
References
Behrouzi, P., and Wit, E. C. (2019). Detecting epistatic selection with partially observed genotype data by using copula graphical models. Journal of the Royal Statistical Society: Series C (Applied Statistics), 68(1), 141-160.
See Also
cutoffs
and netgwas-package
.
Examples
D <- simgeno(p = 100, n = 50, k = 3)
lower.upper(D$data)