Skip to main content
Nucleic Acids Research logoLink to Nucleic Acids Research
. 2016 May 12;44(Web Server issue):W488–W493. doi: 10.1093/nar/gkw409

MoRFchibi SYSTEM: software tools for the identification of MoRFs in protein sequences

Nawar Malhis 1,*, Matthew Jacobson 1, Jörg Gsponer 1,2,*
PMCID: PMC4987941  PMID: 27174932

Abstract

Molecular recognition features, MoRFs, are short segments within longer disordered protein regions that bind to globular protein domains in a process known as disorder-to-order transition. MoRFs have been found to play a significant role in signaling and regulatory processes in cells. High-confidence computational identification of MoRFs remains an important challenge. In this work, we introduce MoRFchibi SYSTEM that contains three MoRF predictors: MoRFCHiBi, a basic predictor best suited as a component in other applications, MoRFCHiBi_Light, ideal for high-throughput predictions and MoRFCHiBi_Web, slower than the other two but best for high accuracy predictions. Results show that MoRFchibi SYSTEM provides more than double the precision of other predictors. MoRFchibi SYSTEM is available in three different forms: as HTML web server, RESTful web server and downloadable software at: http://www.chibi.ubc.ca/faculty/joerg-gsponer/gsponer-lab/software/morf_chibi/

INTRODUCTION

Protein–protein interactions (PPIs) play essential rolls in most biological processes in cells. Work in the last two decades has revealed that intrinsically disordered protein regions (IDRs) mediate many interactions as their structural flexibility enables them to ideally fit their target domain's binding surfaces (1). Currently, IDR binding sites are classified under two overlapping categories: short linear motifs (SLiMs) (2) and molecular recognition features or elements (MoRFs) (3). SLiMs are defined as conserved, short (3–10 amino acids) linear motifs that can mediate PPIs and other types of interactions (2). Importantly, SLiMs are not only found in IDRs, about 20% of known SLiMs are located in globular protein domains (2). MoRFs, on the other hand, are strictly located within IDRs. Additionally, MoRFs undergo disorder-to-order transitions upon binding to partners (37). Based on the structure they adopt upon binding, MoRFs are sub-categorized into three basic groups: α-MoRFs (form α-helices upon binding), β-MoRFs (form β-strands) and ι-MoRFs (form irregular structures) (8). While most MoRFs are shorter than 25 residues, some MoRFs are 50 or more residues long. MoRFs are found in proteins that are involved in diverse cellular processes in all three domains of life (8).

High accuracy computational identification of MoRFs remains a significant challenge in computational biology. A number of MoRF identification tools are currently available including ANCHOR (9), MoRFpred (10), fMoRFpred (8), MFSPSSMpred (11), DISOPRED3 (12), MoRFCHiBi (13) and MoRFCHiBi_Web (14). ANCHOR predicts MoRFs by estimating interaction energies between residues. MoRFpred and fMoRFpred utilize SVM models (and multiple sequence alignment for MoRFpred) in their predictions. MFSPSSMpred and DISOPRED3 predict MoRFs based on a SVM model with RBF kernel. MoRFCHiBi utilizes two SVM models with sigmoid and RBF kernels to predict MoRFs relying on local physiochemical sequence properties. MoRFCHiBi_Web predictions are generated by hierarchically incorporating scores of MoRFCHiBi with those of IDR predictions and conservation assessments using Bayes rule. While the prediction precisions of the first five general MoRF predictors are about equal, MoRFCHiBi_Web provides more than twice that precision. Other tools only target categories of MoRFs, including α-MoRF-Pred-I (15) and α-MoRF-Pred-II (16) that identify α-MoRFs, and retro-MoRF (17) that targets MoRFs with high sequence similarity to already known MoRFs or their reversed sequences. Furthermore, the recently developed DisoRDPbind method has an extended target space that covers intrinsically disordered regions involved in interactions with any type of partner including protein, RNA or DNA (18).

