Skip to contents

Compute LD scores from an LD reference, optionally stratified by annotations.

Usage

computeLdScores(ld_ref, annotations = NULL, ...)

# S4 method for class 'LDEigen'
computeLdScores(ld_ref, annotations = NULL, ...)

# S4 method for class 'LDScore'
computeLdScores(ld_ref, annotations = NULL, ...)

Arguments

ld_ref

An LDStatistic object.

annotations

An AnnotationMatrix object, or NULL.

...

Additional arguments.

Value

A numeric matrix of LD scores (SNPs x annotations+1).