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_scoresA 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_weightsA numeric vector of regression weights for each SNP.
ld_matrix_listFor g-LDSC: a list of per-block LD (R^2) matrices used to compute the FGLS residual covariance. NULL for S-LDSC.