Skip to contents

Return the audit record of QC steps applied to this collection. An empty list() (default on construction) means summaryStatsQc has not yet been run. Pipelines that require harmonized sumstats (fineMappingPipeline, twasWeightsPipeline, and downstream consumers) reject inputs where length(getQcInfo(x)) == 0L.

Usage

getQcInfo(x, ...)

# S4 method for class 'SumStatsBase'
getQcInfo(x, ...)

Arguments

x

A GwasSumStats or QtlSumStats object.

...

Unused.

Value

A list (possibly empty).