Low-pass imputation
Requirements
- Ubuntu 22.04 (8 CPUs, 32 GB)
- bcftools (version==1.13)
- GLIMPSE2 v2.0.0, commit: 8ce534f, release: 2023-06-29
Input data
- Samples list of batch
- Phasing reference
- Imputation panel
- Downsampled BAM
Low-pass imputation process¶
Low-pass imputation workflow
The imputation reference panel (Ref VCF) was indexed using GLIMPSE2 and subsequently processed through the chunking and split_reference steps to generate the appropriate binary input format. The prepared reference panel was then employed to impute genotype data from downsampled BAM files using GLIMPSE2_phase modules. Finally, imputed genomic chunks were merged via GLIMPSE_ligate to produce the final VCF outputs.
Prepare imputation reference¶
Code
Creating imputation reference by using GLIMPSE2_chunk and GLIMPSE2_split_reference.
build_ref.sh splices raw reference panels (VCF files) to prepare the imputation panel for the GLIMPSE2 imputation process (bin files).
Imputation process¶
Code
Imputations were processed on autosomes and ligating using GLIMPSE2_phase and GLIMPSE2_ligate (run_imputation_bam_list.sh)
Output data
- lpWGS VCF files