A named list of mashr-style input matrices (strong /
random / null subsets of effect sizes .b, standard errors .s,
and z-scores .z) across eight brain cell-type conditions. Drives the
mash model workflow (mashModelFit, mashPosterior)
via qtlSumStatsFromBetaMatrix. Derived from the de-identified
protocol_example toy data; all identifiers are synthetic.
A list. The effect-size / standard-error / z-score elements
(strong.b, strong.s, strong.z, and the random.*
/ null.* counterparts) are each a variants x 8-condition matrix
(conditions ALL, Ast, End, Exc, Inh, Mic, OPC, Oli); the
.b / .s / .z suffixes follow the mashr
naming contract.
Examples
data(mashInputExample)
names(mashInputExample)
#> [1] "random.z" "strong.z" "null.z" "random.b" "strong.b" "null.b"
#> [7] "null.s" "random.s" "strong.s" "XtX"
dim(mashInputExample$strong.b)
#> [1] 17 8