Skip to contents

Extract posterior inclusion probabilities from a single FineMappingEntry or from one entry of a FineMappingResult (selected by its identity tuple).

Usage

getPip(x, ...)

# S4 method for class 'FineMappingEntry'
getPip(x, ...)

# S4 method for class 'GwasFineMappingResult'
getPip(
  x,
  study = NULL,
  context = NULL,
  trait = NULL,
  method = NULL,
  region = NULL,
  returnList = FALSE,
  ...
)

# S4 method for class 'QtlFineMappingResult'
getPip(
  x,
  study = NULL,
  context = NULL,
  trait = NULL,
  method = NULL,
  returnList = FALSE,
  ...
)

Arguments

x

A FineMappingEntry or FineMappingResult.

...

Class-specific selection arguments.

Value

A named numeric vector of PIPs.