RAREMETAL METHOD

From Genome Analysis Wiki
Jump to navigationJump to search

INTRODUCTION

The key idea behind meta-analysis with RAREMETAL is that various gene-level test statistics can be reconstructed from single variant score statistics and that, when the linkage disequilibrium relationships between variants are known, the distribution of these gene-level statistics can be derived and used to evaluate signifi-cance. Single variant statistics are calculated using the Cochran-Mantel-Haenszel method. The main formulae are tabulated in the following:

KEY FORMULAE

NOTATIONS

We denote the following to describe our methods:

Ui,k is the score statistic for the ith variant from the kth study

Vij,k is the covariance of the score statistics between the ith and the jth variant from the kth study

Ui,k and Vij,k are described in detail in RAREMETALWORKER method.

U𝐤 is the vector of score statistics of rare variants in a gene from the kth study.

V𝐤 is the variance-covariance matrix of score statistics of rare variants in a gene from the kth study, or V𝐤=cov(U𝐤)

S is the number of studies

𝐰𝐓=(w1,w2,...,wm)T is the vector of weights for m rare variants in a gene.

SINGLE VARIANT META ANALYSIS

Single variant meta-analysis score statistic can be reconstructed from score statistics and their variances generate by each study, assuming that samples are unrelated across studies. Define meta-analysis score statistics as

Umetai=∑k=1SUi,k

and its variance

Vmetai=∑k=1SVii,k

Then the score test statistics for the ith variant Tmetai asymptotically follows standard normal distribution

Tmetai=Umetai/Vmetai=∑k=1SUi,k/∑k=1SVii,k∼𝐍(0,1)

BURDEN META ANALYSIS

Burden test has been shown to be powerful detecting a group of rare variants that are unidirectional in effects. Once single variant meta analysis statistics are constructed, burden test score statistic can be easily reconstructed as

Tmetaburden=𝐰𝐓U𝐦𝐞𝐭𝐚/𝐰𝐓V𝐦𝐞𝐭𝐚𝐰∼𝐍(0,1).

VT META ANALYSIS

SKAT META ANALYSIS

SKAT is most powerful when detecting genes with rare variants having opposite directions in effect sizes. Meta-analysis statistic can also be re-constructed using single variant meta-analysis scores and their covariances

𝐐=U𝐦𝐞𝐭𝐚𝐓𝐖U𝐦𝐞𝐭𝐚,

where 𝐖 is the diagonal matrix of weights of rare variants included in a gene.

As shown in Wu et. al, the null distribution of the 𝐐 statistic follows a mixture chi-sqaured distribution described as

𝐐∼∑i=1mλiχ1,i2, where (λ1,λ2,…,λm) are eigen values of 𝐕𝐦𝐞𝐭𝐚12𝐖𝐕𝐦𝐞𝐭𝐚12.


Formulae for RAREMETAL
Test Statistics Null Distribution Notation
Single Variant T=∑i=1nUi/∑i=1nVi T∼𝐍(0,1) Ui is the score statistic from study i;Vi is the variance of Ui.
un-weighted Burden Tb=∑i=1nU𝐢/∑i=1nV𝐢 Tb∼𝐍(0,1) U𝐢 is the vector of score statistics from study i,or U𝐢={Ui1,...,Uim}; V𝐢 is the covariance of U𝐢.
Weighted Burden Twb=𝐰𝐓∑i=1nU𝐢/𝐰𝐓(∑i=1nV𝐢)𝐰 Twb∼𝐍(0,1) 𝐰𝐓={w1,w2,...,wm}T is the weight vector.
VT TVT=max⁡(Tb(f1),Tb(f2),…,Tb(fm)), whereTb(fj)=ϕfj𝐓∑i=1nU𝐢/ϕfj𝐓(∑i=1nV𝐢)ϕfj (Tb(f1),Tb(f2),…,Tb(fm))∼𝐌𝐕𝐍(𝟎,Ω),where Ωij=ϕfiT(∑i=1nV𝐢)ϕfjϕfiT(∑i=1nV𝐢)ϕfiϕfjT(∑i=1nV𝐢)ϕfj ϕfj is a vector of 0s and 1s, indicating the inclusion of a variant using threshold fj;
SKAT 𝐐=(∑i=1n𝐔𝐢𝐓)𝐖(∑i=1nU𝐢) 𝐐∼∑i=1mλiχ1,i2, where (λ1,λ2,…,λm) are eigen values of(∑i=1nV𝐢)12𝐖(∑i=1nV𝐢)12 𝐖 is a diagonal matrix of weights.