Skip to main content
Nature Portfolio logoLink to Nature Portfolio
. 2024 Sep 25;56(10):2271–2280. doi: 10.1038/s41588-024-01919-z

Integration of variant annotations using deep set networks boosts rare variant association testing

Brian Clarke 1,2,✉,#, Eva Holtkamp 3,4,5,#, Hakime Öztürk 1, Marcel Mück 2, Magnus Wahlberg 2, Kayla Meyer 2, Felix Munzlinger 2, Felix Brechtmann 3,6, Florian R Hölzlwimmer 3, Jonas Lindner 3, Zhifen Chen 7,8, Julien Gagneur 3,5,6,9,, Oliver Stegle 1,10,11,12,
PMCID: PMC11525182  PMID: 39322779

Abstract

Rare genetic variants can have strong effects on phenotypes, yet accounting for rare variants in genetic analyses is statistically challenging due to the limited number of allele carriers and the burden of multiple testing. While rich variant annotations promise to enable well-powered rare variant association tests, methods integrating variant annotations in a data-driven manner are lacking. Here we propose deep rare variant association testing (DeepRVAT), a model based on set neural networks that learns a trait-agnostic gene impairment score from rare variant annotations and phenotypes, enabling both gene discovery and trait prediction. On 34 quantitative and 63 binary traits, using whole-exome-sequencing data from UK Biobank, we find that DeepRVAT yields substantial gains in gene discoveries and improved detection of individuals at high genetic risk. Finally, we demonstrate how DeepRVAT enables calibrated and computationally efficient rare variant tests at biobank scale, aiding the discovery of genetic risk factors for human disease traits.

Subject terms: Population genetics, Sequence annotation


Deep rare variant association testing (DeepRVAT) is a deep set neural network model that flexibly integrates rare variant annotations into a trait-agnostic gene impairment score. These scores improve association testing and polygenic risk prediction.

Main

The recent arrival of population-scale whole-exome and whole-genome sequencing studies1 vastly expands the potential to understand the genetic underpinnings of human traits. While genome-wide association studies (GWAS) on common variants have identified a compendium of trait-associated loci2, mapping these largely noncoding variants to affected genes and addressing the typically subtle effect sizes remain challenging3,4. In contrast, rare variants can exhibit large effects5, aiding the discovery of effector genes6,7, the unraveling of molecular mechanisms underlying traits and, in turn, the identification of potent drug targets810. Of further medical relevance, modeling rare variant effects has recently shown promise for identifying individuals at high disease risk and in deriving polygenic risk scores (PRS) that generalize better across populations than those based only on common variants11.

However, extending the GWAS strategy to rare variants must contend with a large number of low-frequency variants, leading to low statistical power due to sparsity and an increased multiple testing burden. To compensate, rare variant association testing (RVAT) methods aggregate rare variants at the level of genomic regions, typically genes12,13. Such aggregation methods rely on information about which rare variants impact gene function, which typically cannot be inferred directly. Therefore, RVAT methods rely on functional annotations of variant effect12,1416, such as conservation scores or variant effect predictions for splicing, gene expression or protein structure1719, to prioritize putatively impactful variants.

Burden testing, a common RVAT strategy, relies on variant annotations to filter presumably uninformative variants and to weight informative ones. These weights are then aggregated into one or multiple alternative gene-level burden scores and tested for association with discrete or quantitative traits2025. Complementary to burden tests, variance component tests, which can account for both protective and deleterious variants, also use annotations for filtering and weighting variants as part of a kernel function13,26,27. Recently proposed RVAT methods based on variance component tests convincingly demonstrated the added value of incorporating a broad spectrum of annotations either by conducting an omnibus test over different test types and annotations28,29 or using specialized kernels tailored to different annotation types30 (Supplementary Methods and Supplementary Table 1). However, like earlier methods, ad hoc variant filtering and weighting schemes remain integral components of existing workflows. The few RVAT methods that infer annotation weights from data and integrate multiple annotations are computationally prohibitively demanding and, in practice, limited in the number of annotations and in the flexibility of the scoring function that can be considered31,32. Finally, because of these limitations, none of these methods lends itself to phenotype prediction, thus limiting their utility for applications in personalized medicine (Supplementary Methods and Supplementary Table 1).

To address these issues, we present deep rare variant association testing (DeepRVAT). Our framework uses a deep set network for modeling traits through the integration of rare variant annotations. The model handles variable numbers of rare variants per individual, leverages dozens of continuous or discrete variant annotations and accounts for both additive and interaction effects. All model parameters are learned directly from the training data, minimizing the need for the ad hoc modeling choices that characterize existing methods. The trained DeepRVAT model gives rise to a single, trait-agnostic gene impairment scoring function. This offers several key advantages over variance component tests. First, it can be used for different genetic analyses, including rare variant association tests and the refinement of polygenic risk prediction to account for rare variant effects. Second, it can be easily integrated into single-marker genetic association testing tools, providing advantages such as maintaining calibration when testing for association with imbalanced binary traits. This is problematic for alternative methods using rich annotations. Finally, DeepRVAT provides large gains in computational efficiency over alternative methods. We provide pretrained DeepRVAT models for direct application on new datasets. If desired, the model can also be retrained efficiently from scratch, for example, to incorporate additional annotations.

We validate the model using simulations before applying it to 34 quantitative traits using whole-exome-sequencing data from 161,822 UK Biobank (UKBB) individuals, enhancing the number of discoveries compared to existing methods. Following this, we demonstrate superior replication of DeepRVAT associations in held-out individuals from UKBB. Moreover, we combine DeepRVAT gene impairment scores with polygenic risk models, which yields enhanced prediction accuracy for extreme-value phenotypes in UKBB traits. Finally, by integrating DeepRVAT with REGENIE33, we demonstrate the utility of DeepRVAT in practical scenarios with related individuals, population structure and highly imbalanced binary traits. We apply DeepRVAT to 63 binary traits on a larger cohort of 469,382 UKBB individuals, yielding previously unknown associations with multiple diseases.

Results

A deep set network-based RVAT framework

DeepRVAT is an end-to-end genotype-to-phenotype model (Fig. 1a) that first accounts for nonlinear effects from rare variants on gene function (gene impairment module) to then model variation in one or multiple traits as linear functions of the estimated gene impairment scores (phenotype module). The gene impairment module (Fig. 1b) estimates a gene and trait-agnostic gene impairment scoring function that accounts for the combined effect of rare variants, thereby allowing the model to generalize to new traits and genes. Technically, a deep set neural network34 architecture is used to aggregate the effects from multiple discrete and continuous annotations for an arbitrary number of rare variants. This architecture captures both linear additive and nonlinear effects and does not rely on a priori assumptions about the relevance of individual annotations, such as common assumptions about the relationship between allele frequency and effect size20,22 (Methods).

Fig. 1. DeepRVAT model overview and downstream use cases.

Fig. 1

a,b, DeepRVAT is trained as an end-to-end genotype-to-phenotype model (a), using a trait and gene-agnostic gene impairment module (b) to infer a scoring function that estimates gene impairment from rare variants and their annotations. The estimated gene impairment scores (orange boxes) are in turn used to explain variation in the set of training traits (y1,,yp), using trait-specific linear phenotype modules. b, The gene impairment module is a set neural network. Annotated variants are fed through an embedding network, φ, to compute a variant embedding, followed by permutation-invariant aggregation to yield a gene embedding. A second network, ρ, estimates the gene impairment score. c,d, The trained DeepRVAT gene impairment module is used to estimate impairment scores across genes and individuals, enabling different downstream analyses. c, Gene discovery. The impairment scores can be used as input for association tests to conduct gene discovery, assessed by the number of discoveries and replication in held-out data. d, Polygenic risk prediction incorporating rare variants. The impairment scores can be used as input for genotype-to-phenotype prediction to, for example, improve risk stratification based on common-variant PRS. The image in d is created with BioRender.com.

To train DeepRVAT, an initial set of traits and corresponding associated genes (seed genes, specific to each trait) is required. The DeepRVAT software offers an integrated workflow that uses conventional rare variant association tests to identify seed genes.

DeepRVAT is trained end-to-end, optimizing the parameters of both the gene impairment module and trait-specific phenotype modules to predict trait variation from rare variants contained in the seed genes. To obtain robust gene impairment estimates while avoiding data leakage, we use cross-validation (CV) with multiple random initializations per fold (Extended Data Fig. 1; Methods).

Extended Data Fig. 1. Cross-validation training scheme.

Extended Data Fig. 1

The dataset D is first utilized for seed gene discovery using the burden/SKAT combined method (not shown). Next, D is divided across samples into K equally sized subsets. For each fold k, six gene impairment modules are fitted using different random initializations on the training fraction (blue) and discovered seed genes. Finally, a gene impairment score is computed for each sample in the test set (orange) and each gene, averaging over the ensemble of all six models. This yields a dataset of the same sample size, which can be used for association testing, while avoiding overfitting by computing gene impairment scores on samples not used during training of the given model. When a pre-trained DeepRVAT model is applied to independent data, the ensemble average score across all gene impairment modules that were not trained using that individual is used.

Once estimated, the gene impairment scores can be used to test for genetic associations using established principles of conventional burden tests (Fig. 1c). The scores can also be used to predict phenotype from genotype, thereby providing a flexible way to derive a PRS11,35 that accounts for rare variant effects (Fig. 1d). The training time of DeepRVAT scales linearly with the number of individuals, and association testing is highly efficient (Supplementary Fig. 1), thereby enabling applications to phenome-wide association studies (PheWASs) on large datasets such as UKBB.

