estprop_slow {colocPropTest} | R Documentation |
Proportional colocalisation testing
Description
This should return the same as estprop for a pair of snps, but is slower. Left here for checking. Also accomodates more than two snps.
Usage
estprop_slow(b1, b2, V1, V2)
Arguments
b1 |
regression coefficients for trait 1 |
b2 |
regression coefficients for trait 2 |
V1 |
variance-covariance matrix for trait 1 |
V2 |
variance-covariance matrix for trait 2 |
Value
a list, containing the test statistic and two datasets for plotting the input data or eta
Author(s)
Chris Wallace
[Package colocPropTest version 0.9.1 Index]