Loads weights in PredictDB format

load_predictdb_weights(
  weight_file,
  filter_protein_coding_genes = TRUE,
  load_predictdb_LD = TRUE
)

Arguments

weight_file

a string, pointing path to weights in PredictDB format.

filter_protein_coding_genes

TRUE/FALSE. If TRUE, keep protein coding genes only.

load_predictdb_LD

TRUE/FALSE. If TRUE, load pre-computed LD among weight variants.