In this work, we introduce MoRFchibi SYSTEM, a series of MoRF predictors that serve different purposes and users. MoRFchibi SYSTEM includes these predictors in three forms: as HTML server, RESTful web server and downloadable software.

MATERIALS AND METHODS

Method

MoRFchibi SYSTEM includes three separate MoRF predictors; MoRFCHiBi, MoRFCHiBi_Light and MoRFCHiBi_Web (Figure 1).

Figure 1.

Figure 1.

MoRFchibi SYSTEM. MoRFchibi SYSTEM contains predictors that use and integrate different data sources.

MoRFCHiBi relies on two SVMs modules to predict MoRFs based solely on local physicochemical sequence properties. MoRFCHiBi is the least accurate choice in MoRFchibi SYSTEM. It processes more than 11 000 residues per minute (please see the benchmarking section and (13)).

MoRFCHiBi_Light utilizes Bayes rule to incorporate MoRFCHiBi scores with disorder scores generated by ESpritz (19). MoRFCHiBi_Light is significantly more accurate than MoRFCHiBi and it is the most accurate in targeting longer MoRF sequences among MoRFchibi SYSTEM predictors (MoRFs with more than 30 residues, see the ‘Benchmarking’ section). MoRFCHiBi_Light processes more than 10 500 residues per minute.

MoRFCHiBi_Web predictions are the most accurate in the MoRFchibi SYSTEM (please see the ‘Benchmarking’ section). They are generated by supplementing MoRFCHiBi with disorder and conservation information. As functional elements, MoRFs are more conserved compared to other parts of IDRs (20, 21). Therefore, an initial conservation score (ICS) is assembled by incorporating three values from the PSI-BLAST (22) position specific scoring matrixes (PSSMs) using Bayes rule. Then, a MoRF conservation score (MCS) is obtained by processing ICS with intrinsic disorder predictions (IDP) (14). MoRFDC is then computed by combining the MCS and intrinsic disorder predictions using Bayes rule. And finally, Bayes rule is used again to generate MoRFCHiBi_Web from MoRFDC and MoRFCHiBi. MoRFCHiBi_Web processes ∼500 residues per minute.

Datasets

One major challenge in the development of MoRF predictors is the sparseness of experimentally verified MoRFs that can be used for training and testing. To overcome this problem, the authors of MoRFpred (10) implemented an approach similar to that introduced by Mohan et al. (3), who searched the Protein Data Bank (23) for short peptides (potential MoRFs) that are in complex with longer protein partners (presumably globular domains). Disfani et al. (10) collected 885 sequences, each annotated by a single 6–25 residue long MoRF, and divided these sequences into a training set, TRAINING_HT and a test set, TEST_HT, such that sequences in TRAINING_HT share <30% identity with those in TEST_HT. TRAINING_HT, contains 421 sequences with 245 984 residues, 5396 of them in MoRFs and TEST_HT, contains 464 sequences with 296 362 residues, 5779 of them in MoRFs. (_HT; for high-throughput collection).

Although the large number of sequences in TEST_HT provides more robustness in the evaluation, this set is not ideal because most of its MoRFs are not experimentally validated to be disordered in isolation, it includes many homologous sequences (redundant), and each sequence is only annotated by a single MoRF (under annotated). Therefore, we assembled a second test set, TEST_EXP53. First, we joined four test sets that have previously been collected by the authors of ANCHOR (9), MoRFpred (10) and DISOPRED3 (12). MoRFs in these sets have been experimentally validated for their disordered character in isolation. Then we filtered out sequences with more than 30% identity to TRAINING_HT, as well as redundant sequences at a 30% identity cut-off. TEST_EXP53 has 53 sequences with a total of 2432 MoRF residues that we further divided into 729 from short MoRF sections (up to 30 residues) and 1703 from long MoRF sections (more than 30 residues). Importantly, in contrast to TEST_HT where each sequence is annotated by a single MoRF even if more may be present, sequences in TEST_EXP53 are annotated with all known MoRFs.

