coloc.test.summary(b1, b2, V1, V2, k = 1, plot.coeff = TRUE, plots.extra = NULL, bayes = !is.null(bayes.factor), n.approx = 1001, level.ci = 0.95, bayes.factor = NULL, bma = FALSE)TRUE if you want to generate a
plot showing the coefficients from the two regressions
together with confidence regions.TRUE when
coloc.test is called by coloc.bma. DO NOT
SET THIS WHEN CALLING coloc.test DIRECTLY! x is generally a sequence of theta and
eta, with y selected from
post.theta, the posterior density of theta,
chisq, the chi-square values of the test, and
lhood, the likelihood function.
bayes.factor is
supplied, Bayes factors are additionally computed for the
specificed values. This can add a little time as it
requires numerical integration, so can be set to FALSE to
save time in simulations, for example.bayes.factor should
either a numeric vector, giving single value(s) of
eta or a list of numeric vectors, each of length
two and specifying ranges of eta which should be compared
to each other. Thus, the vector or list needs to have
length at least two.level.ci denotes the
required level of the credible interval for eta.
This is calculated numerically by approximating the
posterior distribution at n.approx distinct
values.coloc.test() or coloc.bma(),
but is left as a public function, to use at your own
risk, if you have some other way to define the SNPs under
test.