Skip to contents

Extract the SuSiE fit object from a fine-mapping entry or result. The fit may be the trimmed view (when the pipeline ran with the default trim = TRUE) or the full untrimmed susie() return (when trim = FALSE).

Usage

getSusieFit(x, ...)

# S4 method for class 'FineMappingResultBase'
getSusieFit(
  x,
  study = NULL,
  context = NULL,
  trait = NULL,
  method = NULL,
  region = NULL,
  ...
)

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

Arguments

x

A FineMappingEntry or FineMappingResult.

...

Class-specific selection arguments.

Value

A list (the SuSiE fit object).