Skip to contents

One row per credible set (at a given coverage) with its size, purity, prior variance, log Bayes factor, and lead variant — the per-CS complement to the per-variant getCs. Replaces the legacy per-effect `effect.tsv`.

Usage

getCredibleSetSummary(x, ...)

# S4 method for class 'FineMappingEntry'
getCredibleSetSummary(x, coverage = 0.95, ...)

# S4 method for class 'FineMappingResultBase'
getCredibleSetSummary(x, coverage = 0.95, ...)

Arguments

x

A FineMappingEntry or FineMappingResultBase.

...

Ignored.

coverage

Credible-set coverage to summarise. Default 0.95.

Value

A data.frame: cs, effect_id, coverage, n_variants, purity_min, purity_mean, V, cs_log10bf (strongest member logBF), cs_log_bf (true per-effect single-effect log Bayes factor), cs_pip (summed member PIP = inclusion mass captured), cs_mean_effect (mean posterior conditional effect), lead_variant, lead_pip (the collection method also carries the entry identity columns).

See also