key: cord-0004392-ldze0a22 authors: Wang, Hongchu; Wu, Pengfei title: Prediction of RNA-protein interactions using conjoint triad feature and chaos game representation date: 2018-08-17 journal: Bioengineered DOI: 10.1080/21655979.2018.1470721 sha: 91895a1125e6b20cc3e8439e5a223763b5cb694e doc_id: 4392 cord_uid: ldze0a22 RNA-protein interactions (RPIs) play a very important role in a wide range of post-transcriptional regulations, and identifying whether a given RNA-protein pair can form interactions or not is a vital prerequisite for dissecting the regulatory mechanisms of functional RNAs. Currently, expensive and time-consuming biological assays can only determine a very small portion of all RPIs, which calls for computational approaches to help biologists efficiently and correctly find candidate RPIs. Here, we integrated a successful computing algorithm, conjoint triad feature (CTF), and another method, chaos game representation (CGR), for representing RNA-protein pairs and by doing so developed a prediction model based on these representations and random forest (RF) classifiers. When testing two benchmark datasets, RPI369 and RPI2241, the combined method (CTF+CGR) showed some superiority compared with four existing tools. Especially on RPI2241, the CTF+CGR method improved prediction accuracy (ACC) from 0.91 (the best record of all published works) to 0.95. When independently testing a newly constructed dataset, RPI1449, which only contained experimentally validated RPIs released between 2014 and 2016, our method still showed some generalization capability with an ACC of 0.75. Accordingly, we believe that our hybrid CTF+CGR method will be an important tool for predicting RPIs in the future. RNA-Protein Interactions (RPIs) play significant roles in various post-transcriptional regulation processes, such as RNA splicing, RNA transport, RNA replication, and mRNA translation [1] [2] [3] [4] [5] [6] [7] [8] [9] . A variety of functional RNAs, such as microRNAs (miRNAs), long non-coding RNAs (lncRNAs) and enhancer RNAs (eRNAs), usually work biologically through RNA-Protein Complexes (RPC) formed by the interactions between RNA binding proteins (RBPs) and these RNA macromolecules. Invalid interactions or mispairing could lead to human disease [10, 11] or pathogen resistance in plants [12, 13] . Therefore, determining whether a given RNA and a given RNA binding protein can form interactions or not is an essential prerequisite for dissection of RNA functions and regulatory mechanisms. It is commonly believed that the best way to identify PRIs is to obtain the crystal structure of RPC by X-ray crystallography or Nuclear magnetic resonance (NMR) spectroscopy [14, 15] . Nowadays, there are 1973 RPI complexes available in the Protein Data Bank (PDB, as of March 2017), which contains over 15,000 protein chains and more than 3,000 RNA chains. However, according to research using high-throughput sequencing techniques (such as RNA-Seq), at least 30,000 lncRNAs were identified by 2013 [16] . This number will increase rapidly every year, and specifically, studies have identified over 60,000 eRNAs in 2015 [17, 18] . Obviously, the majority of those are not partnered with their target proteins (if they have partners), which calls for in silico prediction of RPIs. With the rapid development of both highthroughput sequencing techniques and machine-learning algorithms, an increasing number of biological problems demand bioinformatic methods to achieve satisfactory solutions. However, in the area of RPI identifications, the research history is brief, and there are not many existing computational tools [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] because of the scarcity of available data. The earliest work came from Pancaldi and Bähler in 2011 [19] , who analysed the relationship between 40 RBPs and their target mRNA for 11 properties (more than 100 unique properties in total) and then trained support vector machine (SVM) and random forest (RF) classifiers using these properties to predict the interactions between RBPs and mRNA. In the same year, Bellucci et al. [20] developed a tool, called catRAPID, to give rapid predictions of RPIs by training on 592 RNA-protein pairs from the PDB. They used the physicochemical properties of sequences as features and found three most predictive features: secondary structure propensities, hydrogen bonding, and van der Waals [20] . Thereafter, Muppirala et al. [21] employed an idea from the Protein-Protein Interaction (PPI) prediction area, called Conjoint Triad Feature (CTF), to formulate protein sequences and then used normalized 4-gram frequencies to encode RNA sequences. They also constructed two benchmark datasets, called RPI369 and RPI2241, from PRIDB (a database of protein-RNA interfaces) [22] and achieved remarkable prediction accuracies by using CTF and 4-gram features on these two datasets. Two years later, Wang et al. [23] proposed a novel extended naive-Bayes-classifier to predict RPIs using the similar features of Muppirala et al. [21] Similar to catRAPID, Lu et al. [24] used the secondary structure, hydrogen-bonding, and the Van der Waals' propensities as features and then employed matrix multiplication to give a score for each protein-lncRNA pairs obtained from the PDB database. In 2015, Suresh et al. [25] integrated sequence information and predicted structure together to produce an accurate prediction of non-coding RNA-protein pairs on a newly-constructed dataset, called RPI1807. When tested on the RPI369 and RPI2241 datasets mentioned above, some improvements were achieved on prediction accuracies. Recently, Corrado et al. [26] developed a recommender system, named RNAcommender, to suggest candidate mRNA targets to the given RBPs by considering the domain information of proteins and predicted the structural information of RNA on datasets from the AURA 2, [27] which is a comprehensive database of experimentally determined interactions between transcription factor and human and mouse UTRs (untranslated regions in mRNAs). In 2016, Akbaripour-Elahabad et al. [28] integrated repetitive patterns and sequence motifs together with other traditional sequence composition features to predict RPIs, and the comparisons with other methods showed improvements on several of the datasets used previously. Here, we propose a novel strategy by which integration of the successfully used CTF features and other important protein features, called chaos game representation (CGR), provides an accurate prediction of RPIs. To the best of our knowledge, there have been no reports in the area of RPI prediction that used the combination of CTF + CGR. CTF is a fundamental group of features to recognize the interaction of RNA and proteins and was shown to be successful in the majority of published prediction tools [21, 23, 25, 28] . Furthermore, CGR is an important group of features for protein studies and achieved remarkable results in many prediction tools [29] [30] [31] [32] [33] . Detailed comparisons with existing tools using RPI369 and RPI2241 demonstrated that the combinations of these two features indeed got achieved improvements, suggesting that our prediction model will be an important tool for RPI prediction. In this study, we focused on how to use CTF + CGR methods for predicting RPIs. The first task was to transform the raw protein and RNA sequences into appropriate numerical vectors, which can represent intrinsic properties of their interactions. Here, we studied five different groups of representations of protein and RNA sequences and tried to determine which representation was optimal for predicting RPIs. After that, another important task was to choose a powerful machine-learning algorithm or a classifier to discriminate true RPIs and non-RPIs based on the above representations. We employed random forest as our classifier, which had been proven as a successful tool for predicting RPIs [21, 24, 28] . Additionally, the 10-fold cross validation test was adopted for testing the prediction ability of five different models. For the first model, we used the fundamental feature set, Amino Acid Composition (AAC, 20dimension), for protein combined with Nucleotide Composition (NC, 4-dimension) for RNA as the background for comparisons. Then, four feature sets (CTF, CGR, CTF + CGR and CTF + CGR + AAC + NC) were run with RF to show the prediction results. Note that for CTF, the feature set contains 343 features of CTF protein and 256 features of CTF RNA (for details of these 256 features, please see the subsection 'Features of RNAs for prediction-Conjoint triad feature'), which leads to 599 features (i.e., 343 + 256) in the total CTF feature set. Similarly, for CGR, the feature set contains 24 features of CGR protein and 16 features of CGR RNA (for details of these 16 features, please see the subsection 'Features of RNAs for prediction-Chaos game representation'), which counts 40 features (i.e., 24 + 16) of CGR feature set. Finally, CTF + CGR feature set simply takes the CTF feature set and the CGR feature set together to form a combined feature set which contains 639 features (599 + 40) in total, and CTF + CGR + AAC + NC feature set takes the first three feature set together, which leads to 663 features (599 + 40 + 20 + 4) in all. Importantly, we used RF classifier separately on each feature representation as the training matrix and evaluated the corresponding predicting performance of each feature representation. We listed the detailed prediction results for RPI369 dataset in Table 1 , from which the fundamental feature set AAC + NC clearly demonstrated the highest prediction accuracy (ACC) with 0.6965. The feature set CTF produced a satisfactory result with ACC of 0.7954, which performed much better than AAC + NC. Interestingly, the prediction accuracy increases to 0.7995 with the combination of CTF + CGR, which implies that CTF and CGR are two complementary feature sets. Similarly, we listed the prediction results on RPI2241 dataset in Table 2 , from which we could find analogous patterns: the prediction accuracy of AAC + NC was lowest (ACC = 0.8134), and CTF + CGR + AAC + NC achieved better ACC of 0.8536. The encouraging result of CTF + CGR showed that the combination got significant improvement with ACC of 0.9520, which further confirmed that CTF and CGR were a powerful combinatory feature set for RPI prediction. We generated the ROC curves for the five models on RPI369 (Figure 1 (a)) and RPI2241 (Figure 1(b) ). The resulting AUC values showed some interesting results: on RPI369 dataset, the ACC value of a combination of CTF + CGR was optimal with 0.7995, but the AUC value was only 0.7842, which was smaller than that of CTF (0.8295). When turning to RPI2241 dataset, the AUC value of a combination of CTF + CGR achieved 0.9722, which was much larger than that of CTF (0.9163). The conclusion remains consistent comparing either AUC or ACC value, and the relatively low value of the combination of CTF + CGR can be explained by fewer samples in the RPI369 dataset. The two parameters (ntree and mtry) in the RF models vary significantly between the different datasets. For example, the value for mtry (the number of input variables randomly chosen at each split) is 476 for CTF, 15 for CGR, and 442 for the combination. Recall that the total dimensions of CTF, CGR and the combination are 599, 40 and To show the superiority of our method, comprehensive comparisons with four existing tools (Muppirala et al [21] ., Wang et al [23] ., RPI-Pred [25] , rpiCOOL [28] ) were listed in Table 3 . Among existing prediction methods, RPI-Pred [25] performed best of those tested on the RPI369 dataset, and rpiCOOL [28] performed better than others on the RPI2241dataset. Table 3 shows that our method achieved the second rank when testing on RPI369, and encouragingly, our method ranked first when testing on RPI2241. As RPI369 only contained 369 RNA-protein interaction pairs, the models developed on this small sample size will not guarantee generalization capability. In contrast, models developed on RPI2241 used more training samples and will be more reliable for prediction on blind samples (the samples with no experiment information). On this point, because our method achieved the best prediction accuracy of 0.95 on RPI2241, we believe that our method outperforms the four existing prediction tools. To test the generalization ability of our model, we constructed a new dataset, named RPI1449, [25] . to confirm that a given protein chain and RNA chain had physical interactions by identifying at least two atoms, one from protein and another from RNA, with an intermolecular distance less than 3.4 Å. From the above three criteria, 1449 RNA-protein pairs (in dataset RPI1449) were considered as the independent test dataset (see Table 4 ). For a blind independent test, all the 1449 newly built RNA-protein pairs were put into the prediction model, which was previously developed based on the RPI2241 dataset, and then recorded the corresponding prediction accuracy. Note that RPI2241 was built in 2011, while 1449 RNA-protein pairs were constructed based on the RNA-protein complexes that were released between 2014 and 2016 in the PDB database. Therefore, no overlap exists between these two datasets, and the experiment is called the blind independent test. We compared our prediction result with the method of Muppirala et al [21] . on the independent test using the measurement of accuracy. The comparison results are shown in Table 4 , which indicate that 1092 out of 1449 RNA-protein pairs were correctly predicted in the independent test, leading to a predicting accuracy of 0.7536. This value is about 3% higher than the accuracy rate produced using the method of Muppirala et al., which implies that our prediction model has generalization capability. In this paper, we used two datasets for training and testing. Now, RPI369 and RPI2241 are two famous benchmark datasets that were used in many previous studies [23] [24] [25] 28] for comparison. Here, we also use RPI369 and RPI2241 for training and testing our method. To download RPI369 and RPI2241 or inquire about detailed information, one can refer to Muppirala et al [21] . For feature extraction of protein sequences, each protein chain was formulated as a numerical vector that would be input into RF for classification. Here, we employed the following two methods for representing the protein chains: 1. Conjoint triad feature Conjoint triad feature (CTF) was a successful method for PPI prediction for its powerful ability to detect interaction interfaces [34] and was first applied to predict RPI by Muppirala et al [21] ., which produced some satisfactory results. It is noteworthy that almost all the subsequent studies used CTF as sequence features, or at least a part of features [23] [24] [25] 28] , and it has since become a dominant method in RPI prediction. Specifically (triad) within a given protein sequence and counts the triad frequencies by computing the occurrence numbers of all 343 triads (7 × 7 × 7) (Figure 2 ). Mathematically, we denote a protein sequence P with length L as Then, we consider all the successive three amino acids in P, that is P 1 P 2 P 3 ,P 2 P 3 P 4 , Á Á Á P 3 P 4 P 5 , . . ., P LÀ2 P LÀ1 P L , The CTF protein is defined as the normalized frequency of each triad in P, i.e., where f i ¼ m i LÀ2 , and m i is the occurrence number of the i-th triad μ i with each iði ¼ 1; 2; Á Á Á ; 343Þ. As a result, CTF protein encodes each protein sequence into a 343-dimensional numerical vector. 2. Chaos game representation Chaos game representation (CGR) is another important method to formulate protein sequence and was also successfully used in many protein studies [29] [30] [31] [32] [33] . It originally applied the idea of Iterated Function System (IFS) from the fractal theory for generating CGR picture of DNA sequence in 1990 [35] , and then was employed to generate CGR picture of protein sequence in 1997 [36] . Thereafter, several research studies have focused on how to extract useful features from CGR picture and showed that those extracted features played important roles in some protein studies [29] [30] [31] [32] [33] . Here, we adopt one group of the used features, called CGR-24, to formulate protein sequences [31] [32] [33] . More precisely, we first draw a 12-sided regular polygon with each vertex representing a specific group of amino acids (Figure 3) . Then, we set the centre of polygon as the initial point, and when we read an alphabet from a given protein sequence with length L in order, a new point was drawn half way between the initial point and the vertex labelled by this alphabet. Next, we set the point just drawn to be the new initial point, and subsequently, L points can be drawn with such iteration. Mathematically, the coordinates of all 12 vertexes (V k ðx; yÞ; k ¼ 1; 2; Á Á Á 12) can be computed as (V 1 ð1; 0Þ as the first vertex of the polygon): The coordinates of L successively-drawn points (CGR i ðx; yÞ; i ¼ 1; 2; Á Á Á ; L) can be given by: Finally, we divide the whole polygon into 24 segments that are labelled in Figure 3 , and CGR-24 counts the point frequencies of all 24 segments. Under this procedure, CGR-24 transforms a given protein sequence into a 24-dimensional numerical vector. For more detailed information of CGR-24 features, one can refer to some previous studies [31] [32] [33] . In this section, we describe how to formulate RNA chains by CTF RNA and CGR-16 methods. 1. Conjoint triad feature Similar to the algorithm of protein, CTF of a RNA chain considers all the successive four bases in a given RNA sequence and counts the occurrence frequencies of all 4 × 4 × 4 × 4 = 256 4-mer types ( Figure 4) . Mathematically, we denote a RNA sequence ω with N bases as Then, we consider all the successive four bases in ω, The CTF RNA features is defined as the normalized frequency of each 4-mer in ω, i.e., (2) where f i ¼ n i NÀ2 , and n i is the occurrence number of the i-th 4-mer ν i with each iði ¼ 1; 2; Á Á Á ; 256Þ. This way, CTF RNA encodes each RNA sequence into a 256-dimensional numerical vector. 2. Chaos game representation The drawing algorithm of CGR picture of RNA is almost the same as that of protein, and the only difference is that the 12-sided regular polygon is replaced by a square with four vertexes representing A, C, G, U ( Figure 5) . Mathematically, the coordinates of four vertexes are denoted as V 1 ð0; 0Þ,V 2 ð1; 0Þ,V 3 ð1; 1Þ,V 4 ð0; 1Þ, and the coordinates of successively-drawn points can be given by: Finally, we divide the whole square into 16 segments, as is shown in Figure 5 , and then CGR-16 counts the occurrence frequencies of all 16 segments. More precisely, all 16 segments are denoted by S k ; k ¼ 1; 2; Á Á Á ; 16, and also denote L k ; k ¼ 1; 2; Á Á Á ; 16 to be the number of points that fall into S k . Then set to be the occurrence frequencies of all 16 segments. This way, CGR-16 encodes each RNA sequence as a 16-dimensional vectorðD 1 ; D 2 ; Á Á Á ; D 16 Þ. Random forest (RF) is a popular machinelearning method for classification or regression tasks. There are two advantages of RF: 1) easy training that requires researchers to tune only two internal parameters, 'ntree and mtry' during the training approach, and 2) powerful prediction ability on various datasets when comparing other machine-learning or statistical methods. These properties have helped make RF become one of the most successful machine-learning tools in the last two decades. Actually, it is an ensemble machine learning method whose prediction result is voted by a certain number of decision trees. Each tree is independently constructed with a bootstrap sample of the training set. Additionally, comprehensive theory and wide applications of RF can be found in a famous paper written by Breiman [37] . Here, we adopt a MATLAB toolbox of RF, which is available at http://code. google.com/p/randomforest-matlab/, to train and test our model. We chose the optimal combination of the two parameters of 'ntree' in [300,500] and mtry in [1,n] (n is the number of the total features in that dataset) and adopted the grid optimization to find the globe optimal solution. For evaluating the predicting performance, we adopted 10-fold cross-validation [38] to examine its' effectiveness. Additionally, performance of our predictor is quantitatively measured by the following common-used indexes: sensitivity (Sens), specificity (Spec), accuracy (ACC) and Matthew's correlation coefficient (MCC) value, which are calculated as: Importantly, the ROC curves and the corresponding area under the curve (AUC) is another important index for testing the balance between true positive and false positive rates. In total, we used five indexes (Sens, Spec, ACC, MCC, AUC) for comprehensively measuring the predicting performance of a given predictor (see Tables 1 and 2 ). In this paper, we integrated CTF and CGR to give appropriate representations of RNA-protein interaction pairs and developed a prediction model of RPIs based on these representations and random forest. A number of previous studies all used CTF as representations of RNA-protein pairs and achieved remarkable prediction performances [21, 23, 25] ; CTF was considered the most important feature for RPI prediction. Up to this point, our work has shown that prediction performance can be significantly improved by adding CGR representations, which is the most significant finding of our current study. For detailed information of prediction results, when training and cross validating two benchmark datasets, RPI369 and RPI2241, the combined representation of CTF + CGR achieved the best prediction performance. Compared with four existing tools [21, 23, 25, 28] , the prediction model constructed from the combinatorial features of CTF + CGR showed some improvements, especially on RPI2241. Furthermore, a new independent testing dataset, RPI1449, was built using new experimentally validated RNA-protein interactions, and a blind independent test was performed. The corresponding prediction accuracy of 0.7536 demonstrated that our method has some generalization capability. In conclusion, the combinational representation of CTF + CGR appears to be a powerful method for RPI prediction, and our model based on CTF + CGR and random forest may prove to be an important tool for prediction of RPIs. RNA processing and its regulation: global insights into biological networks Deciphering the role of RNA-binding proteins in the post-transcriptional control of gene expression RNA-binding proteins and post-transcriptional gene regulation Post-transcriptional control of gene expression: a genome-wide perspective The RNAbinding proteomes from yeast to man harbour conserved enigmRBPs PTRcombiner: mining combinatorial regulation of gene expression from post-transcriptional interaction maps Evolution and functions of long noncoding RNAs The role of long noncoding RNAs in the epigenetic control of gene expression Long non-coding RNAs: insights into functions RNA-RNA and RNA-protein interactions in coronavirus replication and transcription Emerging roles of RNA and RNA-binding protein network in cancer cells Genome-wide analysis of RNA-protein interactions in plants Silencing and innate immunity in plant defense against viral and non-viral pathogens Crystal structure of rhodopsin: A G protein-coupled receptor Highresolution crystal structure of an engineered human beta2-adrenergic G protein-coupled receptor Structure and function of long noncoding RNAs in epigenetic regulation An atlas of active enhancers across human cell types and tissues Transcribed enhancers lead waves of coordinated transcription in transitioning mammalian cells In silico characterization and prediction of global protein-mRNA interactions in yeast Predicting protein associations with long noncoding RNAs Predicting RNA-protein Interactions Using Only Sequence Information BMC Bioinformatics PRIDB: a Protein-RNA Interface database De novo prediction of RNA-protein interactions from sequence information Computational prediction of associations between long non-coding RNAs and proteins RPI-Pred: predicting ncRNA-protein interaction using sequence and structural information RNAcommender: genome-wide recommendation of RNA-protein interactions AURA 2: empowering discovery of post-transcriptional networks A tool for In Silico RNA-protein interaction detection using random forest Chaos game representation of protein sequences based on the detailed HP model and their multifractal and correlation analyses Prediction of protein structural classes by recurrence quantification analysis based on chaos game representation Predicting thermophilic proteins with pseudo amino acid composition: approached from chaos game representation and principal component analysis A new hybrid fractal algorithm for predicting thermophilic nucleotide sequences Predicting DNA binding proteins using support vector machine with hybrid fractal features Predicting protein-protein interactions based only on sequences information Chaos game representation of gene structure Chaos game representation of proteins Random forests Review: prediction of protein structural classes Hongchu Wang was partially supported by the high-performance computing platform of South China Normal University and Guangdong Engineering Research Center for Data Science. No potential conflict of interest was reported by the authors.