Skip to contents

One row per (confidence set, colocalized outcome), joined to the identity the outcome was built from. This is what the outcomeInfo slot exists for: ColocBoost is handed outcome names as bare labels, so without the recorded mapping a caller can only get the label back, never the study / context / trait behind it.

Usage

getColocBoostOutcomes(x, ...)

# S4 method for class 'ColocBoostResult'
getColocBoostOutcomes(x, ...)

Arguments

x

A ColocBoostResult.

...

Ignored.

Value

A tibble with one row per (set, outcome) and the set-level columns repeated, plus outcome, study, context, trait and dataForm.

Examples

# See colocboostPipeline(); a ColocBoostResult carries the mapping it needs.
methods::existsMethod("getColocBoostOutcomes", "ColocBoostResult")
#> [1] TRUE