To validate the model and assess the ability of DeepRVAT to learn properties of variant annotations from data, we initially considered a semi-synthetic dataset derived from the UKBB (Supplementary Fig. 2 and Supplementary Table 2). After confirming statistical calibration (Supplementary Fig. 3), we assessed the sensitivity of DeepRVAT and alternative RVAT methods to assumptions about the relevance of variant annotations. We find that DeepRVAT is robust to model misspecification, whereas alternative methods are sensitive to any mismatch between assumptions on the relevance of variant annotations and their simulated relevance (Supplementary Figs. 4 and 5).

DeepRVAT improves RVAT yield and replication in UKBB

Next, we applied DeepRVAT to rare variants with minor allele frequency (MAF) <0.1% from whole-exome-sequencing (WES) data from the UKBB, considering 161,822 unrelated individuals of European ancestry (November 2020, 200k WES release36; Methods). We annotated 12,704,497 WES variants using MAF, variant effect predictor (VEP)37 consequences, missense variant impact scores (SIFT14, PolyPhen2 (ref. 16) and AlphaMissense38), omnibus statistical deleteriousness scores (CADD15 and ConDel39), as well as predicted annotations for effects on protein structure (PrimateAI18), and aberrant splicing (SpliceAI40 and AbSplice17). We further considered variant effect predictions for epigenetic markers in the encyclopedia of DNA elements (ENCODE)41 and the Roadmap Epigenomics42 projects (using low-dimensional projections of DeepSEA19 predictions; Supplementary Fig. 6; Methods), as well as binding propensities for six RNA-binding proteins (selected predictions from DeepRiPe43; Methods). In total, this gave rise to 34 variant annotations (Supplementary Table 3 and Supplementary Fig. 7).

Initially, we considered 21 quantitative traits of various categories (Supplementary Tables 4 and 5; Methods) to train DeepRVAT, followed by genome-wide association testing of the same traits. Across all traits, DeepRVAT identified 272 gene–trait associations (family-wise error rate (FWER) < 5%; Supplementary Table 6), which corresponds to a 75% increase compared to the widely used baseline approach combining burden and the sequence kernel association test (SKAT), a 19% and 6% increase compared to two existing methods integrating multiple annotations, that of Monti et al.30 and STAAR28, respectively (Fig. 2a). We confirmed the statistical calibration of DeepRVAT (Fig. 2b), its robustness to the inclusion of nonassociated seed genes (Extended Data Fig. 2a,b) and verified the expected behavior of the model on synonymous variants (Extended Data Fig. 2c,d).

Fig. 2. Benchmarking DeepRVAT for gene discovery.

Fig. 2

We applied DeepRVAT to gene discovery using WES and 34 traits from 161,822 unrelated UKBB individuals of European ancestry. As alternative methods, we also considered the combination of burden and SKAT tests, each using missense and pLOF variants (burden/SKAT combined), STAAR and the approach from Monti et al.30. ac, RVAT analysis on 21 quantitative traits used for training DeepRVAT. a, Left: Cumulative number of gene–trait associations (FWER < 5%). Right: Number of gene–trait associations by trait category. b, Quantile–quantile (Q–Q) plot of observed versus expected (under the null hypothesis) unadjusted P values across traits. c, Replication of cumulative discoveries across traits in larger cohorts (cohort supersets; UKBB full WES release20,22; Supplementary Table 7). Shown are, for each method, the number of gene–trait associations that were also discovered in the larger cohort (according to the methodology of the respective studies) versus the rank of their nominal significance. Points indicate the rank position that corresponds to FWER < 5% (as in a). The gray line corresponds to a replication rate of 1. d, DeepRVAT gene impairment scores for the LDLR gene versus low-density lipoprotein (LDL) cholesterol measurements (z-score). Each point represents one individual, with red denoting individuals with at least one pLOF variant in LDLR. The blue line denotes the generalized additive model fit, with shaded areas corresponding to 95% confidence intervals. e, Empirical computation time when testing for association of 20,000 genes across 34 phenotypes in the UKBB cohort as used in ad, f and g. Multiples are relative to the pretrained DeepRVAT model. Shown are empirical runtimes on a workstation with a 32-core AMD Ryzen Threadripper PRO 5975WX CPU and NVIDIA RTX 4090 24GB GPU. The time for ‘DeepRVAT (with training)’ includes seed gene discovery. f,g, Application to 13 quantitative traits not considered during DeepRVAT training. f and g are analogous to a and c, respectively.

Extended Data Fig. 2. Robustness to inclusion of non-associated genes as seed genes and negative control.

Extended Data Fig. 2

a,b, Robustness of the DeepRVAT association test to the inclusion of non-associated genes as seed genes during training. DeepRVAT was trained 10 times using a seed gene set extended with 20% randomly sampled genes without evidence for association with the trait (P-value burden/SKAT combined > 10−4). Shown are P-values from a conventional DeepRVAT model versus P-values from DeepRVAT trained using the extended seed gene set, evaluated on the additionally included seed genes (pooled across restarts, 10 × 34 additionally included seed genes). a, Scatter plot of DeepRVAT P-values for non-associated seed genes, either considering the DeepRVAT model trained with (x-axis) or without (y-axis) the extended seed gene set. Red numbers denote the number of tests above and below the diagonal. b, Q–Q plot of observed vs. expected (under the null hypothesis) DeepRVAT P-values for non-associated genes, either considering the DeepRVAT model trained with or without the extended seed gene set. c,d, Empirical assessment of DeepRVAT calibration using synonymous variants as negative controls. Results for DeepRVAT-synonymous were obtained from the application of the pre-trained DeepRVAT gene impairment module trained on all variant types applied to the same 21 training traits, however restricting to synonymous variants during test time. c, Q–Q plot of observed vs. expected (under the null hypothesis) unadjusted P-values across all 21 traits. d, Cumulative number of gene–trait associations (FWER < 5%) across all 21 traits.

Next, we evaluated the validity of the discoveries by assessing their replication in at least one of two studies on the full UKBB WES cohort20,22, which used analysis strategies based on SKAT and burden testing. Notably, across a wide range of nominal significance ranks, the replication rate of DeepRVAT exceeded that of alternative RVAT tests (Fig. 2c). This suggests that not only does DeepRVAT have an improved capacity to detect rare variant associations, but it is also less susceptible to spurious ones.

In assessing the robustness of DeepRVAT to choices in the training procedure, we found that results are stable when downsampling seed genes and training traits (Extended Data Fig. 3a,b) and in the presence of correlated annotations (Extended Data Fig. 3c,d). With the aim of understanding which components of DeepRVAT contribute to its performance, we trained reduced models, considering minimal annotations (MAF, predicted loss of function (pLOF) and missense status), as well as restricting the gene impairment module to linear effects. Both of these simplifications impacted the number of discoveries and the rate of replication (Extended Data Fig. 3e,f), indicating that the data-driven scoring function, the ability to consider a larger number of annotations and the capacity to capture nonlinear effects jointly contribute to the overall performance. We also conducted a feature importance analysis for individual annotations (Supplementary Fig. 8), supporting the relevance of a broad spectrum of annotations.

Extended Data Fig. 3. Sensitivity of DeepRVAT to changes in training data and model architecture.

Extended Data Fig. 3

a,b, To assess sensitivity to differences in the training data, we modified the training dataset, including downsampling of seed genes (DeepRVAT-seed gene downs.; 10% randomly removed for each trait) and downsampling of traits (DeepRVAT-trait downs.; 20%, that is, 4 traits randomly removed per run). As a reference point, we considered the intrinsic variability of DeepRVAT by training the model 5 times (DeepRVAT-replicates). All models were applied to the 21 traits as considered in DeepRVAT training; results from the full model as shown in Fig. 2a were considered as a reference result set. Error bars denote 95% confidence intervals of the mean across 5 replicates. a, Precision, defined as the proportion of discoveries shared with the reference DeepRVAT results. b, Cumulative number of gene–trait associations (FWER < 5%) across all 21 traits. c,d, Analogous analyses as in a and b, but excluding certain features highly correlated with some others (AlphaMissense, Condel, and PrimateAI and Polyphen2; see Supplementary Fig. 7). Shown are results from a single DeepRVAT run. e,f, Comparison of the full DeepRVAT model to alternative configurations, considering a minimalistic set of annotations (MAF, pLOF and missense status: DeepRVAT-missense/pLOF), or a reduced model architecture (linear gene impairment module: DeepRVAT-linear). e, Cumulative number of gene–trait associations discovered by alternative DeepRVAT configurations across 21 traits (FWER < 5%). f, Replication of the cumulative discoveries as in a, in larger cohorts (cohorts and plot defined as in Fig. 3b) across 21 traits.

Finally, in addition to enabling well-powered association studies, DeepRVAT gene impairment scores enable fine-grained investigation of the relationship between gene impairment and traits (Fig. 2d and Supplementary Fig. 9). Moreover, DeepRVAT enables computational highly efficient RVAT analyses, in particular when applying the pretrained model (Fig. 2e). To test the universality of the DeepRVAT impairment score, that is, its generalization to new genes and traits, we extended our investigation to 13 additional quantitative traits not considered during training. We found similar benefits in the number of discoveries (Fig. 2f) and their replication (Fig. 2g) as observed for traits used during model training. We also considered conditioning on common-variant effects in the DeepRVAT association test20,30, confirming that our additional discoveries were not attributable to signals from common variants (Extended Data Fig. 4).

Extended Data Fig. 4. DeepRVAT association analysis conditioned on common variant effects.

