Background

With the availability of large-scale genotyping technologies, the cost of genome-wide analyses has been greatly reduced and a boom of large-scale genetic association studies is underway. A sliding-window approach, in which several neighboring single-nucleotide polymorphisms (SNPs) together included in a "window frame", is a popular strategy of multiple allelic association analysis. During the test the window slides across the genome region under study in a stepwise fashion [13]. Variable sized sliding-window approaches with variable window sizes decided by the underlying linkage disequilibrium (LD) pattern perform more efficiently in large-scale data analysis. The problem for variable sized sliding-window approaches is how to search the optimal window size with being not only computationally practical but also statistically sufficient to gain higher detection power for both common and rare risk factors.

In this report, based on the variable sized sliding-window frame, we adapt the optimal window size to the local LD pattern by employing principal components (PC) approach. The PC approach is known as a linear projection method that defines a lower-dimensional space and captures the maximum information of the initial data [4]. Each optimal window size is defined by the first few PCs (i.e., 3 or 5) that could explain a main fraction of the total amount (i.e., 90% or 95%) of information in the data.

Data

In our study, we used the Genetic Analysis Workshop (GAW) 16 Problem 1 data, which is the initial batch of the whole-genome association data for the North American Rheumatoid Arthritis Consortium (NARAC). Data were available for 868 cases and 1194 controls. There are 22 chromosomes with 545,080 SNP-genotype fields from the Illumina 550k chip. To avoid the missing value problem, any subject who had missing values in that window was excluded from the current window. Thus, some subjects may not be in the current window but will still be included in the study in other windows. In this way, we retained the most information we could.

Methods

Optimal window size defined by PC analysis

We consider a study with total M individuals in a data set and with genotype information denoted by vectors G i = (gi1, gi2,⋯, g iN )T(i = 1,2,⋯, M) at N SNP loci for the ith individual. We code the genotype g ij as 0, 1, or 2 for the number of minor (less frequent) alleles at SNP j, j = 1,2⋯, N of individual i. Let y i denote the trait value of individual i.

In the sliding-window frame, a window denoted as is a set of neighboring SNPs {b, b + 1, b + 2, ⋯, b + l - 1}. A variable sized sliding window which begins with SNP b, denoted as Ωb, is a collection of windows with l ranging from s to Γb, where s and Γbare the smallest and largest window sizes.

In this study, we apply PC method to define the optimal window size. The basic idea is that we attempt to find the largest window size in which c0 proportion of the total information can be explained by the first k PCs and c0 and k are predefined criteria. We define this largest window size as the optimal window size. Start with a window with l = s= k + 1, so that at least the window length is longer than the number of the important PCs.

Let denote the sample variance-covariance matrix of genotypic numerical codes in window and denote the jth largest eigenvalue of Thus, in window , the total variance in the original dataset explained by the jth PC is . Let as the proportion of the total variability explained by the first k PCs. Our main idea of choosing the optimal window size of each sliding window is to find the largest window size in which c0 proportion of the total variability can be explained by the first k PCs among a set of windows Ωb.

Bisection method for searching the optimal window size and computational consideration

Using the exhaustive searching method may be computational demanding for determining the optimal window size. We propose to use bisection method. Let s and Γ denote the predefined smallest and largest window sizes among a set of windows Ωb, where b is the starting SNP of the set of windows.

By adapting bisection method, the searching procedure for the optimal window size in Ωbincludes following steps:

Step 1: Let l be the middle point of s and Γ, that is, l = [(s = Γ)2/], where [a] is the largest integer that is less than or equal to a.

Step 2: Conduct PC analysis within the window , where a window begins at SNP b and has a size l.

Step 3: Calculate C (the proportion of the total variability explained by the first k PCs) for the window . If C > c0, we let s = l, that is, we update the smallest window size s. Otherwise, we let Γ = l, that is, we update the largest window size Γ.

Step 4: Repeat Step 1 to Step 3 until Γ - s ≤ 1.

In the window , if the proportion of the total variability explained by the first k PCs is greater than c0, the optimal window size will be Γ; otherwise, the optimal window size will be s.

