Skip to content
Guo-Bo Chen edited this page Dec 11, 2018 · 2 revisions

Genome-wide meta-analysis for complex traits


Genome-wide meta-analysis for complex traits using GWAS summary statistics.


Master command

gmeta

Options

--meta-batch/--meta-gz-batch

Specify a file that contains names of all summary data files to be used in a meta-analysis, one file per line:

gwas1.txt

gwas2.txt

...

--qt-size

Specify a file that lists the sample size corresponding to rows in meta-batch file, e.g.:

100

200

...

--keep-atgc

Include palindromic loci (A/T and G/C) in meta-analysis. Otherwise it is clearly known that the reference alleles are set on the same strand, it is suggested to turn this option down.

gear gmeta --meta-batch summary.batch --qt-size size.txt --out gtest
Clone this wiki locally