Extended Data Fig. 4

Assessment of the effect of conditioning on common variant effects in the DeepRVAT association test. Common variants independently associated with a trait were identified from Pan-UK Biobank59 GWAS summary statistics, derived using LD-based clumping using PLINK v1.9 with default parameters, considering associations with a P-value < 10−7 and MAF > 1%. Independently associated variants within ±500 kb of the gene boundaries were included as covariates during association testing. a, Scatter plot of unadjusted p-values, comparing DeepRVAT association tests with and without conditioning on common variants, considering significant gene–trait associations as in Fig. 2a,f (FWER < 5%). b, Cumulative number of gene–trait associations discovered by alternative methods (FWER < 5%), either considering the set of 21 traits used during DeepRVAT training (left) or 13 additional traits not used during training (right; Fig. 2a,f).

Improving phenotype prediction by integrating rare variants

The DeepRVAT gene impairment score can be readily leveraged for building phenotype predictors. To demonstrate this, we trained linear regression models that predict phenotypes from DeepRVAT gene impairment scores and public PRSs derived from common variants35. For this experiment, we considered the 379,783 unrelated European ancestry individuals from the full UKBB WES release (July 2022, 470k WES release20; Methods). Regression models were fitted on the subset of individuals that had been considered for training DeepRVAT and were evaluated on the remaining held-out individuals. We considered the same traits as in the previous section (excluding waist-to-hip ratio (WHR) as it lacked a PRS), using PRS and DeepRVAT impairment scores for genes associated with each trait as features. For comparison, we trained analogous models but with gene-level features derived from single-annotation burdens for trait-associated genes from the burden/SKAT combined method.

DeepRVAT showed the greatest relative improvement in variance explained over common-variant PRS (Fig. 3a and Supplementary Table 8; maximum improvement of 8.26% for alkaline phosphatase). The improvements in variance explained were modest (median improvement of 0.92% for DeepRVAT), which is consistent with common variants explaining most heritability10. Nevertheless, it correlated well with burden heritability10 (Supplementary Fig. 10), indicating that DeepRVAT can capture the overall contribution of rare variants to heritability across different traits. We hypothesized that the importance of rare variants in phenotype prediction would be more apparent when predicting individuals with extreme phenotypes. To assess this, we analogously trained logistic regression models to predict individuals at the extreme phenotypic percentiles. Indeed, the relative improvement was considerably larger for this task (Fig. 3b and Supplementary Table 8; maximum average precision improvement using DeepRVAT of 258.73% for predicting individuals in the lowest percentile of alkaline phosphatase levels). Again, the DeepRVAT impairment score performed significantly better than single-annotation models (Fig. 3b). Ablation analyses showed that the added value of DeepRVAT arises from the combination of a refined gene impairment score and the ability to identify more informative trait-associated genes used as features (Supplementary Fig. 11).

Fig. 3. Application of DeepRVAT to phenotype prediction.

Fig. 3

We used DeepRVAT gene impairment scores and alternative rare variant gene burdens as features for phenotype prediction. Compared were common variant PRS versus the combination of PRS with either DeepRVAT or one of eight burdens derived from a single annotation. Models were trained on 33 UKBB traits (n = 154,966) and evaluated on a held-out fraction of the cohort (n = 224,817). a, Distribution of relative improvement of prediction performance (coefficient of determination, R2) when including rare variant gene burdens in a linear regression model versus a common variant PRS-only model. The centerline indicates the median; box limits indicate the first and third quartiles; whiskers span all data within 1.5× interquartile ranges of the lower and upper quartiles; values beyond the whiskers are depicted as points. b, Analogous comparison as a considering logistic regression to stratify individuals in the bottom 1% (left) or top 1% (right) of the phenotypic distribution. Shown are relative differences in the AUPRC between a model including rare variants versus a common variant PRS-only model. Unless indicated not significant (NS), the relative gains of including the DeepRVAT burden compared to alternative methods as in a and b are significant (P < 0.05, paired one-sided Wilcoxon test). c, Rank-based enrichment of individuals with extreme-value phenotypes (top 1% (right) or bottom 1% (left)) among individuals with strongly deviating predictions when using a model that combines PRS and a rare variant burden. Shown is the number of individuals with extreme-value phenotypes when ranked by the magnitude of deviation using a model that includes rare variants versus a common-variant PRS model, averaged across traits. The dotted line corresponds to a perfect ranking. d, Enrichment of top 1% phenotype predictions among individuals with extreme phenotypes (exceeding a certain z-score cutoff) using a model that includes rare variants versus a common variant PRS model, averaged across traits.

Next, we focused on those individuals with the strongest deviations between the rare variant model and the PRS. Particularly with the DeepRVAT-based model, individuals showing the greatest deviation in predicted phenotypic values were more likely to lie in extreme percentiles (bottom or top 1%; Fig. 3c). Similarly, individuals with extreme phenotype predictions from the DeepRVAT model were more prominently enriched for extreme phenotype measurements compared to alternative rare variant predictors (Fig. 3d). At the most extreme phenotype threshold (z-score ≥ 2.30), DeepRVAT showed a 3.61% greater enrichment of phenotypic outliers in its 99th percentile predictions compared to the common-variant-based PRS model, outperforming the most competitive single-annotation rare variant model, which used AlphaMissense and gave only a 1.9% improvement. These findings demonstrate the advantage of DeepRVAT gene impairment scores in phenotype prediction, particularly for identifying individuals with extreme phenotypes, compared to conventional PRS based on common variants and alternative rare variant models.

Robustness to imbalanced binary traits and relatedness

Having demonstrated the advantages of DeepRVAT for gene discovery and phenotype prediction, we set out to test the robustness and benefits of the model in practical settings involving related individuals, population structure or low-prevalence case–control designs. To address this, we combined DeepRVAT impairment scores with REGENIE33, a regression-based association testing framework that is designed to address the three aforementioned challenges. Technically, we conducted single-marker association testing using REGENIE, providing one pseudovariant per gene with the DeepRVAT gene impairment score as a pseudodosage (Methods).

We first assessed the robustness of this DeepRVAT + REGENIE combination to related individuals and population structure for the same quantitative traits as in Fig. 2, however, additionally considering related and multi-ancestry individuals contained in the 200k UKBB WES release. REGENIE conferred robustness when including related individuals, and leveraging multiple ancestries (that is, the full 200k release) led to a net increase in the number of discoveries (Fig. 4a and Extended Data Fig. 5a). Expanding our analyses in a different direction, we returned to unrelated individuals of European ancestry but performed RVAT for 63 binary traits, covering a broad range of disease traits, including heart failure, cataract and pneumonia (Supplementary Table 4). We compared DeepRVAT + REGENIE to the native RVAT implementation of REGENIE (burden and SKAT tests with pLOF and missense masks, variant weights given by Beta(1, 25)-transformed MAF values; Methods), to DeepRVAT without REGENIE, as well as to STAAR and the method of Monti et al.30. Strikingly, the latter three were poorly calibrated for these binary traits (Fig. 4b and Extended Data Fig. 5b) and showed an excessive number of gene discoveries for less prevalent conditions (Fig. 4c and Extended Data Fig. 5c), consistent with previous reports44. This left only the REGENIE default test and the DeepRVAT + REGENIE combination with calibrated P values (Fig. 4b). These observations demonstrate that DeepRVAT benefits from the Firth penalized logistic regression used within REGENIE, which is robust in rare event settings. Furthermore, we found more than twice as many gene discoveries using REGENIE based on DeepRVAT scores compared to its default burden/SKAT test (Fig. 4d), consistent with the relative power increase observed for quantitative traits.

Fig. 4. Application of DeepRVAT to related/multi-ancestry individuals and imbalanced binary traits.

Fig. 4

To improve robustness to relatedness, population structure and imbalanced binary traits, we combined DeepRVAT with REGENIE (DeepRVAT + REGENIE), using DeepRVAT gene impairment scores as pseudodosages. a, Discoveries and replication across 34 quantitative traits, analogous to Fig. 2c,g, considering either the standard DeepRVAT or DeepRVAT + REGENIE. Shown are results obtained on different subcohorts of the UKBB 200k WES release—unrelated individuals of European ancestry (European unrelated), all individuals of European ancestry (European incl. related) and all 200,583 individuals (all ancestries incl. related). bd, Application of alternative methods to 63 binary traits, considering unrelated individuals of European ancestry from the UKBB 200k WES release. b, Q–Q plots of expected versus observed unadjusted P values across all traits. Shown are results from REGENIE with default settings, DeepRVAT + REGENIE, the method of Monti et al.30 and STAAR. c, Scatter plot of the number of gene–trait associations discovered by alternative methods (FWER < 5%) versus trait prevalence. d, Cumulative number of gene–trait associations discovered by REGENIE and DeepRVAT + REGENIE (FWER < 5%). Results from the method of Monti et al.30 and STAAR are not shown given their poorly calibrated test statistics (b) and inflated number of discoveries (c) on these binary traits.

Extended Data Fig. 5. Application of DeepRVAT with REGENIE to the full UK Biobank dataset and imbalanced case–control settings.

Extended Data Fig. 5