Until now, we have not mentioned how to choose the starting SNP b. Of course for the first window, b = 1. To choose b for other windows, the following three methods are typically used. For the ith (i > 1) window, choose 1) b = i; 2) b = n i , where n i is the middle SNP of the (i-1)th window; 3) b = m i +1, where m i is the last SNP of the (i-1)th window. In this article, we use the first method to choose the starting SNP b.

By using bisection method, our proposed variable length sliding-window method is computationally efficient. Consider a set of windows Ωbwith the smallest window size s, largest window size Γ, and starting SNP b. The computational complexity to find the optimal window size in Ωbusing the bisection algorithm is Γ3log2(Γ - s). If we have N SNPs in total, the computational complexity to find all the optimal window sizes is NΓ3log2(Γ - s). In this article, we use Γ = 35 and s = 4. Suppose N = 500,000 in a genome-wide association study. Then, NΓ3log2(Γ - s) <N2. As pointed out by one of the reviewers, HAPLOVIEW program may be used to find beginning and end of a window. Using HAPLOVIEW, N2 of pair-wise r2 need to be calculated. To calculate r2, we need to estimate haplotype frequencies. Theoretically, our proposed method should be computationally more efficient than HAPLOVIEW. In fact, we have done a preliminary simulation study. The results show that the computation time of our proposed method is about a hundred times faster than HAPLOVIEW.

Score test

After we find the optimal window size for each sliding window, we use the score test statistic based on a logistic model [5] to test for association within each sliding window. Consider , a window beginning at SNP b with an optimal window size l. Take b = 1 as an example for windows that start at the first SNP. Let denote its first k PCs of the ith individual, where i = 1,2,⋯, M. Suppose that the k PCs follow a logistic model, then, the score test statistic is given by T2 = U'V-1U, where , , , and M is the sample size. The statistic T2 asymptotically follows a χ2 distribution with k degrees of freedom. We select significant windows after adjusting for multiple testing using a Bonferroni correction.

Result

We applied the proposed approach to GAW16 Problem 1. In our application, we set s = 4; Γ = 35; c0 = 90% and k = 3. Originally the dataset contained genotypes at 545,080 SNPs on chromosomes 1 to 22. In our analysis we ended up with 531,501 windows. The size of the windows varied from 4 to 29 SNPs, with the median window size of 7 (see Table 1 for the distribution of the window sizes). After Bonferroni correction, we found 1,155 significant windows. Due to the strong LD among SNPs, many of the significant windows overlapped with the nearby windows. In order to report the result thoroughly, we combined the significant windows with all overlapped windows as one larger window. Thus, we end up with 76 significant larger windows. Due to the limited pages, in Table 2 we only report the top 30 windows after the combination. The order of the windows is according to their most significant sub-windows (the original window before combinations). Our result matches most of the genes reported in recent studies [611] and also identify more rheumatoid arthritis (RA) susceptibility genes for follow-up studies.

Table 1 The distribution of the window sizes based on 531,501 windows
Table 2 Genetic and physical map locations of window region identified using PC-sliding-window analysis based on the Bonferroni correction

Discussion

As the most exhaustive searching engine in genome-wide association studies, sliding-window approaches are receiving more and more attention recently. Based on the variable sized sliding-window frame, we adapt the optimal window size to the local LD pattern by employing the PC approach. We applied this novel sliding-window approach to the GAW16 RA data and successfully validated nine genes that have been reported by recent studies and also identified new candidate genes for follow-up studies.

Our approach has several advantages. It provides a stable method to choose the window size with the maximum information extraction and it automatically balances degrees of freedom and number of tests, which results in higher power to detect association. It is flexible enough to conduct different association tests within the windows. The method is computational efficient when applied to large-scale data compared with other variable sized sliding-window methods. It requires only genotype data so there is no need to go through any computationally intensive phasing program to account for uncertain haplotype phases.

Further efforts are needed to improve the proposed method, such as determining the optimal c0 (the proportion of the total variability explained by the top k PCs) and the initial window lengths in the bisection method.

Conclusion

In this study, we applied our novel genome-wide PC sliding-window approach to detect the association between SNP windows and disease status using GAW16 Problem 1 RA dataset. We validated nine genes which have been identified to be responsible for RA in the literature and discovered more genes and non-gene regions for follow-up studies.