Skip to contents

Return the FineMappingEntry for one (study, context, trait, method) row of a FineMappingResult collection.

Usage

getFineMappingResult(
  x,
  study = NULL,
  context = NULL,
  trait = NULL,
  method = NULL
)

# S4 method for class 'GwasFineMappingResult'
getFineMappingResult(
  x,
  study = NULL,
  context = NULL,
  trait = NULL,
  method = NULL
)

Arguments

x

A FineMappingResult object.

study, context, trait, method

Single character identifiers. All required when the collection has more than one row; optional when the collection has a single row.

Value

A FineMappingEntry object.