Load LD matrix
load_LD(
file,
format = c("rds", "rdata", "mtx", "csv", "txt", "custom"),
LD_loader_fun = NULL
)
LD matrix file name.
file format for LD matrix. If "custom", use a user defined
LD_loader_fun()
function to load LD matrix.
a user defined function to load LD matrix