a, Q–Q plots of expected vs. observed unadjusted association testing p-values across 34 quantitative traits, considering either the standard DeepRVAT test (DeepRVAT) or the combination DeepRVAT and REGENIE (DeepRVAT + REGINIE), using DeepRVAT scores as dosages. Shown are results obtained on different sub-cohorts of the UKBB 200k WES release: unrelated individuals of European ancestry (European unrelated), all individuals of European ancestry (European incl. related) and all 200k individuals (all ancestries incl. related). b,c, Application of alternative methods to 63 binary traits, considering unrelated individuals of European ancestry from the 200k WES release. Results analogous to Fig. 4b,c, however additionally considering the standard DeepRVAT test without REGINIE (DeepRVAT) and burden/SKAT combined. b, Q–Q plot of observed versus expected unadjusted association testing p-values across all 63 binary traits. c, Scatter plot of the number of gene–trait associations versus the trait prevalence for each of 63 binary traits. b, Q–Q plots of raw association testing p-values across all binary traits. c, Number of gene–trait associations for each trait, plotted as a function of trait prevalence.

Finally, we extended our analyses (both conditioned and not conditioned on common variants) to all 469,382 UKBB individuals with available WES, yielding a total of 1,153 significant associations across 97 traits (FWER < 5%; Supplementary Table 9). Remarkably, our analysis yielded 88 associations among the 63 binary traits, 43 of which had not previously been identified in rare variant analyses in the UKBB (Table 1; Methods).

Table 1.

Significant gene–trait associations (FWER < 0.05) not found in previous rare variant association studies on UKBB WES2022

Trait Gene Unconditional analysis Conditional analysis
β Nominal P value β Nominal P value
AV or bundle branch block LMNA −0.99 5.03 × 10−7 −0.99 5.00 × 10−7
Asthma LZTS2 0.542 2.41 × 10−6 0.557 1.47 × 10−6
Atrial fibrillation OR4C11 −2.07 1.75 × 10−6 −2.04 2.63 × 10−6
PKP2 −0.678 1.68 × 10−7 −0.7 9.21 × 10−8
LMNA −0.723 1.40 × 10−6 −0.763 4.64 × 10−7
Bradyarrhythmia LMNA −1.11 8.32 × 10−11 −1.11 8.34 × 10−11
Breast cancer NTSR1 −0.801 1.43 × 10−6 −0.806 1.50 × 10−6
Cataract HSF4 −0.612 7.04 × 10−7 −0.615 6.53 × 10−7
CPAMD8 −0.332 5.96 × 10−9 −0.338 3.67 × 10−9
FOXE3 −0.837 4.89 × 10−7 −0.84 4.75 × 10−7
BFSP1 −1.02 1.53 × 10−14 −1.03 1.01 × 10−14
Cholelithiasis SLC10A2 −0.591 1.22 × 10−13 −0.608 3.24 × 10−14
SEL1L −0.658 6.09 × 10−7 −0.67 4.31 × 10−7
Coronary artery disease HHIPL1 −0.532 1.42 × 10−6 −0.52 2.58 × 10−6
Diverticular disease ADAMTS8 0.427 5.98 × 10−7 0.437 3.53 × 10−7
COLQ −0.408 4.14 × 10−7 −0.413 3.67 × 10−7
Glaucoma FKBP9 −0.776 2.97 × 10−7 −0.774 3.50 × 10−7
Heart failure ASXL1 −0.54 3.54 × 10−7 −0.533 4.77 × 10−7
Hypercholesterolemia HBB 0.804 8.71 × 10−8 0.832 3.45 × 10−8
APOA5 −0.519 1.02 × 10−7 −0.503 3.14 × 10−7
ABCA6 −0.305 2.05 × 10−7 −0.309 1.68 × 10−7
NPC1L1 0.421 5.85 × 10−10 0.434 2.47 × 10−10
ABCA1 0.3 2.64 × 10−8 0.305 1.92 × 10−8
Hypertension PDE3B 0.257 9.40 × 10−7 0.269 4.05 × 10−7
INPPL1 0.407 4.95 × 10−9 0.415 3.72 × 10−9
BLM −0.269 8.53 × 10−7 −0.281 3.84 × 10−7
RMC1 −0.536 1.64 × 10−6 −0.543 1.54 × 10−6
NPR1 −0.436 8.47 × 10−11 −0.453 2.55 × 10−11
REN 0.699 2.20 × 10−8 0.722 1.06 × 10−8
ENPEP −0.247 4.93 × 10−9 −0.242 1.55 × 10−8
GUCY1A1 −0.526 8.85 × 10−10 −0.524 1.59 × 10−9
Hypertrophic cardiomyopathy MYH7 −2.78 3.19 × 10−16 −2.78 3.19 × 10−16
Irritable bowel syndrome PRMT8 −1.71 4.98 × 10−7
Osteoarthritis CSPG4 0.295 1.85 × 10−6 0.298 1.50 × 10−6
Parkinson’s disease CFDP1 −1.77 2.37 × 10−6 −1.77 2.19 × 10−6
Pneumonia TET2 −0.554 4.82 × 10−7 −0.553 5.05 × 10−7
Prostate cancer SAMHD1 −1.09 8.68 × 10−8 −1.11 1.01 × 10−7
Skin cancer TYR −0.534 9.78 × 10−8 −0.62 1.02 × 10−9
SLC45A2 −0.464 4.76 × 10−7 −0.486 1.64 × 10−7
CDKN2A −2.11 1.41 × 10−13 −2.13 1.32 × 10−13
Venous thromboembolism STAB2 −0.446 8.97 × 10−9 −0.445 1.07 × 10−8
PROC −2.38 7.81 × 10−30 −2.39 4.54 × 10−30
F11 0.801 7.36 × 10−7 0.799 8.34 × 10−7

Unadjusted P values as returned by REGENIE are listed. Conditional analyses were performed for all traits with at least one GWAS signal at P < 10−7, which applied to all traits but irritable bowel syndrome, myocardial infarction and colorectal cancer.

An example of particular interest is a previously unreported association between additional sex combs like 1 (ASXL1) and heart failure. ASXL1 is one of the top genes affected by clonal hematopoiesis, namely clonal expansion of peripheral blood cells carrying somatic mutations but without overt hematological malignancy45. Clonal hematopoiesis mutations were reported to increase cardiovascular risk, including heart failure46. In particular, somatic mutations of ASXL1 have been shown to be associated with heart failure and reduced left ventricular ejection fraction both in humans and mice47,48. Our results suggest that germline variants in ASXL1, including unreported ones (Extended Data Fig. 6), also predispose to heart failure. Alternatively, but not exclusively, somatic mutations present in the UKBB genotypes may lead to this and possibly further associations. Other notable findings include the association between HSF4 and the occurrence of cataracts as well as between coronary artery disease and HHIPL1. HSF4 has been implicated in cataract formation in specific canine breeds49 and through a targeted sequencing study of isolated autosomal-dominant lamellar cataracts in a five-generation British family50, but not previously from GWAS or RVAT evidence. A GWAS using the FinnGen dataset has reported a low-frequency variant (MAF = 0.7%) in HHIPL1 associated with coronary revascularization51. Our study strengthens these findings by revealing rare variants in HHIPL1 associated with coronary artery disease. HHIPL1 encodes a secreted proatherogenic protein, hedgehog interacting protein-like 1, which regulates smooth muscle cell proliferation and migration52.

Extended Data Fig. 6. Largest DeepRVAT scores for ASXL1 in UK Biobank participants diagnosed with heart failure.

Extended Data Fig. 6

Shown is, for 19,773 UK Biobank participants from the full 470k WES diagnosed with heart failure, the DeepRVAT gene impairment score for the ASXL1 gene as a function of their rank. Each point corresponds to a participant; the figure is restricted to participants with the top 1,000 scores. Participants that carry a known mutation in ASXL1 linked to clonal hematopoiesis (CH)66,67, or lymphoid and myeloid cancer6870 are indicated in light blue. While the disease status of the top-scoring individuals can be explained by these known variants, many moderate-to-high scores cannot be explained by known variants.

Discussion

We have introduced DeepRVAT, a data-driven model for association testing and phenotype prediction based on rare variants. Unlike existing methods, DeepRVAT infers the relevance of different annotations and their combinations directly from data. In so doing, DeepRVAT eliminates the need for post hoc aggregation of test results derived from individual annotations using multiple-testing schemes. DeepRVAT leverages the flexibility of deep neural networks to integrate rare variant annotations while offering a calibrated statistical framework for gene–trait association testing. DeepRVAT significantly outperforms state-of-the-art methods in gene discovery for 97 traits from the UKBB, leading to a substantial increase in retrieving gene–trait associations with higher replication rates in held-out data.

DeepRVAT represents a conceptual advance by separating trait-agnostic gene impairment scoring on the one hand from gene–trait association testing on the other hand. We have demonstrated the utility of this impairment score for rapid gene–trait association testing by considering traits that were not seen by the model during training. This modular architecture also allows performing gene–trait association testing with dedicated, robust algorithms. Specifically, we have combined DeepRVAT with REGENIE, enabling robust testing for imbalanced binary traits. We found that even on the well-studied UKBB 470k WES dataset, previously unknown gene–trait associations could be discovered by DeepRVAT.

A second opportunity provided by the impairment score is to estimate the genetic predisposition of individuals by accounting for variants from the full frequency spectrum. We have demonstrated this by combining DeepRVAT with PRS based on common variants, finding considerable benefits over both PRS and conventional burden scores based on single annotations, particularly for extreme phenotypes. DeepRVAT is provided as a user-friendly software package that supports both de novo training of gene impairment modules and the application of pretrained ones, each with substantial improvements in computational efficiency over existing methods.

