Skip to contents

Row-bind two or more fine-mapping result collections of the SAME concrete class (all QtlFineMappingResult or all GwasFineMappingResult) into one – e.g. per-block GWAS results into a genome-wide collection for cTWAS. Mixing the two concrete classes is an error.

Usage

combineFineMappingResults(..., ldSketch = NULL)

Arguments

...

Two or more FineMappingResultBase objects, or a single list of them.

ldSketch

Optional GenotypeHandle to attach to the combined collection. Default NULL. Applied when combining two or more inputs; a single input is returned unchanged.

Value

A single combined fine-mapping result of the shared concrete class.