Skip to the content.

PTWAS Quick Start

Software requirement

The bare minimum set of software packages for running PTWAS scan, validation, and estimation procedures are

To compute PTWAS composite instrumental variables/eQTL weights for scan analysis from users’ own eQTL data, it requires additional software packages/libraries

Data requirement

PTWAS scan using GWAS summary statistics (single-SNP z-scores)

PTWAS validation and estimation

The input data should be formatted for each gene-trait pair. The input file is in plain text format, which is explained here.

Running analysis

Running PTWAS scan

In the simplest case, run

GAMBIT --gwas gwas_input.vcf.gz --betas ptwas_weights.vcf.gz --ldref "LD_panel_dir/chr*.vcf.gz" --ldref-only

More detailed instructions and more options are described here

Running PTWAS validation and estimation

In the simplest case, run

 ptwas_est -d gene_info.txt

For more options, please refer to here