Although we found that DeepRVAT advances the state-of-the-art in two use cases central to genetics, the model is not free of limitations. First, while we have shown that DeepRVAT can cope with a potentially very large number of annotations, including correlated ones, the choice of informative annotations remains empirical. Furthermore, generating the annotations for all variants, which is a prerequisite to training DeepRVAT, can be computationally expensive, in particular if these are based on massive deep neural networks. Second, we benchmarked DeepRVAT using exome-sequencing data, but whole-genome sequencing promises valuable insights into noncoding regions with numerous rare variants of uncertain impact. We hypothesize that the added value of DeepRVAT, which incorporates rich variant annotations, might be even larger in this context. Finally, while we showed that DeepRVAT is robust to various rare variant frequency cutoffs, it is still based on a dichotomy between rare and common variants. Recent reports have shown substantial overlap between GWAS loci and rare variant associations10,11,20. These insights suggest the potential for future developments to jointly model and estimate rare and common variant effects in a unified framework.

The analysis of rare variants will remain a major topic in quantitative genetics modeling. DeepRVAT belongs to the class of approaches that model gene impairment, a strategy that underpins high-impact variant filters in burden tests20,22,23 or protein function impairment25. Our contribution is to better optimize the impairment score by learning a more flexible model directly from annotated variants on cohort data. Notably, we found this gene impairment score to generalize well across traits. This transferability, combined with DeepRVAT’s sensitivity and computational efficiency, is an important feature that will facilitate its application to study allelic series53, to conduct rapid rare variant PheWAS and to discover rare variant associations in smaller cohorts from case–control studies.

Methods

A more detailed exposition of the methods may be found in the Supplementary Methods.

Ethics statement

UKBB protocols are overseen by the UKBB Ethics Advisory Committee. Informed consent was obtained for all participants. Participants who revoked consent were removed from the analysis. The original approval for the UKBB was granted in 2011 by the National Research Ethics Service Committee North West—Haydock. The approval was renewed in 2016 and 2021 by the Health Research Authority, North West—Haydock Research Ethics Committee. This research has been conducted using the UKBB resource under applications 25214, 44108 and 81358.

DeepRVAT model

Model and applications

The DeepRVAT gene impairment module is trained as part of an end-to-end multiphenotype prediction model. The pretrained gene impairment module can be leveraged in various downstream tasks, including RVAT and augmenting PRS with rare variant effects.

Input data

The input data for DeepRVAT consists of unordered sets of variants. The variant set for individual i and gene j is defined as follows:

Vij=akll=1,,dvariantkpresentinindividuali,genej,

where akl is the lth annotation of variant k.

Model architecture

We used a deep set architecture34. The variant set is first passed through a submodule φ, which computes a variant embedding φxk for each xk=ak1,,akdVij. Next, a gene embedding is computed using a fixed and permutation-invariant aggregation function f (we used the element-wise maximum), and then a second submodule ρ computes a scalar gene impairment score. Finally, we pass the result through a sigmoid function. In full,

ψVij=σρfφxkxkVij,

where both φ and ρ are multilayer perceptrons (MLPs), and σ is the sigmoid (logistic) function.

Seed genes

Training of the gene impairment module begins by selecting, for each training phenotype, a set of trait-specific ‘seed genes’ from the set of all protein-coding genes. In this study, we base these on the results of alternative RVAT methods, specifically the ‘burden/SKAT combined’ method described below.

Training objective

DeepRVAT is trained in a multitask framework across multiple phenotypes. We estimate the pth phenotype yip for individual i as a linear combination of the gene impairment scores and covariates:

y^ip=xiT𝛂p+jSpwjpψVij,

where xi is the vector of covariates for individual i and S(p) is the set of seed genes for phenotype p. The parameters of ψ are shared across all variants, genes and phenotypes, while α(p) and wjp are phenotype specific. The loss is given by the mean across phenotypes,

Lyi,y^i=1Pp=1PLyip,y^ip.

Training-validation split

A data point for the DeepRVAT multiphenotype model was given by an individual–phenotype pair. Before training, data points were shuffled, and a validation set consisting of 20% of individuals was selected at random for each phenotype.

Hyperparameters and software

For the variant embedding φ, we used a two-layer MLP with a width of 20. We used an MLP with two hidden layers of width 10 for ρ. In both networks, leaky rectified linear units with a negative slope of 0.01 were used as the activation functions. We used the mean-squared error (MSE) loss and the AdamW optimizer with a learning rate of 0.001. The batch size was 1,024. Early stopping was used to select the checkpoint with the lowest validation MSE loss. Training proceeded for a minimum of 50 and a maximum of 1,000 epochs. All DeepRVAT models were implemented in PyTorch (v1.13.1) and PyTorch-Lightning (v1.5.10).

Ensembling and CV scheme

The dataset is first used for seed gene discovery using the ‘burden/SKAT combined’ method described below. Next, we partition the dataset across samples into K equally sized subsets (in this study, we used K = 5). We hold out one subset and train on all others, followed by computing gene impairment scores on the held-out samples using the trained model. This process is repeated for all subsets, resulting in a set of K models that can be used to estimate gene impairment scores for association testing, thereby avoiding information leakage without compromising sample size. Training within each CV fold is repeated for six random restarts, resulting in an ensemble of models. When estimating burden scores, all folds and random restarts that did not include the individual during training are averaged.

Integration into single-marker association testing frameworks

Because DeepRVAT provides a single score per gene and sample, it can be seamlessly integrated into any tool that carries out single-marker association testing with genotype dosages. Practically, we implement this by providing a script that uses the bgen package (v1.6.1) to convert the (samples × genes) matrix of DeepRVAT scores to a BGEN file of pseudovariants. The DeepRVAT gene impairment score, ψ(Vij) is stored as the probability pij=ψVij,0,1ψVij of homozygous alternate, heterozygous and homozygous reference alleles so that the pseudodosage dij = 2ψ(Vij) lies in the usual range of [0,2].

Alternative RVAT methods

Burden tests and SKAT

We implemented burden and SKAT tests following ref. 22, using the score test from the SEAK package30 (v0.4.3). All combinations of burden and SKAT tests restricted to either pLOF or missense variants were carried out. We also created a combination test (burden/SKAT combined) using the full set of P values from all four individual tests. Variants were weighted with the betadensity function, that is, Beta(MAF; 1, 25). Ensembl VEP37 was used to annotate missense and pLOF variants, with the latter composed of stop gained, start lost, splice donor, splice acceptor, stop lost or frameshift variants. In SKAT tests, variants with minor allele count (MAC) ≤10 were collapsed as described in ref. 44. Due to computational constraints, we skipped genes with over 5,000 markers, impacting only one gene (Titin) for missense variant tests.

STAAR

STAAR tests were implemented using the STAAR package (v0.9.6) provided by the authors and following its vignette as well as the original publication28. To ensure optimal comparability with DeepRVAT, the same annotations as for DeepRVAT (described below) were used. As required for the STAAR procedure, each annotation was PHRED-scaled. Following ref. 28, STAAR P values were computed for five variant groups, namely (1) putative loss-of-function (stop gain, stop loss and splice), (2) missense, (3) disruptive missense, (4) putative loss-of-function and disruptive missense and (5) synonymous variants. We defined disruptive missense variants to be those that were predicted to be both ‘deleterious’ by SIFT14 and ‘probably damaging’ by PolyPhen216.

Method by Monti et al.

We used the same annotations, variant weight thresholds and variant kernel architectures as outlined in ref. 30. Annotation scores were obtained according to the details provided in Supplementary Table 3. We used the score test from SEAK to compute P values. In the case of missense and splicing tests, if either the collapsing or kernel-based association test yielded nominal significance (P < 0.01), we performed joint testing with pLOF variants. The P values from these tests were aggregated using the Cauchy combination method.

REGENIE

Burden and SKAT tests were run using both missense and pLOF masks, yielding four combinations. For burden tests, we used the default REGENIE strategy of collapsing variants to gene level using the maximum number of alternate alleles across sites. We used the approximate Firth likelihood ratio test for P values less than 0.01. Identically to the tests implemented in SEAK mentioned above, weights for SKAT tests were computed as Beta(MAF;1,25).

Combination of multiple P values per gene and multiple-testing correction

The burden/SKAT combined method, the method Monti et al.30 and STAAR each yielded multiple P values per gene. These were aggregated at the gene level using the Bonferroni procedure, and the smallest P value per gene was retained. For all methods, we again used Bonferroni correction across all 19,388 tested genes.

Expected allele frequency (EAF) filtering

Following ref. 22, we restricted testing to genes that passed an EAF filter of at least 50. The EAF is defined as CAF × n, where CAF is the cumulative allele frequency (the sum of allele frequencies of all qualifying variants j in the gene) and n is the cohort size for quantitative traits or the number of cases for binary traits.

UKBB WES data

Exome-sequencing data

WES (+100 bp overhang) was performed on 469,779 participants from the UKBB20, for which the methods have been described in the earlier release of data from approximately 50,000 individuals54. We refer to this as the UKBB 470k WES dataset and use the UKBB 200k WES dataset to refer to the interim release from 200,633 participants.

Variant data and quality control (QC)

For both cohorts mentioned above, variant calling data were downloaded from the UKBB as project-level VCF (pVCF) files. We applied additional QC following ref. 54 and using bcftools55 (v1.10.2)—minimum read depth of 7 for SNPs and 10 for InDels; at least one homozygous variant genotype or at least one sample per site with an allelic balance ratio greater than 15% for SNPs and 10% for InDels; fraction of missing genotypes <10%; and Hardy–Weinberg equilibrium P value > 10−15. Additionally, we filtered out individuals with >10% missing genotype rate and those who had withdrawn from the study. Finally, following the analysis best practices recommended by UKBB, we applied a coverage filter, requiring that at least 90% of all genotypes for a given variant have a read depth of at least 10. This resulted in datasets with 200,583 individuals and 12,704,497 variants (UKBB 200k WES), and 469,382 individuals and 26,141,967 variants (UKBB 470k WES).