We also used a third test set, TEST_EXP9, to compare the prediction quality of the MoRFchibi SYSTEM predictors with that of MFSPSSMpred and DISOPRED3. These two SVM-RBF predictors are trained on an extended set of MoRFs including most of those found in our TEST_HT and TEST_EXP53 sets. The nine sequences of TEST_EXP9, collected by the authors of DISOPRED3, are not homologous to any sequence used in the training of DISOPRED3, MFSPSSMpred and the predictors of MoRFchibi SYSTEM. MoRFs in TEST_EXP9 have been experimentally validated to be disordered in the unbound state. TEST_EXP9 includes 12 MoRFs with 163 MoRF residues.

BENCHMARKING

In the following, we will first summarize the comparison between the predictions made with MoRFchibi SYSTEM and other available servers. Details of this comparison can be found in Malhis et al. (14). Then, we will provide recommendations for the user of MoRFchibi SYSTEM based on results from this comparison.

Using TEST_HT and TEST_EXP53, we evaluated MoRFchibi SYSTEM predictions and compared them with those made by the most frequently used MoRF predictors in the field, MoRFpred, fMoRFpred and ANCHOR (Tables 13). Then, we used the much smaller TEST_EXP9 set to compare performances with those of MFSPSSMpred and DISOPRED3 (Table 4). We compared the area under the curve (AUC, in Table 1), the prediction specificity at given sensitivities (Tables 2 and 4) and the precision as a function of different sensitivities (Table 3).

Table 1. AUC results.

Dataset MoRFCHiBi_Web MoRFCHiBi_Light MoRFCHiBi fMoRFpred MoRFpred ANCHOR
TEST_EXP 0.894, 0.755 0.868, 0.770 0.790, 0.679 0.662, 0.655 0.673, 0.598 0.683, 0.586
TEST_HT 0.806 0.777 0.743 0.646 0.675 0.605

AUC values of MoRFchibi SYSTEM predictors compared to those of fMoRFpred, MoRFpred, and ANCHOR using TEST_EXP53 and TEST_HT. We evaluated MoRF predictions for short MoRFs (up to 30 residues) separately from long MoRFs (more than 30 residues). Thus, AUC results for the TEST_EXP53 set are in the form: short, long.

Table 3. Precision as a function of sensitivity.

Precision [Naïve precisions are (0.031, 0.070)]
Sensitivity MoRFCHiBi_Web MoRFCHiBi_Light MoRFCHiBi fMoRFpred MoRFpred ANCHOR
0.2 0.40, 0.44 0.34, 0.47 0.39, 0.28 0.11, 0.16 0.10, 0.13 0.08, 0.10
0.4 0.29, 0.25 0.21, 0.26 0.16, 0.15 0.06, 0.13 0.08, 0.11 0.07, 0.09

Precision as a function of sensitivity computed on the TEST_EXP53 set (short, long) for MoRFCHiBi_Web, MoRFCHiBi_Light, and MoRFCHiBi, compared to fMoRFpred, MoRFpred, and ANCHOR.

Table 4. Comparing with MFSPSSM and DISOPRED3.

Specificity
Sensitivity MoRFCHiBi_Web MoRFCHiBi_Light MoRFCHiBi MFSPSSMpred DISOPRED3
0.147 0.990 0.993 0.996 0.958
0.206 0.988 0.989 0.980 0.900

Specificity as a function of sensitivity computed on the TEST_EXP9 set for MoRFCHiBi_Web, MoRFCHiBi_Light, and MoRFCHiBi compared to MFSPSSMpred and DISOPRED3. Sensitivity and specificity values for the latter two predictors were taken from Jones and Cozzetto (12).

Table 2. Specificity as a function of sensitivity.

