CASE_test.Rd
Obtain the posterior probabilities and estimates of the cis-eQTL effect sizes.
CASE_test(
Z = NULL,
R,
hatB = NULL,
hatS = NULL,
N,
CASE_training,
verbose = TRUE,
...
)
M * C matrix of z scores.
M * M matrix of LD.
M * C matrix of the estimated effects. Alternative summary data (together with hatS) to be provided instead of Z.
M * C matrix of standard errors of the estimated effects. Alternative summary data (together with hatB) to be provided instead of Z.
either 1 or C vector of the sample size, or C * C matrix of the sample size (diagonal) and overlaps (off-diagonal). If provided with a vector, CASE assumes that each pair of traits overlaps with their minimal sample size.
A "CASE_training"
object.
(optional) logical, whether to print logging information. Default = TRUE.
additional arguments.
A "CASE"
object with the following elements:
L-vector, the prior probabilities of sharing patterns.
L-list of C * C matrix, the prior covariances of sharing patterns.
C * C matrix, the sample-adjusted phenotypical variance.
M * C matrix, posterior probability of having eQTL effects per SNP per cell type.
M * C matrix, average posterior estimates of eQTL effects per SNP per cell type.
TBD
TBD