Custom sparse genotype data format

To enable fast, multiple iterations over the WES datasets, we created a custom sparse dataset in Hierarchical Data Format 5 (HDF5 v1.10.6). Details are provided in the Supplementary Methods. For UKBB 200k WES, the HDF5 dataset had a storage size of approximately 100 GB, compared to multiple terabytes for the original pVCF files.

Covariates

We retrieved genetic sex, sample age and the first 20 genetic principal components (PCs) directly from UKBB (Supplementary Table 5). We computed age2 and age × sex to use as additional covariates. Covariates were included in association testing with all methods and when training DeepRVAT.

Variant-to-gene assignments

Variants were assigned to genes using those protein-coding genes and associated exons marked as golden in the merged Ensembl/HAVANA genome annotations (GENCODE release 38). We assigned a variant to a gene if it was located at most 300 bp from an associated exon.

Variant annotations

The full collection of variant annotations used and their sources are provided in Supplementary Table 3. Here we give details on processing for those annotations that were not used directly in the form output by the source.

MAF

MAF values for variants were first replaced with the maximum of the MAF in the UKBB cohort and in gnomAD release 3.0 (non-Finnish European population). Following ref. 23, the MAF pj of each variant j was then transformed according to the formula pj1pj12 for use in modeling.

DeepSEA

To improve model fitting and avoid overfitting, we performed PC analysis and restricted to the first six PCs of DeepSEAs 919 predicted variant effects.

SpliceAI

SpliceAI provides four ‘delta scores’ indicating a variant’s predicted effect on cryptic splicing40. We computed the maximum of these four scores and used it as a single annotation.

AbSplice

We computed the maximum predicted effect across tissues and used this as a single annotation.

DeepRiPe

As in ref. 30, we predicted the effects of genetic variants on the binding of six RBPs over three cell lines.

MAF thresholds

For DeepRVAT training, we used variants with MAF < 1%. For association testing with all methods, we designated rare variants as having MAF < 0.1%. Additionally, for both training and association testing, we restricted to variants with PHRED-scaled CADD value >5.

Phenotype data

All phenotype data (Supplementary Table 4) were obtained directly from UKBB, except for WHR, which was computed as the ratio of UKBB data field 48 to data field 49 and corrected for body mass index by regressing out the corresponding data field 21001. Phenotype values were quantile transformed to match their empirical distributions to a standard normal distribution. For individuals with reported statin usage, we adjusted cholesterol (30690) by dividing by 0.8 and LDL-direct (30780) by dividing by 0.7, following refs. 56,57. Statins considered were obtained from ref. 58 and matched to UKBB treatment codes (20003). Binary traits were extracted using the definitions from ref. 21.

DeepRVAT training and association testing on UKBB data

Subselected cohorts

