HLA-aware PLINK clumping (Yet implemented)
plink_clump_hla_aware.RdSimple wrapper: "none" -> drop HLA (chr6:25–34Mb), clump non-HLA only "all" -> keep all HLA (no clump), clump non-HLA, then union "just_clump" -> clump all variants together
Usage
plink_clump_hla_aware(
bfile,
hla_keep = c("all", "none", "just_clump"),
output,
plink_bin = plinkbinr::get_plink_exe()
)