Use the coloc results (coloc_QTLs) to determine which full summary stats (gwas.qtl_paths) to plot.

gather_colocalized_data(
  gwas.qtl_paths,
  coloc_QTLs = NULL,
  qtl_thresh = 1e-05,
  coloc_thresh = 0.8,
  gwas_label = "GWAS",
  remove_extra_panes = T,
  verbose = T
)

See also