Skip to contents

Virtual base class for fine-mapping result collections. Concrete subclasses (QtlFineMappingResult, GwasFineMappingResult) carry a DFrame of per-fit rows and a shared ldSketch slot. Downstream pipelines should dispatch on FineMappingResultBase for behaviors that apply to either flavour, and on the concrete subclass when the tuple shape matters.

Slots

ldSketch

The LD reference GenotypeHandle the fits were computed against, or NULL when the fits were derived from individual-level data (no LD reference). Used downstream for cross-pipeline LD-sketch identity validation.