Because the various methods used for benchmarking control for sample relatedness and population structure differently, or not at all, we retained only unrelated individuals of European genetic ancestry from the UKBB 200k WES dataset for DeepRVAT model training and benchmarking against alternative RVAT methods. Individuals related to third degree or closer were identified according to UKBB Resource 668. Individuals of European ancestry were identified using UKBB data field 22006 (termed ‘Caucasian’). This filtering resulted in a dataset (denoted UKBB 200k unrelated European ancestry below) of 161,822 individuals. For testing the integration of DeepRVAT with REGENIE (Fig. 4a, we additionally used all 167,214 individuals of European genetic ancestry.

Training and gene impairment scoring

Seed gene discovery and DeepRVAT training were carried out on the UKBB 200k unrelated European ancestry dataset. Training and gene impairment scoring were done according to the CV scheme described above. An ensemble consisting of all 30 models from the CV step (six ensemble models from five training folds) was used to compute gene impairment scores for the remaining 307,560 individuals from the UKBB 470k WES cohort.

Association testing

For the method denoted DeepRVAT, association testing was carried out using the score test from SEAK (v0.4.3). Association testing for the method DeepRVAT + REGENIE was carried out with REGENIE (v3.4.1). Following the REGENIE documentation, for step 1, we selected approximately 500k (precisely, 483,446) imputed SNPs from UKBB data field 22828 using the following filtering: MAF < 0.06, MAC > 100, genotyping rate >0.99, Hardy–Weinberg P value ≥ 10−15 and sample missingness <0.1. Additionally, we pruned SNPs with a pairwise linkage disequilibrium r2 threshold of 0.9, using a window size of 1,000 and a step size of 100. Step 2 of REGENIE was run on DeepRVAT gene impairment scores for each gene, derived as described above. For quantitative traits, the default options of REGENIE were used. For binary traits, we used the approximate Firth likelihood ratio test with a P value threshold of 0.01. To account for multiple testing across genes, we applied Bonferroni correction for DeepRVAT and alternative methods.

Comparison with other UKBB RVAT studies

We compared our results to gene–trait associations from two studies20,22 on larger WES cohorts from UKBB (454,787 and 394,841 individuals, respectively). We counted as a discovery any association that was considered significant according to the methodology of the study. To compute replication for quantitative traits, we ranked all gene–trait associations by P value and, at each rank, counted the number of associations that overlapped with discoveries from the larger cohorts.

Conditional association tests

For associations that were significant after multiple testing correction, we conducted conditional association tests using GWAS summary statistics from the Pan-UKBB study59. Independently associated variants were identified from GWAS summary statistics through LD-based clumping using PLINK60 (v1.9) with default parameters, restricting to associations with a P value < 10−7 and MAF > 1%. If a binary trait definition used in this study did not exactly match a single GWAS from Pan-UKBB, we combined P values from all relevant GWASs that covered parts of the trait definition before performing clumping. For association testing with SEAK in the method denoted DeepRVAT, independently associated variants within 500 kb around the gene boundaries were incorporated as covariates in the conditional analysis. For association testing with REGENIE (that is, DeepRVAT + REGENIE), all variants independently associated with a specific trait were considered for all genes.

Phenotype prediction using DeepRVAT and alternative rare variant scores

Dataset

Training and evaluation of the regression models were done on two disjoint datasets, both restricted to unrelated individuals of European ancestry. A total of 154,966 (from UKBB 200k WES) and 224,817 individuals (from UKBB 470k WES, not found in UKBB 200k WES) were used for training and evaluation, respectively.

PRS computation

Common PRS variants and effect sizes were all obtained from the Polygenic Score Catalog61 using the study from ref. 35. The catalog numbers of each common variant PRS are listed in Supplementary Table 4.

Gene discovery

Only the training individuals were used for gene discovery. For alternative burdens, we used the method ‘burden/SKAT combined’. Retaining associations at FWER < 0.05 resulted in a set of genes Gbp for phenotype p to use in the baseline prediction models. For DeepRVAT, gene discovery was conducted across all 33 traits of interest exclusively on training samples, following the method outlined above, using gene impairment scores obtained using the CV scheme. This yielded a set of trait-associated genes Gdp at FWER < 0.05.

Burden and gene impairment scores

On the test set, alternative burdens were computed as the maximum across all variants in a given individual and gene (excluding SIFT, where the minimum was used). DeepRVAT gene impairment scores for the test set were computed analogously to those used in association testing, using all models trained as part of the CV scheme on the evaluation set.

Phenotype predictor training and evaluation

For simplicity, we describe models for predicting raw phenotype values. Prediction of extreme values is analogous, with logistic regression on the binary target replacing linear regression.

Baseline

As a baseline phenotype predictor, we consider a regression model where the explanatory variables comprise covariates (as described above) and the common variant PRS score:

y^ip=𝛂Txi+βcpcip,

where cip is the common variant PRS score of sample i for phenotype p and, as given above, xi is the vector of covariates for sample i.

Extension with rare variants

To incorporate the effects of rare variants into the phenotype predictors, we extended the common variant PRS models by the rare burden scores of significant genes, with models incorporating DeepRVAT or alternative burdens given, respectively, by

y^ip=𝛂Txi+βcpcip+jGdpβjpψr*Vij,
y^ip=𝛂Txi+βcpcip+jGbpβjpsij.

The difference lies in whether DeepRVAT or alternative burdens sij are used, and additionally the burdens and learned gene weights βjp range over either the ‘burden/SKAT combined’ gene set Gbp or the DeepRVAT gene set Gdp.

Model fitting

The linear and logistic regression models were fit in R (v4.2.0) using the functions lm and glm (respectively) from the stats package using the family binomial() for logistic regression models and otherwise retaining the default parameters.

Phenotype predictor assessment

We calculated the relative improvement of the model that leverages rare variant burdens compared to the common variant PRS-only model as

RelativeΔM=MrareMPRSonlyMPRSonly,

where M denotes the area under the precision–recall curve (AUPRC) or R2. Next, for each phenotype and individual, we calculated the absolute difference between the predicted phenotype values obtained from a linear model using either the common variant PRS alone or the common variant PRS together with the rare variant burdens and ranked individuals based on the magnitude of this difference. At each rank, we determined the count of individuals exhibiting outlier phenotypes, specifically those falling within the top or bottom 1% of the phenotypic distribution. Finally, we tested the enrichment of phenotype predictor outliers in individuals with extreme phenotypes. For each z-score phenotype outlier cutoff, we identified individuals above the phenotypic cutoff and determined the proportion of these individuals with a predicted phenotype value exceeding the 99% quantile. Enrichment scores were scaled relative to the baseline population (z-score = 0) and compared to the common PRS-only model.

Statistics and reproducibility

No statistical method was used to predetermine the sample size. We did not use any study design that required randomization or blinding. For benchmarking experiments we restricted to unrelated individuals of European ancestry. All individuals (related and multi-ancestry) were included for biological discovery.

Reporting summary

Further information on research design is available in the Nature Portfolio Reporting Summary linked to this article.

Online content

Any methods, additional references, Nature Portfolio reporting summaries, source data, extended data, supplementary information, acknowledgements, peer review information; details of author contributions and competing interests; and statements of data and code availability are available at 10.1038/s41588-024-01919-z.

Supplementary information

Supplementary Information (11.6MB, pdf)

Supplementary Methods, Supplementary Results and Supplementary Figs. 1–11.

Reporting Summary (76.8KB, pdf)
Peer Review File (464.5KB, pdf)
Supplementary Tables (338.7KB, xlsx)

Supplementary Tables 1–9.

Acknowledgements

The authors would like to thank M.J. Bonder, T. Bechtler, M. Saraswat, A. Senacheribbe, K. Ueltzhöffer, D. Vagiaki, H. Susak, F.P. Casale, R. Monti and M.F. Clarke for helpful discussions. This research has been conducted using data from UKBB, a major biomedical database (project IDs 25214, 44108 and 81358), and was supported by the Initiative and Networking Fund of the Helmholtz Association. B.C., K.M., M.M., F.M. and M.W. were supported through state funds approved by the State Parliament of Baden-Württemberg for the Innovation Campus Health + Life Science Alliance Heidelberg Mannheim. E.H. was funded in part by the Helmholtz Association under the joint research school Munich School for Data Science—MUDS. This study was supported by the Deutsche Forschungsgemeinschaft (DFG; German Research Foundation; project ID 403584255-TRR 267 to Z.C. and J.G.). F.B. was supported through the German Bundesministerium für Bildung und Forschung (BMBF) through the ERA PerMed project PerMiM (grant 01KU2016B). The German BMBF supported the study through the Model Exchange for Regulatory Genomics project (MERGE; grants 031L0174A and 031L0174C). Figure 1d was created with BioRender.com. The funders had no role in study design, data collection and analysis, decision to publish or preparation of the paper.

Extended data

Author contributions

B.C., E.H., J.G. and O.S. conceived the method. F.B. made additional conceptual contributions to the method. B.C., E.H., H.O., M.M., M.W. and F.R.H. prepared the data. B.C., E.H., H.O., K.M., M.M., F.M. and M.W. implemented the methods and analyzed the data. B.C., E.H., J.G. and O.S. interpreted the results and wrote the paper. Z.C. supported in biological interpretation. J.L. contributed to the conditional analysis.

Peer review

Peer review information

Nature Genetics thanks Konrad Karczewski, Zilin Li, Wenhan Lu and the other, anonymous, reviewer(s) for their contribution to the peer review of this work. Peer reviewer reports are available.

Funding

Open access funding provided by Deutsches Krebsforschungszentrum (DKFZ).

Data availability

The genetic, phenotype and covariate data are protected and only available to researchers who have valid and approved research applications for these data within the UKBB (www.ukbiobank.ac.uk).

GENCODE release 38 can be downloaded from https://www.gencodegenes.org/human/release_38.html.

PRSs used for the phenotype prediction can be downloaded from https://www.pgscatalog.org/.

GWAS summary statistics used for conditional analysis can be downloaded from https://pan.ukbb.broadinstitute.org.

Significant gene–trait associations used for replication analyses are provided in Supplementary Table 7. These can also be accessed at gs://ukbb-exome-public/500k/results/results.mt for the study in ref. 22 and in the supplementary data from ref. 20.

The association testing results from DeepRVAT + REGENIE on the 470k UKBB WES dataset, covering all genes and traits for all ancestries and European ancestry only, are available on Zenodo (10.5281/zenodo.12736824) (ref. 62).

Code availability

UKBB data preprocessing was done using our custom preprocessing pipeline available at https://deeprvat.readthedocs.io/en/latest/preprocessing.html (ref. 63).

The code to run DeepRVAT can be found at https://github.com/PMBio/deeprvat/ (ref. 63).

Pretrained DeepRVAT models can be found at https://github.com/PMBio/deeprvat/tree/main/pretrained_models (ref. 64).

The code to run all analyses done in this paper and regenerate the figures can be found at https://github.com/PMBio/deeprvat-analysis/ (ref. 65).

Competing interests

O.S. is a paid advisor of Insitro. B.C. holds equity in Tachyon Therapeutics. The other authors declare no competing interests.

Footnotes

Publisher’s note Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

These authors contributed equally: Brian Clarke, Eva Holtkamp.

Contributor Information

Brian Clarke, Email: brian.clarke@dkfz-heidelberg.de.

Julien Gagneur, Email: gagneur@in.tum.de.

Oliver Stegle, Email: o.stegle@dkfz-heidelberg.de.

Extended data

is available for this paper at 10.1038/s41588-024-01919-z.

Supplementary information

The online version contains supplementary material available at 10.1038/s41588-024-01919-z.

References

  • 1.Bycroft, C. et al. The UK Biobank resource with deep phenotyping and genomic data. Nature562, 203–209 (2018). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2.Buniello, A. et al. The NHGRI-EBI GWAS catalog of published genome-wide association studies, targeted arrays and summary statistics 2019. Nucleic Acids Res.47, D1005–D1012 (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 3.Claussnitzer, M. et al. A brief history of human disease genetics. Nature577, 179–189 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Tam, V. et al. Benefits and limitations of genome-wide association studies. Nat. Rev. Genet.20, 467–484 (2019). [DOI] [PubMed] [Google Scholar]
  • 5.Bomba, L., Walter, K. & Soranzo, N. The impact of rare and low-frequency genetic variants in common disease. Genome Biol.18, 77 (2017). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Sazonovs, A. et al. Large-scale sequencing identifies multiple genes and rare variants associated with Crohn’s disease susceptibility. Nat. Genet.54, 1275–1283 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Gao, X. R., Chiariglione, M. & Arch, A. J. Whole-exome sequencing study identifies rare variants and genes associated with intraocular pressure and glaucoma. Nat. Commun.13, 7376 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Momozawa, Y. & Mizukami, K. Unique roles of rare variants in the genetics of complex diseases in humans. J. Hum. Genet.66, 11–23 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Nelson, M. R. et al. The support of human genetic evidence for approved drug indications. Nat. Genet.47, 856–860 (2015). [DOI] [PubMed] [Google Scholar]
  • 10.Weiner, D. J. et al. Polygenic architecture of rare coding variation across 394,783 exomes. Nature614, 492–499 (2023). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Fiziev, P. P. et al. Rare penetrant mutations confer severe risk of common diseases. Science380, eabo1131 (2023). [DOI] [PubMed] [Google Scholar]
  • 12.Povysil, G. et al. Rare-variant collapsing analyses for complex traits: guidelines and applications. Nat. Rev. Genet.20, 747–759 (2019). [DOI] [PubMed] [Google Scholar]
  • 13.Lee, S., Abecasis, G. R., Boehnke, M. & Lin, X. Rare-variant association analysis: study designs and statistical tests. Am. J. Hum. Genet.95, 5–23 (2014). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Kumar, P., Henikoff, S. & Ng, P. C. Predicting the effects of coding non-synonymous variants on protein function using the SIFT algorithm. Nat. Protoc.4, 1073–1081 (2009). [DOI] [PubMed] [Google Scholar]
  • 15.Rentzsch, P., Witten, D., Cooper, G. M., Shendure, J. & Kircher, M. CADD: predicting the deleteriousness of variants throughout the human genome. Nucleic Acids Res.47, D886–D894 (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 16.Adzhubei, I. A. et al. A method and server for predicting damaging missense mutations. Nat. Methods7, 248–249 (2010). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Wagner, N. et al. Aberrant splicing prediction across human tissues. Nat. Genet.55, 861–870 (2023). [DOI] [PubMed] [Google Scholar]
  • 18.Sundaram, L. et al. Predicting the clinical impact of human mutation with deep neural networks. Nat. Genet.50, 1161–1170 (2018). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Zhou, J. & Troyanskaya, O. G. Predicting effects of noncoding variants with deep learning-based sequence model. Nat. Methods12, 931–934 (2015). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Backman, J. D. et al. Exome sequencing and analysis of 454,787 UK Biobank participants. Nature599, 628–634 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 21.Jurgens, S. J. et al. Analysis of rare genetic variation underlying cardiometabolic diseases and traits among 200,000 individuals in the UK Biobank. Nat. Genet.54, 240–250 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 22.Karczewski, K. J. et al. Systematic single-variant and gene-based association testing of thousands of phenotypes in 394,841 UK Biobank exomes. Cell Genom.2, 100168 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Madsen, B. E. & Browning, S. R. A groupwise association test for rare mutations using a weighted sum statistic. PLoS Genet.5, e1000384 (2009). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Li, B. & Leal, S. M. Methods for detecting associations with rare variants for common diseases: application to analysis of sequence data. Am. J. Hum. Genet.83, 311–321 (2008). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 25.Brandes, N., Linial, N. & Linial, M. PWAS: proteome-wide association study—linking genes and phenotypes by functional variation in proteins. Genome Biol.21, 173 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 26.Wu, M. C. et al. Rare-variant association testing for sequencing data with the sequence kernel association test. Am. J. Hum. Genet.89, 82–93 (2011). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 27.Lee, S. et al. Optimal unified approach for rare-variant association testing with application to small-sample case–control whole-exome sequencing studies. Am. J. Hum. Genet.91, 224–237 (2012). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 28.Li, X. et al. Dynamic incorporation of multiple in silico functional annotations empowers rare variant association analysis of large whole-genome sequencing studies at scale. Nat. Genet.52, 969–983 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 29.Li, X. et al. Powerful, scalable and resource-efficient meta-analysis of rare variant associations in large whole genome sequencing studies. Nat. Genet.55, 154–164 (2023). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Monti, R. et al. Identifying interpretable gene-biomarker associations with functionally informed kernel-based tests in 190,000 exomes. Nat. Commun.13, 5332 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31.Sun, J., Zheng, Y. & Hsu, L. A unified mixed-effects model for rare-variant association in sequencing studies. Genet. Epidemiol.37, 334–344 (2013). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32.Susak, H. et al. Efficient and flexible integration of variant characteristics in rare variant association studies using integrated nested Laplace approximation. PLoS Comput. Biol.17, e1007784 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33.Mbatchou, J. et al. Computationally efficient whole-genome regression for quantitative and binary traits. Nat. Genet.53, 1097–1103 (2021). [DOI] [PubMed] [Google Scholar]
  • 34.Zaheer, M et al. Deep Sets. In Advances in Neural Information Processing 30 (ed. Guyon, I. et al.) 3391–3401 (NIPS, 2017).
  • 35.Privé, F. et al. Portability of 245 polygenic scores when derived from the UK Biobank and applied to 9 ancestry groups from the same cohort. Am. J. Hum. Genet.109, 12–23 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36.Szustakowski, J. D. et al. Advancing human genetics research and drug discovery through exome sequencing of the UK Biobank. Nat. Genet.53, 942–948 (2021). [DOI] [PubMed] [Google Scholar]
  • 37.McLaren, W. et al. The Ensembl variant effect predictor. Genome Biol.17, 122 (2016). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38.Cheng, J. et al. Accurate proteome-wide missense variant effect prediction with AlphaMissense. Science381, eadg7492 (2023). [DOI] [PubMed] [Google Scholar]
  • 39.González-Pérez, A. & López-Bigas, N. Improving the assessment of the outcome of nonsynonymous SNVs with a consensus deleteriousness score, condel. Am. J. Hum. Genet.88, 440–449 (2011). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 40.Jaganathan, K. et al. Predicting splicing from primary sequence with deep learning. Cell176, 535–548 (2019). [DOI] [PubMed] [Google Scholar]
  • 41.The ENCODE Project Consortium An integrated encyclopedia of DNA elements in the human genome. Nature489, 57–74 (2012). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 42.Roadmap Epigenomics Consortium et al.Integrative analysis of 111 reference human epigenomes. Nature518, 317–330 (2015). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 43.Ghanbari, M. & Ohler, U. Deep neural networks for interpreting RNA-binding protein target preferences. Genome Res.30, 214–226 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 44.Zhou, W. et al. SAIGE-GENE+ improves the efficiency and accuracy of set-based rare variant association tests. Nat. Genet.54, 1466–1469 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 45.Stein, A. et al. Clonal hematopoiesis and cardiovascular disease: deciphering interconnections. Basic Res. Cardiol.117, 55 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 46.Yura, Y., Sano, S. & Walsh, K. Clonal hematopoiesis: a new step linking inflammation to heart failure. JACC Basic Transl. Sci.5, 196–207 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 47.Min, K., Polizio, A. H., Kour, A., Thel, M. C. & Walsh, K. Experimental ASXL1‐mediated clonal hematopoiesis promotes inflammation and accelerates heart failure. J. Am. Heart Assoc.11, e026154 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 48.Yu, B. et al. Association of clonal hematopoiesis with incident heart failure. J. Am. Coll. Cardiol.78, 42–52 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 49.Mellersh, C. S. et al. Mutation in HSF4 is associated with hereditary cataract in the Australian Shepherd. Vet. Ophthalmol.12, 372–378 (2009). [DOI] [PubMed] [Google Scholar]
  • 50.Berry, V. et al. A novel missense mutation in HSF4 causes autosomal-dominant congenital lamellar cataract in a British family. Eye32, 806–812 (2018). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 51.Kurki, M. I. et al. FinnGen provides genetic insights from a well-phenotyped isolated population. Nature613, 508–518 (2023). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 52.Aravani, D. et al. HHIPL1, a gene at the 14q32 coronary artery disease locus, positively regulates hedgehog signaling and promotes atherosclerosis. Circulation140, 500–513 (2019). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 53.McClintock, B. The relation of homozygous deficiencies to mutations and allelic series in maize. Genetics29, 478–502 (1944). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 54.Van Hout, C. V. et al. Exome sequencing and characterization of 49,960 individuals in the UK Biobank. Nature586, 749–756 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 55.Danecek, P. et al. Twelve years of SAMtools and BCFtools. GigaScience10, giab008 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 56.Selvaraj, M. S. et al. Whole genome sequence analysis of blood lipid levels in >66,000 individuals. Nat. Commun.13, 5995 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 57.Peloso, G. M. et al. Association of low-frequency and rare coding-sequence variants with blood lipids and coronary heart disease in 56,000 whites and blacks. Am. J. Hum. Genet.94, 223–232 (2014). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 58.Klimentidis, Y. C. et al. Phenotypic and genetic characterization of lower LDL cholesterol and increased type 2 diabetes risk in the UK Biobank. Diabetes69, 2194–2205 (2020). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 59.Karczewski, K. J. et al. Pan-UK Biobank GWAS improves discovery, analysis of genetic architecture, and resolution into ancestry-enriched effects. Preprint at medRxiv10.1101/2024.03.13.24303864 (2024).
  • 60.Chang, C. C. et al. Second-generation PLINK: rising to the challenge of larger and richer datasets. GigaScience4, 7 (2015). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 61.Lambert, S. A. et al. The Polygenic Score Catalog as an open database for reproducibility and systematic evaluation. Nat. Genet.53, 420–425 (2021). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 62.Brian, C. & Holtkamp, E. DeepRVAT gene-trait association testing results on the 470k UK Biobank WES dataset. Zenodo 10.5281/zenodo.12736824 (2024).
  • 63.Clarke, B. & Holtkamp, E. DeepRVAT package. Zenodo10.5281/zenodo.12742874 (2024).
  • 64.Clarke, B. & Holtkamp, E. Pre-trained DeepRVAT models. Zenodo10.5281/zenodo.12772611 (2024).
  • 65.Clarke, B. & Holtkamp, E. DeepRVAT analysis repository. Zenodo10.5281/zenodo.12742896 (2024).
  • 66.Bernstein, N. et al. Analysis of somatic mutations in whole blood from 200,618 individuals identifies pervasive positive selection and novel drivers of clonal hematopoiesis. Nat. Genet.56, 1147–1155 (2024). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 67.Pich, O., Reyes-Salazar, I., Gonzalez-Perez, A. & Lopez-Bigas, N. Discovering the drivers of clonal hematopoiesis. Nat. Commun.13, 4267 (2022). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 68.De Bruijn, I. et al. Analysis and visualization of longitudinal genomic and clinical data from the AACR Project GENIE biopharma collaborative in cBioPortal. Cancer Res.83, 3861–3867 (2023). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 69.Cerami, E. et al. The cBio cancer genomics portal: an open platform for exploring multidimensional cancer genomics data. Cancer Discov.2, 401–404 (2012). [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 70.Gao, J. et al. Integrative analysis of complex cancer genomics and clinical profiles using the cBio Portal. Sci. Signal.6, pl1 (2013). [DOI] [PMC free article] [PubMed] [Google Scholar]

Associated Data

This section collects any data citations, data availability statements, or supplementary materials included in this article.

Supplementary Materials

Supplementary Information (11.6MB, pdf)

Supplementary Methods, Supplementary Results and Supplementary Figs. 1–11.

Reporting Summary (76.8KB, pdf)
Peer Review File (464.5KB, pdf)
Supplementary Tables (338.7KB, xlsx)

Supplementary Tables 1–9.

Data Availability Statement

The genetic, phenotype and covariate data are protected and only available to researchers who have valid and approved research applications for these data within the UKBB (www.ukbiobank.ac.uk).

GENCODE release 38 can be downloaded from https://www.gencodegenes.org/human/release_38.html.

PRSs used for the phenotype prediction can be downloaded from https://www.pgscatalog.org/.

GWAS summary statistics used for conditional analysis can be downloaded from https://pan.ukbb.broadinstitute.org.

Significant gene–trait associations used for replication analyses are provided in Supplementary Table 7. These can also be accessed at gs://ukbb-exome-public/500k/results/results.mt for the study in ref. 22 and in the supplementary data from ref. 20.

The association testing results from DeepRVAT + REGENIE on the 470k UKBB WES dataset, covering all genes and traits for all ancestries and European ancestry only, are available on Zenodo (10.5281/zenodo.12736824) (ref. 62).

UKBB data preprocessing was done using our custom preprocessing pipeline available at https://deeprvat.readthedocs.io/en/latest/preprocessing.html (ref. 63).

The code to run DeepRVAT can be found at https://github.com/PMBio/deeprvat/ (ref. 63).

Pretrained DeepRVAT models can be found at https://github.com/PMBio/deeprvat/tree/main/pretrained_models (ref. 64).

The code to run all analyses done in this paper and regenerate the figures can be found at https://github.com/PMBio/deeprvat-analysis/ (ref. 65).


Articles from Nature Genetics are provided here courtesy of Nature Publishing Group

RESOURCES