1. Introduction
Genetically speaking, all humans are 99.9 percent the same and the 0.1 percent that makes us all unique is called genetic variation [
1]. Genetic variation has two main forms: structural alteration and sequence variation. Copy number variant (CNV) and DNA sequence variation are the most common form of structural alteration and sequence variation in the human genome, respectively [
2].
A sequence variation or single nucleotide polymorphism (SNP) represents a difference in a single nucleotide. For example, a SNP may replace the nucleotide cytosine with the nucleotide thymine in a certain stretch of DNA. SNPs are classified into two major types based on the gene region they fall within: coding region and non-coding region. SNPs within a coding sequence do not necessarily change the amino acid sequence of the protein that is produced, due to the degeneracy of the genetic code. SNPs in the coding region are of two types: nonsynonymous and synonymous SNPs. Nonsynonymous SNPs change the amino acid sequence of the protein, while synonymous SNPs do not affect the amino acid sequence of the protein. SNPs do not usually function individually, rather, they work in coordination with other SNPs to manifest a disease or trait [
3]. Therefore, many sequence studies have been done to test the association between SNPs and disease or traits.
A copy number variant is the gain or loss of DNA segments in the genome ranging in size from one kilobase to several megabases. CNVs are described by three characteristics: type, chromosomal position, and dosage [
4]. The type of CNV is either amplification or deletion. The chromosomal position of the CNV is described by the start and end position of the CNV in the chromosome. The dosage represents the total number of copies of the CNV, with a value less than two relating to deletion and greater than two indicating amplification. Besides, CNVs have phenotypic heterogeneity effects. This means that different CNV types and dosages at the same position in the chromosome can have a different impact. It is reported in biological studies that CNVs are distributed non-randomly in the genomes, in particular they tend to be located close to telomeres and centromeres [
5]. However, it is still unclear if there is any specific pattern in the sequential order of CNVs that may lead to a disease or trait.
Association studies have determined that genetic variations, both CNVs and SNPs, are associated with diseases or traits. So, understanding the relationship between genetic variation and disease may provide important insights into genetic causes, leading to effective means in preventing and treating the diseases. While there are lots of computational association studies that have investigated the association between SNPs and diseases or traits, methods for studying CNVs are underdeveloped due to the multi-dimensional characteristics of the CNVs.
The CNV kernel association test (CKAT) [
6], copy number profile curve-based association test (CONCUR) [
7] and multi-dimensional copy number variant kernel association test (MCKAT) [
8] are a few existing computational kernel based methods that have studied the association between CNVs and diseases. In these studies, different kernels are proposed to measure the similarity between CNV profiles with respect to CNV characteristics. Then, the similarity between CNV profiles is compared with those in disease-related trait status to identify any potential association between CNVs and the disease. Among them, our previous method, the MCKAT, is the only method that has incorporated all multidimensional characteristics of CNVs in testing the association between CNVs and disease or trait. The MCKAT calculates the
p-value of the association test analytically, which is computationally efficient and flexible for CNV association analysis for both rare and common CNV types, as demonstrated in numerical studies. However, neither MCKAT nor other methods consider the CNV sequential order in testing the association between CNVs and disease-related traits.
Starting from MCKAT, we propose a sequential multi-dimensional CNV kernel-based association test (SMCKAT) for investigating the association between CNVs and disease or traits. SMCKAT is not only utilizing all multi-dimensional characteristics of CNVs but also the sequential order of CNVs in testing the association between CNVs and disease or traits. Based on the results, SMCKAT is applicable on both rare and common datasets and capable of identifying hot-spots on the genome where both CNV characteristics and the CNV sequential order are significantly associated with disease or traits.
The rest of this paper is as follows.
Section 2 presents the method and materials.
Section 3 contains simulation studies.
Section 4 shows the results of the real data application.
Section 5 presents the discussion, and finally
Section 6 concludes the work.
2. Method and Materials
We design a sequential multi-dimensional kernel framework capable of measuring the similarity between CNV profiles utilizing all CNV characteristics and the CNV sequential order. It contains two kernels. The first kernel, the pair group kernel, measures the similarity between two groups of CNVs at the same ordinal position of two CNV profiles. It contains three sub-kernels. Each sub-kernel is responsible for measuring the similarity between two CNVs with respect to one of the three CNV characteristics. The second kernel, the whole genome group kernel, aggregates the similarity between every possible CNV pair group to measure the total similarity between the CNV profiles of the subjects. Finally, the association between CNV sequential order across a chromosome and disease-related traits is tested by comparing the similarity in CNV profiles to that in the trait using an association test.
2.1. Pair CNV Group Kernel
Let
X denote a single CNV which is defined by four characteristics as
,
where
and
are the CNV starting and ending position on the chromosome,
is the CNV type, and
is the CNV dosage. First, we generate the CNV profile
R for subject
i with
l CNVs as
where CNVs are sorted based on their chromosomal position. Secondly, we extract a CNV group of size
n out of the CNV profile as
where
n is the group size that can take any value between 1 and
l, the number of existing CNVs in a CNV profile as is shown in
Figure 1.
We propose a pair CNV group kernel,
, to measure the similarity between two CNV groups of size
n,
and
, in two CNV profiles. First,
aligns each CNV in the
with its relevant CNV in the
with respect to their position to generate
n CNV pairs as is shown in
Figure 2.
Then,
measures the similarity between each CNV pair using the single pair CNV kernel,
, we proposed in [
8].
measures the similarity between a CNV pair by three sub-kernels considering all CNV features including chromosomal position, type and dosage. Finally,
averages the similarities calculated by
between all generated CNV pairs to measure the similarity between two CNV groups,
and
, as
where
is defined as
and the first term measures the mutual presence of a CNV with a specific start and end position by dividing the size of the intersection of two CNVs to their union size. The intersection function calculates the length of the chromosomal region that belongs to both CNVs. Similarly, the union function calculates the length of the chromosomal region that consists of both regions that belong to the first CNV and to the second CNV. The second term compares the CNV type of two CNVs to calculate the similarity between them. The third term measures the similarity between two CNVs with respect to their dosage. The
is the difference from the reference function we proposed in [
8] as
.
measures the difference between a CNV dosage and the reference dosage value 2.
2.2. Whole Genome CNV Group Kernel
First, we create a window of size
n. We slide this window across the CNV profile
as is shown in
Figure 3 to extract all possible CNV groups of size
n as
where CNV groups are sorted based on their position and
is the number of extracted CNV groups for the CNV profile
. Similarly, we have another CNV group series
for CNV profile
.
Then, we propose the whole genome CNV group kernel,
, to measure the similarity between two CNV group series
and
as
where
is the pair CNV group kernel from (1).
measures the similarity between the pair CNV groups of the same position and aggregates these similarities to calculate the similarity in two CNV group series. The second maximum operation in the definition of
searches for the best group-to-group correspondence of the highest similarity to align CNV groups in two CNV group series as is shown in
Figure 4.
The kernel-based association test described in the following section, requires a kernel similarity matrix K. K is a matrix, where and d is the number of existing CNV profiles. expresses the similarity between CNV profile i and j measured by .
2.3. Kernel-Based Association Test
We use the following logistic regression model to test the association between CNV sequential order and a disease related trait
where
is the status of the disease related trait with
denoting the existence of the trait and
denoting otherwise, and
indexing the CNV profiles, and
Z is the covariate matrix including information such as age and gender.
is the CNV group series of the profile
as explained previously.
is a function spanned by the whole genome CNV group kernel
. According to Equation (
4), the hypothesis of no association between the CNV sequential order and the existence of a disease related trait can be tested as
. To test this, one way is to treat the
as a random effect vector which is distributed as
, where
and
K is the
similarity matrix, treated as covariance matrix of the random effect, generated by
as defined in [
6]. Liu et al. [
9] has shown that testing
is equivalent to testing
in the logistic mixed effect model. Moreover,
is a variance component parameter in the logistic mixed effect model, which can be tested using a restricted maximum likelihood-based score test [
9,
10].
We use the following score test statistic where
is estimated under the null model
and
K is the similarity matrix explained in the previous section.
Then, we used the Davies method [
11] as implemented in the CKAT R package [
6] to calculate the
p-value of the proposed kernel based association test. The SMCKAT workflow is summarized in
Figure 5 2.4. Common and Rare CNV Data
Biologists generally assign CNVs to one of two major types, depending on the length of the affected chromosomal region and occurrence frequency: copy number polymorphisms (CNPs) and rare variants [
4]. CNPs are widespread in the general population, with an average occurrence frequency greater than one percent while rare variants are much longer than CNPs, ranging from hundreds of thousands of base pairs to over one million base pairs.
We apply SMCKAT on both rare and common CNV public domain genome sequencing data sets to evaluate the performance on both CNV types. The two CNV data sets used in this study are from individuals with rhabdomyosarcoma (RMS) cancer and autism spectrum disorder (ASD). The RMS data set [
12] contains the common CNVs for 44 subjects, while the ASD data set [
13] has the rare CNVs of 588 subjects. In both data sets, each CNV is presented by chromosomal position, type, and dosage.
3. Simulation Studies
We conducted simulations to evaluate the performance of SMCKAT and ensure that it can properly handle type I and II errors, as well as having relatively high power in detecting existing associations. Besides SMCKAT, the MCKAT and CKAT are also studied. We conduct our simulation studies under two main scenarios. In the first scenario, we evaluate the performance of the SMCAKT on the rare CNV data. In the second scenario, we evaluate the performance of the SMCKAT on the common CNV data.
We use the ASD dataset and the RMS dataset in the first and second simulation scenarios, respectively. These datasets are studied in the real data analysis and further details regarding them are shared in the
Section 4. We simulated
datasets for each simulation scenario.
The ASD dataset has the same dosage value for all deletions and similarly the same dosage value for all amplifications. Therefore, we randomly generate other values for the CNV dosage to conduct our simulation studies and investigate the dosage effect in identifying existing associations. The simulated dosage value can take 0 or 1 for deletion types and 3, 4, …, 7 for amplification types. We use equal probabilities when generating random dosage values for deletion and amplification, 0.5 and 0.2, respectively.
A case-control phenotype is generated for both SMCKAT and MCKAT from the following logistic model that we proposed in [
8],
where
is the
jth CNV of the
ith individual as defined previously.
corresponds to a baseline disease rate.
controls the effect of chromosomal position, and
and
are the log ratio of a CNV
j for being deletion versus amplification and vice versa.
and
share the same values but different signs.
and
allow the effect of the chromosomal position and CNV type to differ by dosage in CNV
j.
After generating phenotypes for SMCKAT and MCKAT, we use following logistic model that is proposed in [
6] to generate the phenotypes under CKAT method:
where
is the
jth CNV of
ith subject,
,
is the prevalence rate of the disease, and
,
are the log of the odd ratio of CNV
j for duplication and deletion respectively.
Simulation Results
The QQ-plots of
p-values of SMCKAT, MCKAT and CKAT under both simulation scenarios are presented in
Figure 6.
Based on the QQ-plot (a), SMCKAT and MCKAT are on the 45 degree line under the first simulation scenario. This indicates that both SMCKAT and MCKAT can properly handle the type I and II error rate under different nominal significance levels even as low as when dealing with the rare CNV dataset. However, CKAT is showing a higher chance of committing the type II error in detecting existing associations between the rare CNVs and phenotype.
As is shown in QQ-plot (b), both SMCKAT and MCKAT can protect the correct type I and II error rate at different nominal significance levels in dealing with the common CNV data. We observe that SMCKAT is a little conservative when the significance level is small. However, CKAT shows a weak performance in handling the type I error and detecting existing associations between the common CNVs and phenotype.
The empirical powers of SMCKAT, MCKAT and CKAT under the first and second scenarios are presented in
Figure 7 and
Figure 8, respectively. As is shown is
Figure 7, SMCKAT and MCKAT have almost similar powers when dealing with rare CNVs. However, CKAT shows lower power compared with SMCKAT and MCKAT. The reason might be that the CKAT is not considering the CNV dosage information when testing the association.
Similarly, in the second simulation scenario, SMCKAT and MCKAT have similar powers. However, CKAT is showing low power when dealing with common CNV data. This might be due to the CKAT scanning algorithm for aligning CNVs in the CNV profiles. The CKAT shift-by-one scanning algorithm can capture similarity between limited number of CNVs, which may result in low performance when dealing with common CNVs.
4. Real Data Application Results
We conducted SMCKAT analysis, for different CNV group sizes, on single chromosomes and the whole genome to test the association between CNV sequential order and disease-related traits. The disease-related traits studied in this paper are cancer subtype for the RMS data set and disease status for the ASD data set. We compared SMCKAT results with those obtained from MCKAT and CKAT to evaluate SMCKAT performance on real CNV data.
4.1. CNV Analysis on Rhabdomyosarcoma Data Set
First, we conducted the experiment on the RMS data. The RMS occurs as two major histological subtypes, embryonal (ERMS) and alveolar (ARMS). The classification of the RMS subtype has a direct effect on the patient treatment options. The RMS data includes a total of 59,131 CNVs for 25 alveolar and 19 embryonal cancers. We apply SMCKAT to each of 23 chromosome pairs, with different CNV group sizes, to test the association between CNV sequential order and RMS subtype. Bonferroni correction is used for adjusting the multiple testing to control the family-wise error rate (FWER) of
. Since 22 chromosomes and a sex chromosome are being tested, the
p-value threshold for a whole-chromosome significance is calculated as
. SMCKAT identifies four chromosomes out of the existing 23 chromosomes that have a CNV sequential order that is significantly associated with the RMS sub-type. The
p-values of SMCKAT for these four chromosomes are reported in
Table 1.
Based on the results, SMCKAT identifies CNV sequential order in chromosomes 2, 8, 11, and 13, significantly associated with distinguishing RMS subtype at = . These results are consistent with the existing biological knowledge, which shows the ability of the SMCKAT to identify the CNV sequential order significantly associated with specific disease-related traits.
For example, ref. [
14] shows that RMS is associated with specific chromosomal abnormalities that differentiate ARMS and ERMS. Based on their study, approximately 80% of ARMS tumors display a translocation between the FOXO1 transcription factor gene located on chromosome 13 and the PAX3 transcription factor gene on chromosome 2, and ERMS tumors show a higher frequency of specific genetic mutation on chromosome 11 than ARMS. Ref. [
15] has revealed the same earlier. Furthermore, ref. [
16] has found that the ARMS subtype is significantly associated with amplifications on chromosome 8. Our findings show another mechanism like CNVs can play a significant role in causing any disease-related traits besides gene mutations and chromosomal translocations.
We tested different CNV group sizes when applying SMCKAT to the RMS data set. Based on the results reported in
Table 1, SMCKAT shows the strongest evidence and smallest
p-value for the chromosome 8 for all CNV group sizes. It means subjects with the same RMS subtype may have a similar CNV sequential order on their chromosome 8.
We tested SMCKAT on the RMS data set for group sizes greater than six. We observed an increasing trend in p-values by increasing the group size, which shows a decline in the significance level of the CNV sequential order associated with the RMS subtype.
4.2. CNV Analysis on Cytogenetic Bands in RMS
Based on the result reported in
Table 1, there is strong statistical evidence, as supported by a
p-value near to zero, that the CNV sequential order of chromosome 8 with group size of six is significantly associated with the RMS subtype. Therefore, we picked chromosome 8 with a CNV group size of six for further analysis. We partitioned chromosome 8 into smaller regions based on the cytogenetic bands. We applied SMCKAT on each cytogenetic band to check if SMCKAT is capable of detecting more specific regions rather than chromosomes. Then, we compared the results with of MCKAT and CKAT.
Table 2 contains the
p-values of the association test in each cytogenetic band in chromosome 8. Since 40 cytogenetic bands are being tested in chromosome 8, the
p-value threshold for a band significance is calculated as
.
As shown in
Table 2, both SMCKAT and MCKAT detect significantly associated cytogenetic bands with the RMS subtype while CKAT does not identify any significant regions. MCKAT has identified 8 cytogenetic bands that CNVs on them are significantly associated with RMS sub type. Two out of these eight cytogenetic bands,
and
, are identified by SMCKAT as well. It means not only the CNV characteristics but also the CNV sequential order in these two bands are significantly associated with the RMS sub type. Based on the results, SMCKAT has the potential to provide us with more specific CNV regions when we are testing the association between CNVs and disease-related traits compared with MCKAT.
4.3. CNV Analysis on Autism Data Set
We applied SMCKAT on the ASD data set to evaluate its performance on the rare CNV type. We aimed to test if there was any association between the sequential order of CNVs and ASD status. The ASD data set contains 1285 rare CNVs on 310 individuals with ASD and 1074 rare CNVs on 278 healthy individuals. Since the ASD data set contains only rare and large CNVs, an arbitrary CNV profile may have no or few CNVs on some chromosomes. Therefore, instead of applying SMCKAT to every 23 chromosomes, we applied it to the whole genome. Then, we tested if there is any association between the whole genome CNV sequential order and the ASD status. We considered
as the
p-value threshold for the whole-chromosome significance. As is reported in
Table 3, there is strong statistical evidence, up to a CNV group size of five, that subjects with the same disease status have similar CNV ordesr in their CNV profiles. We tested SMCKAT on the ASD data for the larger group sizes as well. We observed an increasing trend in
p-values by increasing the group size, which shows a decline in the significance level of the CNV sequential order associated with the ASD status.
5. Discussion
SMCKAT tests the association between CNVs and disease-related traits. It checks if CNVs are randomly distributed on the chromosomes or if their sequential orders are significant and have associations with disease-related traits. Our approach has several advantages over the existing methods. First, it measures the similarity between CNV profiles by considering not only all CNV characteristics but also the CNV sequential order. To our knowledge, it is the first approach to study the association between CNV sequential order and disease related traits. Secondly, it is applicable to both rare and common CNV data sets, while previous methods like CKAT can not deal with common CNV data sets. Thirdly, SMCKAT is more stringent when compared with the state-of-the-art approach MCKAT in detecting significant CNV regions. Finally, SMCKAT can help biologists detect significantly associated CNV regions with any disease-related trait across a patient group instead of examining the CNVs case by case in each subject.
Although our experimental results are promising and more specific compared with the state-of-the-art kernel approach, this study has limitations. There are not many publicly available CNV data sets. Besides, most available ones do not contain all CNV features together, in particular the dosage information. Consequently, our method is tested only on one data set, an RMS data set, that includes all multi-dimensional CNV characteristics. For the ASD data set, we considered a dosage less than two for all deletions and greater than two for all amplifications to make the most of the proposed method’s capability. Applying SMCKAT to more data sets containing all CNV characteristics can help to determine its strengths and weaknesses. In addition, there is no existing study, neither biological nor computational, that has studied the CNV sequential order to be able to validate our experimental results with it.
Our study shows that CNV sequential order has the potential to play a significant role in causing disease-related traits, but more new findings can be revealed by conducting more comprehensive analysis upon the availability of data.
6. Conclusions
This paper presents a sequential multi-dimensional CNV association test identifying associations between CNVs and disease-rated traits using all multi-dimensional CNV characteristics and CNV sequential order. Our method, SMCKAT, uses different kernels to measure the similarity between CNV profiles with respect to both CNV orders and characteristics. Then, the similarity in CNV profiles is compared to the similarity in disease-related traits to test for an association.
The evaluation was conducted on two types of CNV data sets, a rare CNV data set and a common CNV data set. Results indicate that our method provides statistically strong evidence that there is an association between the sequential order of CNVs and disease related traits. Currently, SMCKAT is capable of testing the association between CNVs and qualitative disease-rated traits. In our future work, we will expand the SMCKAT framework to be applicable to both qualitative and quantitative traits.