Specificity (short, long)
Sensitivity MoRFCHiBi_Web MoRFCHiBi_Light MoRFCHiBi fMoRFpred MoRFpred ANCHOR
0.2 0.990, 0.980 0.987, 0.983 0.989, 0.961 0.947, 0.924 0.941, 0.901 0.930, 0.872
0.4 0.968, 0.911 0.952, 0.914 0.935, 0.834 0.816, 0.803 0.846, 0.748 0.825, 0.690

Specificity as a function of sensitivity computed on the TEST_EXP53 set (short, long) for MoRFCHiBi_Web, MoRFCHiBi_Light, and MoRFCHiBi compared to that of fMoRFpred, MoRFpred, and ANCHOR.

These comparisons reveal that all three MoRFchibi SYSTEM predictors perform better than other methods regardless of which evaluation metric is used. Importantly, MoRFCHiBi_Web generated less than half the false positive rate for the same true positive rate at any practical threshold values (see (14)). The comparison (Tables 13) also reveals that MoRFchibi SYSTEM predictors, MoRFpred, fMoRFpred and ANCHOR identify short MoRFs better than long ones. This may be expected as all these predictors were trained on datasets that contain only short MoRFs. The results on TEST_EXP53 further reveal a limited contribution of conservation information to the identification of long MoRFs. MoRFCHiBi_Web, which uses conservation information, does not perform as well in the identification of long MoRFs as MoRFCHiBi_Light, which may suggest that the percentage of conserved residues in long MoRFs is lower than that in short MoRFs.

For MoRF predictors that are based on machine learning, the problem of over scoring MoRFs that are very similar to those used in its training can lead to novel MoRFs being masked by those over scored training MoRFs. With only one of the four sub-components of MoRFCHiBi_Web directly trained on its training data (13), MoRFCHiBi_Web provides high scoring consistency compared to single module predictors. To measure this consistency, we compared the MoRFCHiBi_Web performance on its training set TRAINING_HT to that on the TEST_HT. Results show only a small difference in MoRFCHiBi_Web performances between the two sets (an AUC of 0.825 for TRAINING_HT versus 0.806 for TEST_HT).

Based on these results and the processing speeds (see above) of the different MoRFchibi SYSTEM predictors, the following recommendations for users can be made:

