Hello,
I have performed a GWAS on a quantitative trait and would like to calculate the genomic inflation factor (lambda). Does anyone have advice on how to do that, or programs they would suggest?
I see that if I run the analysis in plink with the command below I do get an estimation of the genomic inflation factor in the log file, but I would also like to be able to calculate the genomic inflation factor on a separate set of p-values I have from an analysis not completed in plink.
plink --bfile data --pheno data.pheno --linear --adjust --out gwas.data
Thank you!