Skip to contents

Per-run cTWAS payload: the fine-mapping posterior table, the full per-effect susie alpha table, the jointly-estimated group prior(s), and per-region metadata. One entry sits in every row of a CtwasResult collection.

Slots

finemap

The per-gene (and, when SNPs are retained, per-SNP) posterior summary table (ctwas::finemap_regions finemap_res shape), or NULL.

susieAlpha

The per-effect susie alpha table (ctwas::finemap_regions susie_alpha_res shape) – the fuller cTWAS output retained so the raw run is reconstructable, or NULL.

param

The estimated group_prior / group_prior_var for this run, or NULL.

regionInfo

Per-region metadata, or NULL.

See also

CtwasResultEntry for the constructor.