LPS evaluation
Evaluation methods¶
To assess imputation performance, two key metrics are used: Imputation Accuracy and Imputation Coverage. These metrics quantify the quality and completeness of imputed genetic variants, and are calculated per chromosome across all autosomes.
Metric | Description | Purpose |
---|---|---|
Imputation Accuracy | Mean \(r^2\) of sites within a bin | Measures how well imputed values match true genotypes |
Imputation Coverage | Proportion of variants with \(r^2 \geq 0.8\) in a bin | Assesses the proportion of high-confidence imputations |
Evaluation process¶
Input data
- restructed lpWGS VCFs
- restructed SNP-array VCFs
- True VCFs
Code
- compute_MAF.sh: Retrieve MAF values from true VCF files
- run_evaluate.py: Evaluation by using SNP-wise matrix
Output
Evaluation process output:
LPS | Pseudo array | |
---|---|---|
SNP-wise accuracy | lps_all_acc.txt | array_all_acc.txt |
Imputation accuracy | lps_all_cov.txt | array_all_cov.txt |