Figures
Abstract
Can structural information of proteins generate essential features for predicting the deleterious effect of a single nucleotide variant (SNV) independent of the known existence of the SNV in diseases? In this work, we answer the question by examining the performance of features generated from prior knowledge with the goal towards determining the pathogenic effect of rare variants in rare disease. We take the approach of prioritizing SNV loci focusing on protein structure-based features. The proposed structure-based features are generated from geometric, physical, chemical, and functional properties of the variant loci and structural neighbors of the loci utilizing multiple homologous structures. The performance of the structure-based features alone, trained on 80% of HumVar-HumDiv combination (HumVD-train) and tested on 20% of HumVar-HumDiv (HumVD-test), ClinVar and ClinVar rare variant rare disease (ClinVarRVRD) datasets, showed high levels of discernibility in determining the SNV’s pathogenic or benign effects on patients. Combined structure- and sequence-based features generated from prior knowledge on a random forest model further improved the F scores to 0.84 (HumVD-test), 0.75 (ClinVar), and 0.75 (ClinVarRVRD). Including features based on the difference between wild-type in addition to the features based on loci information increased the F score slightly more to 0.90 (HumVD-test), 0.78 (ClinVar), and 0.76 (ClinVarRVRD). The empirical examination and high F scores of the results based on loci information alone suggest that location of SNV plays a primary role in determining functional impact of mutation and that structure-based features can help enhance the prediction performance.
Citation: Dehiya V, Thomas J, Sael L (2018) Impact of structural prior knowledge in SNV prediction: Towards causal variant finding in rare disease. PLoS ONE 13(9): e0204101. https://doi.org/10.1371/journal.pone.0204101
Editor: Alvaro Galli, CNR, ITALY
Received: September 3, 2017; Accepted: September 3, 2018; Published: September 28, 2018
Copyright: © 2018 Dehiya et al. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: All relevant data are within the paper and its Supporting Information files.
Funding: LS was supported by Basic Science Research Program through the National Research Foundation of Korea (2015R1C1A2A01055739, 2018R1A1A3A04079531).
Competing interests: The authors have declared that no competing interests exist.
Introduction
Rare diseases have been known to affect over 350 million people worldwide. There are over 7,000 different rare diseases and around 80% are due to genetic factors [1]. Compared to common complex diseases, rare diseases are often heterogeneous, caused by rare variants (minor allele frequency inferior to 1%), and are often hereditary [2, 3]. Many rare diseases can be cared for if diagnosed early and optimally managed. However, fast and accurate diagnosis is difficult in rare disease cases due to the rarity of events. A quick and non-statistical method for identifying a causal variant of rare diseases through variant prioritization forms the basis for fast and accurate diagnosis as well as for providing alternative treatment suggestions [4, 5].
The informatics approach for prioritizing single nucleotide variation (SNV) considers two factors: the importance of the SNV loci (prior) and the degree of difference between the wild-type and the variant. The importance of the SNV loci can be computed as a prior knowledge independent of the difference between wild-type and variant. This means that importance of the loci, i.e., prioritizing SNV loci, can be trained and learned in the preprocessing step independent of disease types, allowing for quick postprocessing when the variant type becomes known. On the other hand, the severity of the SNV in diseases relies on the information of the nucleotide variation compared to wild-type and often requires known cases of the variation in diseased patients.
Features used for pathogenic SNV prediction methods are generally sequence-based only or sequence and structure combined. Although there have been several extensive studies for sequence-based features due to their abundance and ease of usage, there has not been a rigorous and extensive examination of structure-based features in the causal mutation predictions. Many structure focused methods are limited to specific disease type [6] or are more of an annotator [7]. Ones that utilize protein structure in addition to sequence information considers the structure-based features as not essential [8–10]. However, structural features have a high potential for discerning pathogenic effects.
Several works show that mutations on functional and structurally stabilizing sites are strongly related to impaired protein function [11, 12] that results in diseases. Disease-causing P53 structures contain amino acid alterations at key sites that are important for maintaining structural integrity [13, 14]. Also, amino acid alterations that disrupt the thermodynamic and kinetic stability of the TTR proteins, causing them to unfold and hence accumulate to form amyloid fibrils [15], are known to cause many amyloid diseases. Mutations at binding sites in proteins can disrupt the protein’s function as they lead to changes in binding affinity between the protein and other biomolecules. The affected binding targets may be ions, ligands, other proteins, DNAs or RNAs. P53 structures that contain amino acid alterations in the DNA binding region changes the binding affinity of the protein to DNA [16, 17]. A study of somatic mutations in DNA methyltransferase gene DNMT3A in acute monocytic leukemia found mutations in DNA binding, cofactor binding, protein-protein interaction sites and Histone H3 peptide binding sites [18]. These mutations are crucial as they prevent protein complex formation thereby leading to impaired gene function. Also, rare mutations in DNA-binding site in POT1 protein have been identified as causal for cutaneous malignant melanoma as these mutations changed protein folding and binding [19]. Another study identified SNV in the pre-mRNA binding region in splicing factor SF3B1 gene which is known to cause chronic lymphocytic leukemia [20]. These studies highlight the importance of structure-based information in causal mutation analysis in disease which we will focus on through structure-based features extraction.
The goal of this work is to show that well-curated structure-based features provide added value when combined with sequence-based features in the prioritization of SNV loci. We aim to show that loci at which the SNV occurred, even without the difference between wild-type information, is useful in identifying deleterious SNVs in diseases. Also, we aim to provide evidence that structure-based features act as an important determinant for deleteriousness of loci, especially in rare disease. More specifically, the four contributions of the paper are as follows. First, we have developed novel structural features, multi-structural features and structural-neighborhood features. Second, we have extensively tested the performance of structure-based features in determining pathogenic effects of point mutations. Third, we have compared the performance of loci specific features, using various machine learning methods, and state-of-the-art methods. Finally, we have demonstrated the soundness of generated features for rare variant rare disease causal mutation predictions.
Materials and methods
Data sets
We generated three data sets, i.e., HumVar-HumDiv (HumVD), ClinVar, ClinVar Rare Variant Rare Disease (ClinVarRVRD) dataset, to compare and test the performance of proposed features. Initially, SNV information, including loci, along with the known functional impact of the SNV was extracted from HumDiv, HumVar [8], and ClinVar databases [21], separately.
We combined the HumVar and HumDiv datasets, as suggested in the documents of PolyPhen2 [8] and available at (http://genetics.bwh.harvard.edu/pph2/dokuwiki/downloads), to generate our HumVD dataset. We used the same SNV classification as PolyPhen2 (Benign = Neutral and Pathogenic = Deleterious). Cases of conflicting labels between HumVar and HumDiv were excluded. Also, we made sure that the protein names and mutation positions of the selected SNVs are unique to avoid bias. After feature generation, 10,140 cases out of 10,583 cases remained, consisting of 3,256 Benign and 6,884 Pathogenic variants. We used 80% of this dataset (2591 Benign and 5521 Pathogenic) for training the model (HumVD-train) and used remaining 20% (665 Benign and 1363 Pathogenic)for testing the model (HumVD-test).
To test whether the model generalizes well, we selected separate set of test cases from ClinVar. The ClinVar database contains a more up-to-date and carefully curated archive of human variations and phenotypes [21]. From the initial database of 93,946 SNV entries retrieved on Jan. 2016, we selected 9,286 SNVs with high confidence review status (2 through 4). The review status 2 is ‘SNV submitted with criteria provided, two or more submitters with no conflicts’; status 3 is ‘reviewed by an expert panel’; status 4 is ‘practice guideline.’ From the 9,286 SNVs, we selected 6,446 loci labeled as either likely benign or benign as Benign and likely pathogenic or pathogenic as Pathogenic. Cases with conflicting labels and overlaps with the HumVD dataset were removed. As the final step, SNVs without protein structure mapping was removed resulting in a small set of 437 SNV loci, with 285 pathogenic and 152 benign labels in 101 genes.
We also constructed rare variant rare disease (ClinVarRVRD) dataset to test how well the model performs on rare disease cases. ClinVarRVRD dataset is a subset of the ClinVar dataset constructed by filtering out non-rare variants identified via Ensembl Variant Effect Predictor tool [22] to exclude common variants with minor allele frequency (MAF) greater than 1% in the 1000 genomes Phase 1 combined population. The ClinVar rare variants were further filtered to make sure they are associated with rare diseases. That is, we considered SNV to be associated with a rare disease if one or more of the diseases label in ClinVar belonged to the Global Genes [1] rare diseases list (6,537 rare diseases as of August 6, 2017). After the two filtering process, 280 rare variants rare disease associated SNVs consisting of 117 benign SNVs and 163 pathogenic SNVs remained.
Table 1 summarizes the dataset. HumVD-train, HumVD-test, ClinVar, and ClinVarRVRD are provided in S1, S2, S3 and S4 Files, respectively.
The number of benign and pathogenic variants for each dataset are listed.
Features to loci mapping
To extract loci specific features, we retrieved reference DNA, mRNA, and protein sequences of the corresponding loci. To do this, we identified genes associated with the SNV in the DNA loci, represented as a chromosome number and offset value pair, and used biomaRt [23] library to retrieve reference sequences for DNA (DNA-RefSeq), mRNA (NM-RefSeq) and protein amino acid sequence (NP-RefSeq) from Ensembl database [24] corresponding to genome reference HG38 for each dataset. DNA, mRNA, and protein sequences are then aligned to map the features back the SNV loci. Fig 1 shows the steps involved in the feature generation process utilizing the retrieved sequences. Detailed steps are described in detail in the following feature extraction process description.
Extracting structure-based features
Given an SNV locus, we extracted structure-based feature by first retrieving the protein structures for the locus. To do this, we retrieved a list of protein structures (PDBIDs) of corresponding NP-RefSeq using protein BLAST [25] with homology threshold of 60% sequence identity. If structures were found, the corresponding Protein Data Base (PDB) files were downloaded from RSCB [26] database. From the PDB structures, PDB sequences were directly extracted and pair-wise global aligned using dynamic programming based aligner, i.e., FASTA align [27], to the protein reference sequence (NP-RefSeq). Corresponding reference mRNA sequence (NM-RefSeq) of the NP-RefSeq were then aligned to reference DNA (NC-RefSeq) using Splign [28], which allows alignment even in the presence of splice sites. Finally, the structure-based features were generated and mapped to the SNV locus.
Structural neighborhood.
Introduction of features generated from structural neighbors is one of the novel contributions of our proposed method. We defined the structural neighborhood as the set of amino acid residues that lie within a specified radius of the physical structure of the protein centered around the query SNV loci. Based on the relative Cartesian coordinates of the amino acids in the PDB files, we considered the neighborhood as all the residues located within the Euclidean distance of 9 Angstroms (Å), as shown in Fig 2. We have tested distance between 5 to 15Å and 9Å provided adequated information without involving too many amino-acids. We took summaries of the feature values calculated for neighboring amino acids as the neighborhood features. Also, the number of residues in the neighborhood (nNum) was also included as one of the neighborhood features. Since neighborhood information was extracted from a structure, all the neighborhood features were considered as structure-based features.
Green sphere depicts a radius of 9Å centered at 116.A of PDBID:1IJN structure. All amino acids residues found within this region are considered as neighbors of the query SNV loci, 116.A.
Structure-based features.
Another novelty of our structure-based feature is the extraction of information from multiple homologous structures. The reason why we have decided to take information from multiple structures is that a PDB structure is only a static snapshot of the actual protein and the functional information such as binding event may exist in one structure while not on another depending on the experimental settings, thus examining all homologous structures is important. Again, the eleven structure-based features depend on the location of the SNV and not on the actual difference between wild-type and are considered prior knowledge. The list of structural features are shown in Table 2 and the details of the structure-based feature extraction process are provided in the S1 Appendix.
The rank represents the importance of individual features obtained by 5-fold cross validation on the HumVar-HumDiv training data (Size = 8,112) using Random Forest for attribute evaluation using weighted F score as evaluation metric.
Extracting sequence-based features
We tested five sequence-based features that are specific to the prior loci-based information about the SNV that are not dependent on the difference between wild-type and altered nucleotide. The list of features is summarized in the second half of Table 2 and the details of the sequence-based feature extraction process are provided in the S2 Appendix.
Predicting effects of SNV via Weka
After generation of the features, we trained and tested the features using Weka [29, 30], a data-mining software that contains multiple machine learning methods. Seven machine learning algorithms in Weka were used: naive Bayes, support vector machine (SVM), logistic regression, multi-layer perceptron (MLP), k-nearest neighbors (KNN), decision table, and random forest. For each of the algorithms and hyperparameter combinations, we feed Weka features and labels of 80% of HumVD-train. The hyperparameters of each machine learning algorithms were selected by validating on 20% of HumVD-Train (validation set). More specifically, we selected the hyperparameters that resulted in highest weighted F-scores over the validation set. Also, to accommodate for missing values of the test set, we used Weka’s unsupervised attribute filter to replace missing values.
Performance comparison measures
We used weighted F-score to validate the performance of feature sets. The precision-recall based scores are known to be a measurement of choice when there is a class imbalance as in the case of our test sets. The weighted F-score is a weighted average of the precision and recalls that account for both the correctly predicted positives as well as incorrectly predicted positives and negatives. The value reaches its best value at 1 and worst at 0. Weighted F-score was also used to compare our methods with existing SNV prediction methods.
Parameters used in comparative study
We compared the weighted F-scores of five features sets to nine SNV prediction methods as shown in the Table 3. Most of the methods are web-server based and take mutation location as input and output either numerical or categorical predictions. In the case of CADD, precomputed scores are provided. We tested on two threshold values 15 and 20, as suggested by the authors [31], to label SNV as Benign or Pathogenic.
‘Type’ represents whether the features are generated on a web-server or pre-computed. ‘Benign labels’ and ‘Pathogenic labels’ represent how classification labels of each algorithm was interpreted to match to Benign and Pathogenic labels.
Results
Classification performance between machine learning methods
We first provide the classification results utilizing seven machine learning method listed in the Method section 1.
Small difference in performance between learning algorithms.
Classification accuracies of seven machine learning algorithms were measured to validate the effectiveness of the proposed loci-based features. The goal of the learning task was to classify an SNV site as pathogenic or benign based on the features defined at the SNV locus.
Table 4 shows the weighted F scores for each of the machine learning algorithms on the validation set (20% HumVD-train). The weighted F-scores on the validation set are used to selected hyperparameters for each machine learning algorithms. We observed that performance of algorithms was dependent more on the features and less on the algorithm used. That is, the difference of F-scores for each feature sets were small among learning algorithms. Although KNN had the highest F value of 0.91, the value of k varied for each feature sets. Thus we chose Random Forest that performed well across all feature sets and that depended less on the hyperparameters.
Weighted F scores are reported on the validation set (20% HumVD-train) for all algorithms. ‘Sequence’ refer to sequence-based features (PSIC, Nobs, MinDJxn, CodPos and SeqCons); ‘Structure’ refers to structure-based features (KDmean, RSAmax, nRSA, nNum, Bstddev, nB, nKD, nSC, nBinding, Binding, Mapreg); ‘Str no Neigh’ refers to structure-based features without neighbour information (KDmean, RSAmax, Bstddev, Binding, Mapreg); ‘Seq + Str’ refers to all sixteen sequence and structure features listed above; ‘All + mutation’ refers to all prior features listed above and features based on difference between wild-type listed in S1 Table. The boldface numbers highlights top two weighed F scores for each feature sets.
Structure-based features improve performance.
After selection of learning algorithm, Random Forest, we retrained the model using HumVD-train and tested the feature sets on three test datasets. Fig 3 shows the ROC curves for all test set and the performance comparison between features follows the same order. Also, the best-weighted F scores obtained by varying threshold in ROC for different feature types are shown in Table 5.
A. HumVD, B. ClinVar, and C. ClinVarRVRD.
Summary of results for multiple feature types on optimal weighted F scores. (FNR = False Negative Rate, TPR = True Positive Rate, FPR = False Positive Rate, TNR = True Negative Rate).
On HumVD-test dataset, sequence features performed better than structure features. Interestingly the difference was minor for the ClinVar dataset with weighted F scores of 0.71 and 0.70 for sequence and structure, respectively. ClinVarRVRD’s structure features were slightly better than sequence features with F scores 0.67 and 0.66, respectively. However, prior sequence- and structure-based features performed better for all test datasets. Regarding individual features, six out top 50% ranked features are structure-based features as shown in the third column of Table 2. The result shows that, although the performance of structure-based features is similar or even lower, they are contributing regarding predicting the importance of loci in disease.
Neighborhood features improve predictions.
We next tested the contribution of the neighborhood features in improving the classification performance. The performance of structure-based features with and without the neighborhood information was compared using ROC and weighted F scores. Neighborhood information improved the weighted F scores of learning algorithms for all test datasets (Table 5) and for all algorithms (Table 4). Regarding individual features, three out top 50% ranked features are structure-based features as shown in the third column of Table 2.
Structure-based features generalizes better.
Compared to HumVD-test, weighted F scores decreased overall for ClinVar and ClinVarRVRD with the highest value being 0.78 compared to 0.90 for HumVD-test. The decrease was expected since ClinVar labeling and HumVD labeling criterion and the selection of benign cases are slightly different. With the difference in the distribution of training set and testing set in mind, we focused on the stability or generalization of the features across the datasets.
We observed that, although the model was trained on HumVD-train dataset, the differences in weighted F-scores of structure-based features were smaller within a difference of 0.09 (ranging 0.67 to 0.76) while differences in weighted F-scores of the sequence-based features were larger (ranging 0.66 to 0.83) when tested on new datasets, ClinVar and ClinVarRVRD.
Performance comparison with existing methods
To compare the performance of our method with other algorithms, we performed a test on ClinVar and ClinVarRVRD dataset using weighted F-scores. Many of the existing methods listed in Table 6 includes the HumDiv and HumVar in their training. We did not test on HumDV-test, a subset of HumDiv and HumVar, since the methods will output biased results. Furthermore, since the existing algorithms utilized the difference between wild-type and variant in addition to the loci information, we compared our proposed features with or without selected features that utilize the difference between wild-type information. The difference between wild-type information used is listed in S1 Table.
Our comparisons found that existing algorithm’s performance varies with test data. They were able to perform well on ClinVar tests and our mutant features were marginally better. However, for Rare Variants (ClinVarRVRD), our prior features and mutant features performed better than existing algorithms.
Structural examination of rare variants in rare disease cases
To understand the contribution of structure-based features, we took a detailed look at cases in the ClinVarRVRD dataset where structure-based features correctly determined the benign and pathogenic effects of SNV while sequence features failed. Examining cases that structure features correctly predicted as pathogenic while sequence features did not, we found many SNVs located at the binding regions or part of structurally stabilizing regions which are essential for maintaining overall structure of the protein. For the cases that structure-based features correctly predicted as benign while sequence features did not, we observed that SNV were located at regions that are relatively unstable or solvent accessible.
We found in many cases if the SNV is at a binding site, the effect of the variant is pathogenic. Fig 4 shows four representative pathogenic SNVs at or near a binding site. SNV locus in Fig 4A is both an ATP binding site and a protein-protein binding site that is known to be associated with Cystic fibrosis. SNV locus in Fig 4B is near a lead (compound 5e) binding site that is known to be associated with the SHORT syndrome. SNV locus in Fig 4C is near DNA binding site that is known to be associated with Rett Syndrome. SNV locus in Fig 4D is directly at a calcium binding site.
A. SNV at chr7:117590378 (Residue N1303) associated with a rare disease, Cystic fibrosis. The SNV locus is near the binding site of N6-Phenylethyl-ATP. B. SNV at chr5:68296301 (Residue H1940) associated with the SHORT syndrome. The SNV locus is a binding site compound 5e C. SNV at chrX:154031373 (Residue P153) associated with Rett syndrome. The SNV locus is near DNA binding site. D. SNV at chr15:48468527 (Residue N1489) associated with the Marfan syndrome. The SNV locus is at the calcium bind site.
Also, many SNVs in structurally stable regions were pathogenic. Fig 5 shows three such cases. SNV locus in Fig 5A and 5C are parts of a stable α-helix structure. Where Fig 5A is also a domain binding region that forms a homo tetramer. Also, SNV locus in Fig 5B at a is in the middle of a stable triple-stranded parallel β-sheet of a homo 10-mer transmembrane structure near membrane binding area.
A. SNV at chr9:130480398 (Residue V263) associated with a rare disease, Citrullinemia type I. The SNV locus is on a stable α-helix structure near domain binding site. B.SNV at chr7:117590378 (Residue Y569) associated with a rare disease, Cystic fibrosis. The SNV locus is in the middle of a stable triple-stranded parallel β-sheet. C.SNV at chr3:10149822 (Residue R167) associated with a rare disease, Pheochromocytoma. The SNV locus is part of a stable α-helix structure.
For benign cases, we looked at four benign SNVs on BRCA2 gene as shown in Fig 6. All of the four loci are predicted to be pathogenic by sequence-based features alone. However, structure-based features predicted them as benign, following the ClinVar annotation. We observed that these locations were mostly solvent accessible and inconsistent secondary structure assignments were observed in the positions among homologous structures.
A. Multiple alignment of PDBIDs:1IYJ,1MIU, and 1MJE marked with four benign SNV loci. B. SNV at chr13:32356536 (Residue S2445) tip of a short α-helix. C. SNV at chr13:32380124 (Residue V3007) tip of unstable β-sheet. D. SNV at chr13:32379467 (Residue V2898) middle of unstable β-sheet. E. SNV at chr13:32371035 (Residue E2777) middle of unstable α-helix where one of the structure, PDBID:1IYJ, terminates.
Discussions and conclusions
Considering that the number of rare variants in rare diseases cases is inherently limited, it is important to be able to extract information that is less dependent on the number of known cases. Protein structure provides direct information about the functional importance of loci and does not rely heavily on statistical means for prioritizing the importance of mutation loci. These structure-based features need to be extensively tested, especially when several lines of empirical evidence demonstrate the presence of causal mutations at critical structural positions.
Loci based prior features performed comparably with features based on the difference between wild-type and variant, which suggests the importance of SNV loci. Amongst the prior features, our results show that sequence-based features perform slightly better than structure-based features in classifying pathogenic SNVs. However, structure-based features, when combined with sequence-based features, improved the weighted F scores in all three test datasets. Regarding structure-based features, we made two novel contributions that have been shown to improve the prediction performance: use of multiple homologous structures and use of features from the structural neighborhood. The structural neighborhood improved the overall prediction in all test datasets. Also, empirical structure-based features of a rare variant in rare disease cases showed that structure-based features play an important role in correctly classifying benign versus pathogenic cases by identifying binding site information and structurally stable information. We also compared our proposed features with numerous existing methods and showed increased performance. All of the methods, PolyPhen2 [8], SIFT [32], CADD [31], FATHMM [33], LRT [34], M-CAP [35], MutationAssessor [36], MutationTaster [37], and PROVEAN [38], although most use structure-based features, do not focus on the careful generation of structural features. We believed that generation of better structure-based features will be able to improve theses methods as well.
We do recognize the limitation of structure-based features, such as limited coverage. However, we believe that the limitations can be addressed via various computational prediction methods, such as structure prediction in the presence of mutation [39], reconstruction of protein-protein interactions [40], ligand binding site predictions [41], and stability predictions [42]. In the future, we would like to include more structure-based features utilizing computational methods such as binding site predictions, and stability predictions and also increase coverage by including structure prediction methods.
Supporting information
S1 Appendix. Constructing structure-based features.
https://doi.org/10.1371/journal.pone.0204101.s001
(PDF)
S2 Appendix. Constructing sequence-based features.
https://doi.org/10.1371/journal.pone.0204101.s002
(PDF)
S1 Table. Difference between wild-type based features.
Each of features are obtained from PolyPhen2 server (URL: http://genetics.bwh.harvard.edu/pph2/dokuwiki/appendix_a).
https://doi.org/10.1371/journal.pone.0204101.s003
(PDF)
S1 File. HumVar-HumDiv training set.
List of HumVar-HumDiv training set features and meta data.
https://doi.org/10.1371/journal.pone.0204101.s004
(CSV)
S2 File. HumVar-HumDiv test set.
List of HumVar-HumDiv test set features and meta data.
https://doi.org/10.1371/journal.pone.0204101.s005
(CSV)
S3 File. ClinVar data set.
List of ClinVar test set features and meta data.
https://doi.org/10.1371/journal.pone.0204101.s006
(CSV)
S4 File. ClinVarRVRD data set.
List of ClinVarRVRD test set features and metadata.
https://doi.org/10.1371/journal.pone.0204101.s007
(CSV)
References
- 1.
Global Genes. RARE Diseases: Facts and Statistics; 2017. Available from: https://globalgenes.org/rare-diseases-facts-statistics/.
- 2.
de Vrueh R, Baekelandt E, de Haan J. Background Paper 6.19 Rare Diseases. World Health Organization, Geneva; 2013.
- 3. Chial H. Mendelian genetics: patterns of inheritance and single-gene disorders. Nature Education. 2008;1(1):63.
- 4. Ng SB, Buckingham KJ, Lee C, Bigham AW, Tabor HK, Dent KM, et al. Exome sequencing identifies the cause of a mendelian disorder. Nature genetics. 2010;42(1):30. pmid:19915526
- 5. Boycott KM, Vanstone MR, Bulman DE, MacKenzie AE. Rare-disease genetics in the era of next-generation sequencing: discovery to translation. Nature Reviews Genetics. 2013;14(10):681–691. pmid:23999272
- 6. Carter H, Chen S, Isik L, Tyekucheva S, Velculescu VE, Kinzler KW, et al. Cancer-specific high-throughput annotation of somatic mutations: computational prediction of driver missense mutations. Cancer Research. 2009;69(16):6660–6667. pmid:19654296
- 7. Gress A, Ramensky V, Büch J, Keller A, Kalinina OV. StructMAn: annotation of single-nucleotide polymorphisms in the structural context. Nucleic acids research. 2016;44(18):W463–W468. pmid:27150811
- 8. Adzhubei IA, Schmidt S, Peshkin L, Ramensky VE, Gerasimova A, Bork P, et al. A method and server for predicting damaging missense mutations. Nature methods. 2010;7(4):248–249. pmid:20354512
- 9. Adzhubei I, Jordan DM, Sunyaev SR. Predicting functional effect of human missense mutations using PolyPhen-2. Current protocols in human genetics. 2013; p. 7–20.
- 10. Ng PC, Henikoff S. SIFT: predicting amino acid changes that affect protein function. Nucleic Acids Research. 2003;31(13):3812–3814. pmid:12824425
- 11. Bamshad MJ, Ng SB, Bigham AW, Tabor HK, Emond MJ, Nickerson DA, et al. Exome sequencing as a tool for Mendelian disease gene discovery. Nature reviews Genetics. 2011;12(11):745. pmid:21946919
- 12. Tennessen JA, Bigham AW, O’Connor TD, Fu W, Kenny EE, Gravel S, et al. Evolution and functional impact of rare coding variation from deep sequencing of human exomes. science. 2012;337(6090):64–69. pmid:22604720
- 13. Bullock aN, Henckel J, Fersht aR. Quantitative analysis of residual folding and DNA binding in mutant p53 core domain: definition of mutant states for rescue in cancer therapy. Oncogene. 2000;19(10):1245–1256. pmid:10713666
- 14. Joerger AC, Ang HC, Fersht AR. Structural basis for understanding oncogenic p53 mutations and designing rescue drugs. Proceedings of the National Academy of Sciences of the United States of America. 2006;103(41):15056–61. pmid:17015838
- 15. Zhang F, Hu C, Dong Y, Lin MS, Liu J, Jiang X, et al. The impact of V30A mutation on transthyretin protein structural stability and cytotoxicity against neuroblastoma cells. Archives of biochemistry and biophysics. 2013;535(2):120–127. pmid:23523753
- 16. Freed-Pastor WA, Prives C. Mutant p53: one name, many proteins. Genes & development. 2012;26(12):1268–1286.
- 17. Lwin TZ, Durant JJ, Bashford D. A fluid salt-bridging cluster and the stabilization of p53. Journal of Molecular Biology. 2007;373(5):1334–1347. pmid:17900613
- 18. Yan XJ, Xu J, Gu ZH, Pan CM, Lu G, Shen Y, et al. Exome sequencing identifies somatic mutations of DNA methyltransferase gene DNMT3A in acute monocytic leukemia. Nature genetics. 2011;43(4):309. pmid:21399634
- 19. Shi J, Yang XR, Ballew B, Rotunno M, Calista D, Fargnoli MC, et al. Rare missense variants in POT1 predispose to familial cutaneous malignant melanoma. Nature genetics. 2014;46(5):482–486. pmid:24686846
- 20. Quesada V, Conde L, Villamor N, Ordóñez GR, Jares P, Bassaganyas L, et al. Exome sequencing identifies recurrent mutations of the splicing factor SF3B1 gene in chronic lymphocytic leukemia. Nature genetics. 2012;44(1):47–52.
- 21. Landrum MJ, Lee JM, Benson M, Brown G, Chao C, Chitipiralla S, et al. ClinVar: public archive of interpretations of clinically relevant variants. Nucleic acids research. 2016;44(D1):D862–D868. pmid:26582918
- 22. McLaren W, Gil L, Hunt SE, Riat HS, Ritchie GR, Thormann A, et al. The ensembl variant effect predictor. Genome biology. 2016;17(1):122. pmid:27268795
- 23. Durinck S, Moreau Y, Kasprzyk A, Davis S, De Moor B, Brazma A, et al. BioMart and Bioconductor: a powerful link between biological databases and microarray data analysis. Bioinformatics. 2005;21(16):3439–3440. pmid:16082012
- 24. Aken BL, Ayling S, Barrell D, Clarke L, Curwen V, Fairley S, et al. The Ensembl gene annotation system. Database. 2016;2016:baw093. pmid:27337980
- 25. Altschul SF, Gish W, Miller W, Myers EW, Lipman DJ. Basic local alignment search tool. Journal of molecular biology. 1990;215(3):403–410. pmid:2231712
- 26. Berman H, Henrick K, Nakamura H. Announcing the worldwide protein data bank. Nature Structural & Molecular Biology. 2003;10(12):980–980.
- 27. Pearson WR, Lipman DJ. Improved tools for biological sequence comparison. Proceedings of the National Academy of Sciences. 1988;85(8):2444–2448.
- 28. Kapustin Y, Souvorov A, Tatusova T, Lipman D. Splign: algorithms for computing spliced alignments with identification of paralogs. Biology direct. 2008;3(1):20. pmid:18495041
- 29. Hall M, Frank E, Holmes G, Pfahringer B, Reutemann P, Witten IH. The WEKA data mining software: an update. ACM SIGKDD explorations newsletter. 2009;11(1):10–18.
- 30.
Witten IH, Frank E, Hall MA, Pal CJ. Data Mining: Practical machine learning tools and techniques. Morgan Kaufmann; 2016.
- 31. Kircher M, Witten DM, Jain P, O’roak BJ, Cooper GM, Shendure J. A general framework for estimating the relative pathogenicity of human genetic variants. Nature genetics. 2014;46(3):310–315. pmid:24487276
- 32. Kumar P, Henikoff S, Ng PC. Predicting the effects of coding non-synonymous variants on protein function using the SIFT algorithm. Nature protocols. 2009;4(7):1073. pmid:19561590
- 33. Shihab HA, Rogers MF, Gough J, Mort M, Cooper DN, Day IN, et al. An integrative approach to predicting the functional effects of non-coding and coding sequence variation. Bioinformatics. 2015;31(10):1536–1543. pmid:25583119
- 34. Chun S, Fay JC. Identification of deleterious mutations within three human genomes. Genome research. 2009;19(9):1553–1561. pmid:19602639
- 35. Jagadeesh KA, Wenger AM, Berger MJ, Guturu H, Stenson PD, Cooper DN, et al. M-CAP eliminates a majority of variants of uncertain significance in clinical exomes at high sensitivity. Nature genetics. 2016;48(12):1581. pmid:27776117
- 36. Reva B, Antipin Y, Sander C. Predicting the functional impact of protein mutations: application to cancer genomics. Nucleic acids research. 2011; p. gkr407. pmid:21727090
- 37. Schwarz JM, Cooper DN, Schuelke M, Seelow D. MutationTaster2: mutation prediction for the deep-sequencing age. Nature methods. 2014;11(4):361–362. pmid:24681721
- 38. Choi Y, Chan AP. PROVEAN web server: a tool to predict the functional effect of amino acid substitutions and indels. Bioinformatics. 2015;31(16):2745–2747. pmid:25851949
- 39. Pi J, Sael L. Mass spectrometry coupled experiments and protein structure modeling methods. International Journal of Molecular Sciences. 2013;14(10):20635–20657. pmid:24132151
- 40. Lo YS, Huang SH, Luo YC, Lin CY, Yang JM. Reconstructing genome-wide protein-protein interaction networks using multiple strategies with homologous mapping. PLoS ONE. 2015;10(1).
- 41. Sael L, Kihara D. Constructing patch-based ligand-binding pocket database for predicting function of proteins. BMC Bioinformatics. 2012;13(Suppl 2):S7. pmid:22536870
- 42. Worth CL, Preissner R, Blundell TL. SDM—A server for predicting effects of mutations on protein stability and malfunction. Nucleic Acids Research. 2011;39(SUPPL. 2):215–222.