Version 3.1
This repository contains the software implementation of FastENLOC, which enables integrative genetic association analysis of molecular QTL data and GWAS data. The statistical model and the key computational procedures are described in [1], [2], [3], and [4].
For questions/comments regarding the software package, please contact Xiaoquan (William) Wen (xwen at umich dot edu).
coloc
)Software distributed under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See LICENSE for more details.
Visit the tutorial
for a detailed guide and use case examples.
For optimal results, we recommend performing multi-SNP probabilistic fine-mapping prior to running the FastENLOC analysis. The fine-mapping outputs should be organized into two VCF files, one for each trait. (Utilities are available to convert DAP-G and SuSiE fine-mapping results to the FastENLOC-compatible VCF format.)
To run the FastENLOC analysis, use the following command:
fastenloc -g gwas.vcf.gz -e eqtl.vcf.gz -tv total_variants
If you are using the legacy FastENLOC GWAS format (version 1 or 2) for the GWAS file, use this command instead:
fastenloc -go gwas.old_format.vcf.gz -e eqtl.vcf.gz -tv total_variants
FastENLOC can also operate with minimal summary statistics, specifically the estimated SNP genetic effects and corresponding standard errors from single-SNP analyses of molecular and complex traits.
For this approach, the input should be organized into a single tabular file. To initiate the FastENLOC analysis, use the following command:
fastenloc -sum summary_stats_file -tv total_variants
We provide pre-formatted GTEx v8 eQTL annotations (fine-mapped using DAP-G) in the FastENLOC-compatible VCF format.