Skip to contents

Pre-computed LD scores for each SNP. Used by S-LDSC and g-LDSC. Supports both standard LD scores and annotation-stratified LD scores.

Slots

ld_scores

A numeric matrix (SNPs x annotations+1). The first column is the base LD score (sum of r^2). Additional columns are annotation-stratified LD scores if annotations are provided.

ld_score_weights

A numeric vector of regression weights for each SNP.

ld_matrix_list

For g-LDSC: a list of per-block LD (R^2) matrices used to compute the FGLS residual covariance. NULL for S-LDSC.