Skip to contents

Load LD for a study, supporting single or mixture panels.

Usage

load_study_LD(ld_path, region)

Arguments

ld_path

A single LD metadata TSV path, or comma-separated paths for mixture panels (e.g., "ld_EUR.tsv,ld_AFR.tsv").

region

Region string "chr:start-end".

Value

An LD_data list from load_LD_matrix. For single panels, returns as-is. For mixture panels, LD_matrix is a list of X matrices (one per panel).