MoRFCHiBi_Web is the most accurate in MoRFchibi SYSTEM and outperforms previously developed predictors significantly (significance assessed with t-Test; all P-values are available on the server's webpage). However, it is rather slow because the calculation of conservation scores requires a time consuming multiple sequence alignment step. Thus it is most appropriate for low-throughput, high-accuracy MoRF predictions. It is particularly strong in the search for short (<30 residues) MoRFs.

MoRFCHiBi_Light is not far behind MoRFCHiBi_Web in terms of its prediction performance. However, it is much faster and, therefore, most appropriate for high-throughput MoRF predictions. It shows a small advantage over MoRFCHiBi_Web in the search for long (>30) MoRFs (Tables 13).

MoRFCHiBi, is the least accurate among the three MoRFchibi SYSTEM predictors but still superior to the other available predictors. As its predictions are solely based on information learned from a training set of MoRFs, it is least likely to interfere with other parts when integrated into multi-unit bioinformatics tools. It is also the fastest in MoRFchibi SYSTEM.

SERVER DESCRIPTION

Input

The input for MoRFchibi SYSTEM is the primary amino acid sequence in fasta format. To balance priorities of different users, requests to the HTML and the RESTful web servers are limited to a single sequence each. However, there is no limit on the number of sequences that can be processed in each run of the downloadable software.

Output

The output is presented in two different forms: a downloadable text table and an interactive graphic chart. Six propensity scores are generated for each residue in the query sequence:

  1. The three MoRFchibi SYSTEM predictions: MoRFCHiBi_Web (MCW), MoRFCHiBi_Light (MCL) and MoRFCHiBi (MC).

  2. The intrinsic disorder prediction (IDP) based on ESpritz.

  3. The initial conservation propensity score (ICS) (14).

  4. Another MoRF prediction MoRFDC (MDC) that is based on the combination of the disorder prediction and the ICS (see ‘Method’ section and (14)).

Each of these scores is normalized to approximately fit a Gaussian probability density function specified by the normal distribution N(0.5, 0.01) and is limited to the range [0..1] as described in the article (14). In addition, the downloadable release includes two high-throughput options, one only generates the MC scores, and the other generates the MC and the MCL scores.

Usage example

The CD3E human protein P07766 has a disordered region at its C-terminus (residues 153–207) (24). This IDR includes a MoRF that covers residues 180–202 (PDB: 1A81_B and PDB: 2ROL_B). MoRF propensity scores generated by MoRFCHiBi (MC), which are based on the local physicochemical properties of the sequence, correctly identify this MoRF region (Figure 2, green curve). However, MoRFCHiBi scores for residues 80–117 and 142–164 are similarly high. Combining disorder predictions and conservation information in the MoRFDC (MDC, purple curve) provides high prediction scores for the region 170–200, which is longer than the actual MoRF. The integration of the MoRFCHiBi and MoRFDC scores in MoRFCHiBi_Web (MCW, red curve) provides the best result with a clearly distinct peak in the score chart between residues 180–202, which is where the MoRF is located.

Figure 2.

Figure 2.

Graph from the HTML server for the predictions of the CD3E_HUMAN protein. The propensity scores provided by MoRFCHiBi_Web (MCW), MoRFCHiBi (MC), MoRFDC (MDC) and the intrinsic disorder protein prediction (IDP) are shown in red, green, purple and blue, respectively. MoRFCHiBi_Light (MCL) and conservation (ICS) are switched off.

The CHiBi server overview

Once a query sequence is submitted to either the HTML or the RESTful web servers, a job object is created and a URL address pointing to its future results is returned to the client. To prevent being dominated by a large number of query sequences from a single ‘client’ (defined below), each server utilizes a two tiers queue structure (Figure 3). Jobs are inserted into the first-in first-out server queue while the job at the top of the queue is been processed by the MoRFchibi SYSTEM software. Each client can place up to two jobs in the server queue, if more sequences are submitted by a single client, extra jobs are placed temporarily in that client's private queue. Once a client job at the top of the server queue is completed, it will be released from the queue and the job at the top of that client queue (when exist) will be moved by the job manager to the tail of the server queue. Client queues are located on the server, thus, once the links to the future result pages are secured, users can safely disconnect from the server.

Figure 3.

Figure 3.

An example for the MoRFchibi SYSTEM two tiers queue structure. Eight jobs are in the server queue, two from each client. The ‘red’ client's job at the top of the server queue [P04777] is being processed by the MoRFchibi SYSTEM software. Jobs in the ‘completed Jobs’ section (top right) can be accessed through their associated URL links. Once [P04777] is completed, it will be released from the server queue and the job at the top of the ‘red’ client queue [Q98XH7] will be moved by the Job Manager to the tail of the server queue.

Two main differences exist between the HTML and the RESTful servers: first, clients in the HTML server are browser sessions, and they are IP addresses in the RESTful web server. Second, in the HTML server, client queues are not limited in size, and they are limited to 200 jobs in the RESTful web server.

FINAL REMARKS

In this paper, we introduced MoRFchibi SYSTEM, a set of software tools for identifying MoRF locations in amino acid sequences. MoRFchibi SYSTEM includes three predictors: MoRFCHiBi which is best suited as a component predictor in other applications, MoRFCHiBi_Light, which was built to process large datasets and MoRFCHiBi_Web which is best suited for high accuracy predictions in small and medium size datasets. In addition, MoRFCHiBi_Web provides scoring consistency so that novel MoRFs are not overshadowed by those used in its training. MoRFchibi SYSTEM is available in three forms: a HTML server, a RESTful web server and a downloadable software. Compared to the beta versions associated with (13) and (14), this full release of MoRFchibi SYSTEM includes MoRFCHiBi_Light, a RESTful web server with a template interface code in Python and a downloadable software package with all three MoRFchibi SYSTEM predictors. MoRFchibi SYSTEM is fully documented, including a tutorial video that covers the principles of its three predictors. Furthermore, a number of extra features are added (see the overview on the server's webpage) and most of the original C++ code has been rewritten in order to increase the processing speed, e.g. the new MoRFCHiBi provided here has about twice the processing speed of the beta version associated with (13).

FUNDING

Canadian Institutes of Health Research (CIHR); Natural Sciences and Engineering Research Council of Canada (NSERC); Genome Canada and Genome BC [175REG to J.G.]; Michael Smith Foundation for Health Research (MSFHR) [CI-SCH-03020(11-1) to J.G.]. Funding for open access charge: CIHR; NSERC; Genome Canada and Genome BC [175REG to J.G.]; MSFHR [CI-SCH-03020(11-1) to J.G.].

Conflict of interest statement. None declared.

REFERENCES

  • 1.Babu M., Lee R.V.D., DeGroot N.S., Gsponer J. Intrinsically disordered proteins: regulation and disease. Curr. Opin. Struct. Biol. 2011;21:1–9. doi: 10.1016/j.sbi.2011.03.011. [DOI] [PubMed] [Google Scholar]
  • 2.Weatheritt R.J., Gibson T.J. Linear motifs: lost in (pre)translation. Trends Biochem. Sci. 2012;37:333–341. doi: 10.1016/j.tibs.2012.05.001. [DOI] [PubMed] [Google Scholar]
  • 3.Mohan A., Oldfield C.J., Radivojac P., Vacic V., Cortese M.S., Dunker A.K., Uversky V.N. Analysis of molecular recognition features (MoRFs) J. Mol. Biol. 2006;362:1043–1059. doi: 10.1016/j.jmb.2006.07.087. [DOI] [PubMed] [Google Scholar]
  • 4.Cumberworth A., Lamour G., Babu M.M., Gsponer J. Promiscuity as a functional trait: intrinsically disordered regions as central players of interactomes. Biochem. J. 2013;454:361–369. doi: 10.1042/BJ20130545. [DOI] [PubMed] [Google Scholar]
  • 5.Oldfield C.J., Cheng Y., Cortese M.S., Romero P., Uversky V.N., Dunker A.K. Coupled folding and binding with alpha-helix-forming molecular recognition elements. Biochemistry. 2005;44:12454–12470. doi: 10.1021/bi050736e. [DOI] [PubMed] [Google Scholar]
  • 6.Vacic V., Oldfield C.J., Mohan A., Radivojac P., Cortese M.S., Uversky V.N., Dunker A.K. Characterization of molecular recognition features, MoRFs, and their binding partners. J. Proteome Res. 2007;6:2351–2366. doi: 10.1021/pr0701411. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 7.Cheng Y., Oldfield C.J., Meng J., Romero P., Uversky V.N., Dunker A.K. Mining alpha-helix-forming molecular recognition features with cross species sequence alignments. Biochemistry. 2007;46:13468–13477. doi: 10.1021/bi7012273. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 8.Yan J., Dunker A.K., Uversky V., Kurgan L. Molecular recognition features (MoRFs) in three domains of life. Mol. BioSyst. 2016;12:697–710. doi: 10.1039/c5mb00640f. [DOI] [PubMed] [Google Scholar]
  • 9.Mészáros B., Simon I., Dosztányi Z. Prediction of protein binding regions in disordered proteins. PLoS Comput. Biol. 2009;5:e1000376. doi: 10.1371/journal.pcbi.1000376. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 10.Disfani F.M., Hsu W.L., Mizianty M.J., Oldfield C.J., Xue B., Dunker A.K., et al. MoRFpred, a computational tool for sequence-based prediction and characterization of short disorder-to-order transitioning binding regions in proteins. Bioinformatics. 2012;28:i75–i83. doi: 10.1093/bioinformatics/bts209. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 11.Fang C., Noguchi T., Tominaga D., Yamana H. MFSPSSMpred: identifying short disorder-to-order binding regions in disordered proteins based on contextual local evolutionary conservation. BMC Bioinformatics. 2013;14:300. doi: 10.1186/1471-2105-14-300. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 12.Jones D.T., Cozzetto D. DISOPRED3: precise disordered region predictions with annotated protein-binding activity. Bioinformatics. 2015;31:857–863. doi: 10.1093/bioinformatics/btu744. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 13.Malhis N., Gsponer J. Computational identification of MoRFs in protein sequences. Bioinformatics. 2015;31:1738–1744. doi: 10.1093/bioinformatics/btv060. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Malhis N., Wong T.C.E., Nassar R., Gsponer J. Computational identification of MoRFs in protein sequences using hierarchical application of bayes rule. PLoS One. 2015;10 doi: 10.1371/journal.pone.0141603. doi:10.1371/journal.pone.0141603. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 15.Oldfield C.J., Cheng Y., Cortese M.S., Romero P., Uversky V.N., Dunker A.K. Coupled folding and binding with alpha-helix-forming molecular recognition elements. Biochemistry. 2005;44:12454–12470. doi: 10.1021/bi050736e. [DOI] [PubMed] [Google Scholar]
  • 16.Cheng Y., Oldfield C.J., Meng J., Romero P., Uversky V.N., Dunker A.K. Mining alpha-helix-forming molecular recognition features with cross species sequence alignments. Biochemistry. 2007;46:13468–13477. doi: 10.1021/bi7012273. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Xue B., Dunker A.K., Uversky V.N. Retro-MoRFs: identifying protein binding sites by normal and reverse alignment and intrinsic disorder prediction. Int. J. Mol. Sci. 2010;11:3725–3747. doi: 10.3390/ijms11103725. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.Peng Z., Kurgan L. High-throughput prediction of RNA, DNA and protein binding regions mediated by intrinsic disorder. Nucleic Acids Res. 2015;43:e121. doi: 10.1093/nar/gkv585. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 19.Walsh I., Martin A.J., Di Domenico T., Tosatto S.C. ESpritz: accurate and fast prediction of protein disorder. Bioinformatics. 2012;28:503–509. doi: 10.1093/bioinformatics/btr682. [DOI] [PubMed] [Google Scholar]
  • 20.Mészáros B., Tompa P., Simon I., Dosztányi Z. Molecular Principles of the Interactions of Disordered Proteins. JMB. 2007;372:549–561. doi: 10.1016/j.jmb.2007.07.004. [DOI] [PubMed] [Google Scholar]
  • 21.Trudeau T., Nassar R., Cumberworth A., Wong E.T.C., Woollard G., Gsponer J. Structure and intrinsic disorder in protein autoinhibition. Structure. 2013;21:332–341. doi: 10.1016/j.str.2012.12.013. [DOI] [PubMed] [Google Scholar]
  • 22.Altschul S.F., Madden T.L., Schäffer A.A., Zhang J., Zhang Z., Miller W., Lipman D.J. Gapped BLAST and PSI-BLAST: a new generation of protein database search programs. Nucl. Acids Res. 1997;25:3389–3402. doi: 10.1093/nar/25.17.3389. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Berman H.M., Westbrook J., Feng Z., Gilliland G., Bhat T.N., Weissig H., Shindyalov I.N., Bourne P.E. The Protein Data Bank. Nucleic Acids Res. 2000;28:235–242. doi: 10.1093/nar/28.1.235. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Sigalov A., Aivazian D., Stern L. Homooligomerization of the cytoplasmic domain of the T cell receptor zeta chain and of other proteins containing the immunoreceptor tyrosine-based activation motif. Biochemistry. 2004;43:2049–2061. doi: 10.1021/bi035900h. [DOI] [PubMed] [Google Scholar]

Articles from Nucleic Acids Research are provided here courtesy of Oxford University Press

RESOURCES