Skip to main content

MultiSETTER: web server for multiple RNA structure comparison

Abstract

Background

Understanding the architecture and function of RNA molecules requires methods for comparing and analyzing their tertiary and quaternary structures. While structural superposition of short RNAs is achievable in a reasonable time, large structures represent much bigger challenge. Therefore, we have developed a fast and accurate algorithm for RNA pairwise structure superposition called SETTER and implemented it in the SETTER web server. However, though biological relationships can be inferred by a pairwise structure alignment, key features preserved by evolution can be identified only from a multiple structure alignment. Thus, we extended the SETTER algorithm to the alignment of multiple RNA structures and developed the MultiSETTER algorithm.

Results

In this paper, we present the updated version of the SETTER web server that implements a user friendly interface to the MultiSETTER algorithm. The server accepts RNA structures either as the list of PDB IDs or as user-defined PDB files. After the superposition is computed, structures are visualized in 3D and several reports and statistics are generated.

Conclusion

To the best of our knowledge, the MultiSETTER web server is the first publicly available tool for a multiple RNA structure alignment. The MultiSETTER server offers the visual inspection of an alignment in 3D space which may reveal structural and functional relationships not captured by other multiple alignment methods based either on a sequence or on secondary structure motifs.

Background

RNA structure hierarchy consists of primary, secondary and tertiary levels [1]. Primary structure is given as the sequence of four nucleotides A, U, G and C that are, within one chain, connected through a phospohodiester bond. Secondary structure is defined by base-pairing patterns and consists of canonically base-paired helices (called stems) combined with various types of non-paired regions (called loops). Secondary structure elements can be predicted from the sequence by a variety of computational approaches [25]. The overall 3D structure of an RNA molecule is known as a tertiary structure and is formed by long-range interactions between distant loops stabilized by canonical and noncanonical base-pairs, base stacking, cations or weak interactions [6, 7].

The role of RNA is largely determined by its tertiary structure and the comparison of 3D RNA structures is, thus, an effective tool for studying RNA function and evolutionary relationships. Several methods and servers for pairwise RNA structure comparison and alignment exist, including ARTS [8, 9], DIAL [10], iPARTS [11], SARA [12, 13], SARSA [14], Rclick [15, 16], R3Dalign [17, 18], RASS [19], FRASS [20], SETTER [21, 22] or R3D-BLAST [23]. The extension of a pairwise alignment to the simultaneous alignment of several structures is called a multiple structure alignment. While in a pairwise structure alignment biological relationships are inferred from structure similarity, with a multiple alignment we already know that structures are biologically related and we are looking for key features preserved by evolution that are difficult to identify by a pairwise alignment.

Because of the fast evolutionary divergence of RNA molecules [24, 25] that makes it difficult to produce structurally informative sequence alignments, multiple RNA structure alignment methods represent an important tool for functional annotation and evolutionary reconstruction of non-coding RNA. However, though structural information was employed in the SARA-Coffee package to derive more informative multiple sequence alignment models [26], we are not aware of any algorithm for a direct multiple RNA structure alignment. Thus, we have developed a multiple RNA structure alignment algorithm MultiSETTER [27]. MultiSETTER uses, similarly to the multiple sequence alignment algorithm Clustal [28], a guide tree which is constructed from all-against-all pairwise comparisons produced by SETTER [21]. The guide tree is then used to progressively align RNA molecules beginning with the most closely related RNAs. The advantages of the multiple structure alignment over the multiple sequence alignment are several. Multiple structure alignment can detect motifs not conserved at the sequence level. In addition, multiple structure alignments can be easily inspected visually and to detect common motifs they, thus, do not require so much molecules as multiple sequence alignments.

In this paper, we describe the MultiSETTER web server, an updated version of the SETTER web server [22]. The MultiSETTER web server makes a MultiSETTER method for a multiple RNA structure alignment available to the wide audience of biologists and bioinformaticians. The MultiSETTER web server is free and open to all users and has no login requirements. The server allows both pairwise and multiple comparisons between structures obtained either from the PDB database [29] or supplied by the user. Both 3D graphics and summary statistics are provided to make the interpretation of the alignments easier.

Materials and methods

SETTER algorithm

In the SETTER (SEcondary sTructure-based TERtiary superposition) algorithm, RNA structures are divided into secondary-structure based fragments called generalized secondary structure units (GSSU) [21]. A generalized secondary structure unit typically consists of a stem, neck and loop (Fig. 1) and resembles, thus, a hairpin motif. After the decomposition of two structures A and B into GSSUs, each pair of GSSUs from A and B is superposed [21]. For GSSU structural superposition, SETTER uses the RMSD minimization algorithm to which 3 pairs of points (in SETTER, each residue is represented by a backbone phosphate) must be supplied. First two pairs are produced by the alignment of two corresponding neck residues. Third pair is identified by aligning each possible pair of loop nucleotides and taking the one with the lowest score. In the next step, the GSSU superposition with the lowest score is used to align whole structures. Finally, the alignment of two structures is further improved by an additional RMSD superposition of the mutual nearest neighbor residues. The aligned structures are scored by a similarity measure \( \overline{S} \)-distance. The statistical significance of the \( \overline{S} \)-distance is estimated by computing its p-value. The smaller the p-value, the more statistically significant the \( \overline{S} \)-distance, i.e., the more likely the alignment does not arise by a chance. The GSSU-wise superposition of RNA structures leads to low computational times while maintaining alignment accuracy comparable to several state-of-the-art RNA structure superposition methods [21].

Fig. 1
figure 1

An RNA structure decomposed into three generalized secondary structure units (GSSU). Each GSSU typically consists of three parts: a stem, neck and loop. However, in some cases the loop (and, thus, also the neck) does not have to be present (GSSU 3)

MultiSETTER algorithm

To align multiple RNA structures, MultiSETTER uses [27] a heuristic approach called a progressive alignment that was developed for a multiple sequence alignment [30] and that is implemented in the popular Clustal family of computer programs [28]. In MultiSETTER, each pair of RNA structures is aligned by SETTER and resulting \( \overline{S} \)-distances are used to construct an all-to-all distance matrix. From the distance matrix, a guide tree is calculated using the neighbor-joining method [31]. Based on a guide tree, first two most related structures are aligned and their ‘average structure’ is constructed by averaging positions of individual atoms. As the alignment progressively continues following a guide tree, more and more structures are averaged till the root of a guide tree is reached. Though low computational requirements of SETTER result also in a reasonable runtime of MultiSETTER, these may unacceptably grow with the size and number of aligned RNA structures. Therefore, we parallelized the following parts of SETTER and MultiSETTER:

  • Pairwise RNA structure superposition. A pairwise superposition consists of multiple pairwise GSSU computations which can be run independently and each is, thus, assigned to a single computation unit. Only structures consisting of multiple GSSUs can take advantage of this type of parallelization.

  • Distance matrix computation. The construction of the all-to-all distance matrix for n input structures requires n × (n − 1)/2 computations that can be run independently.

  • RNA merging. The formation of an average structure from two input structures can be decomposed into the merging of aligned GSSUs [27]. The merging of GSSU pairs can be carried out independently and, thus, in parallel.

To demonstrate the influence of the parallel processing on the runtimes both of the pairwise and multiple structure alignments, we performed the pairwise alignment of two 23S large ribosomal subunits 1NKW [32] and 1S72 [33] and the multiple alignment of four 23S large ribosomal subunits 1NKW [32], 1S72 [33], 2AWB [34] and 2Y11 [35]. Each of 23S rRNA contains approximately 3000 residues. The computations were performed on the machine with 4 Cores with Hyper-V support – Intel (R) Core (TM) i7-4790 CP @ 3.60GHz, 16GB RAM, running Windows 8.1. We limited the number of threads in the Intel (R) Threading Building Blocks library between one and four. The results for both pairwise and multiple structure alignment (Table 1) demonstrate that the parallelization leads to about 2–2.5 speedup of the calculations. However, the parallelization does not scale linearly; the increase of the number of threads from three to four does not result in a significant performance gain showing the limits of the parallel processing.

Table 1 The influence of algorithm parallelization on SETTER and MultiSETTER runtimes

Implementation

The MultiSETTER web server consists of two separate applications: a core engine written in C++ that implements both SETTER [21] and MultiSETTER [27] algorithms and a web application (http://setter.projekty.ms.mff.cuni.cz) that interactively visualizes the results of a multiple structure alignment. The web application is developed in the Python Model-Template-View (MTV) web framework Django version 1.4 [36]. Server-side scripts are written in Python programming language version 2.7 [37]. For a client-side user interactivity and data visualization, jQuery JavaScript library version 1.10.4 [38] and JavaScript molecular viewer JSmol [39] are used. Data about RNA structures are stored in the SETTER database, a relational MySQL database [40] that is synchronized with the Protein Data Bank [41] every Wednesday. The SETTER database contains information such as PDB ID, chain IDs or hydrogen bonding patterns calculated by the 3DNA software [42] with its implicit settings.

Results and discussion

Web server

Web server users can choose between two types of RNA structure alignment (Fig. 2a): pairwise (SETTER) and multiple (MultiSETTER). The SETTER part of the web server was described in detail in our previous publication [22]; here we concentrate on MultiSETTER only.

Fig. 2
figure 2

The interface of the MultiSETTER web server. a Selection of alignment type. b Input structures by their PDB IDs. c Input structures as user defined PDB files. d SETTER algorithm parameters. e Notification of the alignment process

Input

Structures to be aligned are supplied as the list of PDB IDs (Fig. 2b), as the file containing the list of PDB IDs separated by whitespaces or as PDB files each containing a particular structure (Fig. 2c). The last option comes handy if users need to align their own structures that were not deposited into the PDB database. Optionally, the chain ID separated by a colon from the PDB ID may be specified. Otherwise, all chains in the structure are considered for an alignment. The parameters of the SETTER algorithm for the pairwise structural alignment, described in a detail previously [21, 22], can be easily modified on the input page (Fig. 2d). However, in such case only the \( \overline{S} \)-distance is reported because p-value calculation is possible only for default algorithm parameters. When a user submits a query, the SETTER database is checked for the presence of structures the query consists of. If a structure is not present in the SETTER database, it is downloaded from the PDB database [43], parsed, its hydrogen-bonding patterns are calculated by 3DNA [42] and the whole structure with all metadata is stored in the SETTER database. From the list of structures and their metadata, the XML file that carries the configuration of a multiple structure alignment task is generated and sent to the MultiSETTER application. The application performs the calculation specified in the XML file in the background. Once finished, an output XML file with the results is created and further processed to visualize the results. A user is notified on a screen (Fig. 2e) about all steps of the process. In the case of a successful alignment, a user is provided with a unique URL that is valid for the next 10 days.

Output

Alignment results are displayed in the multiple alignment view under the ‘results’ tab (Fig. 3a). The average structure is depicted in black and individual RNA structures are displayed in color. The visibility of each structure can be changed by clicking at corresponding structure ID below the main window (Fig. 3b). The snapshot of a current view can be saved as JPG image and, in addition, the average structure can be downloaded as a PDB file (Fig. 3c).

Fig. 3
figure 3

Multiple alignment view. a Aligned structures are visualized using the JavaScript-based molecular viewer JSmol. The average structure is depicted in black. b The controls of RNA structure visibility. c A link to save an average structure as a PDB file and a link to take the JPG snapshot of the current view

Below the multiple alignment view, pairwise alignments between the average structure and given RNA structure are displayed as vertically stacked boxes (Fig. 4g). The boxes are ordered in a descending order by the \( \overline{S} \)-distances and they are, with the exception of the top box, collapsed and can be expanded by a single mouse click. Each expanded box consists of two columns. The left column (Fig. 3a) contains an \( \overline{S} \)-distances, a statistical significance of the alignment given as its p-value and a running time of the algorithm. Under the ‘format’ link, the average structure can be downloaded in the PDB format. If the aligned RNA structure is available in the PDB database, the ‘details’ hyperlink leads to its record in the PDB database, the structure can be downloaded either in PDB or in mmCIF [44] formats under the ‘format’ link and details about its primary publication are revealed by hovering over the PDB code. Several commonly used alignment quality measures are reported in the ‘alignment quality measures’ panel. These include the root-mean-square deviation between the positions of phosphate atoms, PSI (the percentage of superimposed residues within 4.0 Å with respect to the length of the shorter of the two structures), PID (the percentage of aligned nucleotides of the same type with respect to the length of the shorter of the two structures) [13, 12], number of aligned nucleotides and number of exact base matches [17]. A table below the ‘alignment quality measures’ panel displays the number of GSSU units and the number of nucleotides in each structure. Finally, superimposed structures can be downloaded in the PDB format, the visualization of the aligned structures can be saved as a JPG image and the alignment report can be downloaded as a plain text (Fig. 4a). The right column contains the JSmol visualization of two superimposed structures (Fig. 4b). Implicitly, the average structure is shown in red and the RNA structure in blue. However, display colors, as well as molecular display schemes, can be easily adjusted (Fig. 4c). In addition, the visualization of each structure can be turned on or off. To enhance the interpretation of the alignments, the following three panels show aligned GSSU pairs (Fig. 4d), aligned residues (Fig. 4e) [22] and neighbor nucleotides within an user adjustable distance range (Fig. 4f). In the case of aligned GSSU pairs panel, two aligned GSSUs are shown in red and blue and can be cycled by clicking left/right arrows or selected from a drop-down box.

Fig. 4
figure 4

Multiple alignment view. a Left column contains various details about the alignment. b Aligned structures are visualized using JSmol. c The color and scheme of the visualization can be changed. d Aligned GSSU pairs can be displayed and either cycled by clicking left/right arrows or selected from a drop-down box. e The visualization of aligned residues can be turned on or off. f Nearest neighbor nucleotides lying within a user adjustable distance range can be highlighted. g Results of other pairwise alignments are displayed as vertically stacked boxes

The ability of a multiple structure alignment to produce better alignment than a pairwise structure alignment can be demonstrated on two structures from the Rfam [45] RF00023 family. This family contains 9 structures of a transfer-messenger RNA (tmRNA), a bacterial RNA with dual tRNA-like and mRNA-like properties. The pairwise alignment of two structures from the RF00023 family (4ABR [46] and 1P6V [47] is clearly inferior (Fig. 5a) to the alignment taken from the multiple structure alignment (Fig. 5b) of the whole RF00023 family. Thus, using the multiple structure alignment may lead to the detection of conserved regions not detected by a pairwise alignment.

Fig. 5
figure 5

The structure alignment of 4ABR [46] and 1P6V [47] structures belonging to the RF00023 Rfam family. a Pairwise structure alignment of 4ABR and 1P6V produced by SETTER. b The alignment of 4ABR and 1P6V taken from the multiple structure alignment of the whole RF00023 family produced by MultiSETTER

Conclusions

To the best of our knowledge, the MultiSETTER web server is the first publicly available tool for a multiple RNA structure alignment. It is built on MultiSETTER method [27] which is the extension of SETTER, our algorithm for fast and accurate RNA pairwise structure alignment [21]. Thus, the MultiSETTER server produces accurate multiple alignments in a reasonable amount of time even for largest RNA structures. Though multiple structure alignment can be performed at the secondary structure level by tools such as RNADistance from the ViennaRNA package [48], the MultiSETTER server offers the visual inspection of the alignment in 3D space which may reveal structural and functional relationships not captured by the secondary structure motifs. Further work is currently underway to apply MultiSETTER for the development of the automated system for the RNA structure classification. In addition, we will combine sequence and structure alignments in the MultiSETTER web server as we expect higher accuracy of such approach.

Availability

Project name: MultiSETTER web server

Project home page: http://setter.projekty.ms.mff.cuni.cz/

Operating system(s): Platform independent

Programming language: Web server is developed in Python web development framework Django version 1.4. Server-side scripts are written in Python programming language version 2.7. JavaScript is required to visualize RNA structures and their alignments.

License: The website is free and open to all users; there is no login requirement

Any restrictions to use by non-academics: None

References

  1. Tinoco Jr I, Bustamante C. How RNA folds. J Mol Biol. 1999;293(2):271–81. doi:10.1006/jmbi.1999.3001.

    Article  CAS  PubMed  Google Scholar 

  2. Seetin MG, Mathews DH. RNA structure prediction: an overview of methods. Methods Mol Biol. 2012;905:99–122. doi:10.1007/978-1-61779-949-5_8.

    CAS  PubMed  Google Scholar 

  3. Mathews DH, Turner DH. Prediction of RNA secondary structure by free energy minimization. Curr Opin Struct Biol. 2006;16(3):270–8. doi:10.1016/j.sbi.2006.05.010.

    Article  CAS  PubMed  Google Scholar 

  4. Moss WN. Computational prediction of RNA secondary structure. Method Enzymol. 2013;530:3–65. doi:10.1016/B978-0-12-420037-1.00001-4.

    Article  CAS  Google Scholar 

  5. Capriotti E, Marti-Renom MA. Computational RNA structure prediction. Curr Bioinform. 2008;3(1):32–45.

    Article  CAS  Google Scholar 

  6. Hendrix DK, Brenner SE, Holbrook SR. RNA structural motifs: building blocks of a modular biomolecule. Q Rev Biophys. 2005;38(3):221–43. doi:10.1017/S0033583506004215.

    Article  CAS  PubMed  Google Scholar 

  7. Holbrook SR. Structural principles from large RNAs. Annu Rev Biophys. 2008;37:445–64. doi:10.1146/annurev.biophys.36.040306.132755.

    Article  CAS  PubMed  Google Scholar 

  8. Dror O, Nussinov R, Wolfson H. ARTS: alignment of RNA tertiary structures. Bioinformatics. 2005;21 Suppl 2:ii47–53. doi:10.1093/bioinformatics/bti1108.

    PubMed  Google Scholar 

  9. Dror O, Nussinov R, Wolfson HJ. The ARTS web server for aligning RNA tertiary structures. Nucleic Acids Res. 2006;34(Web Server issue):W412–5.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  10. Ferre F, Ponty Y, Lorenz WA, Clote P. DIAL: a web server for the pairwise alignment of two RNA three-dimensional structures using nucleotide, dihedral angle and base-pairing similarities. Nucleic Acids Res. 2007;35(Web Server issue):W659–68. doi:10.1093/nar/gkm334.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  11. Wang CW, Chen KT, Lu CL. iPARTS: an improved tool of pairwise alignment of RNA tertiary structures. Nucleic Acids Res. 2010;38(Web Server issue):W340–7. doi:10.1093/nar/gkq483.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  12. Capriotti E, Marti-Renom MA. RNA structure alignment by a unit-vector approach. Bioinformatics. 2008;24(16):i112–8. doi:10.1093/bioinformatics/btn288.

    Article  PubMed  Google Scholar 

  13. Capriotti E, Marti-Renom MA. SARA: a server for function annotation of RNA structures. Nucleic Acids Res. 2009;37(Web Server issue):W260–5. doi:10.1093/nar/gkp433.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  14. Chang YF, Huang YL, Lu CL. SARSA: a web tool for structural alignment of RNA using a structural alphabet. Nucleic Acids Res. 2008;36(Web Server issue):W19–24. doi:10.1093/nar/gkn327.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  15. Nguyen MN, Tan KP, Madhusudhan MS. CLICK--topology-independent comparison of biomolecular 3D structures. Nucleic Acids Res. 2011;39(Web Server issue):W24–8. doi:10.1093/nar/gkr393.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  16. Nguyen MN, Verma C. Rclick: a web server for comparison of RNA 3D structures. Bioinformatics. 2014. doi:10.1093/bioinformatics/btu752.

  17. Rahrig RR, Leontis NB, Zirbel CL. R3D Align: global pairwise alignment of RNA 3D structures using local superpositions. Bioinformatics. 2010;26(21):2689–97. doi:10.1093/bioinformatics/btq506.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  18. Rahrig RR, Petrov AI, Leontis NB, Zirbel CL. R3D Align web server for global nucleotide to nucleotide alignments of RNA 3D structures. Nucleic Acids Res. 2013;41(Web Server issue):W15–21. doi:10.1093/nar/gkt417.

    Article  PubMed  PubMed Central  Google Scholar 

  19. He G, Steppi A, Laborde J, Srivastava A, Zhao P, Zhang J. RASS: a web server for RNA alignment in the joint sequence-structure space. Nucleic Acids Res. 2014;42(Web Server issue):W377–81. doi:10.1093/nar/gku429.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  20. Kirillova S, Tosatto SC, Carugo O. FRASS: the web-server for RNA structural comparison. BMC Bioinformatics. 2010;11:327. doi:10.1186/1471-2105-11-327.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  21. Hoksza D, Svozil D. Efficient RNA pairwise structure comparison by SETTER method. Bioinformatics. 2012;28(14):1858–64. doi:10.1093/bioinformatics/bts301.

    Article  CAS  PubMed  Google Scholar 

  22. Cech P, Svozil D, Hoksza D. SETTER: web server for RNA structure comparison. Nucleic Acids Res. 2012;40(Web Server issue):W42–8. doi:10.1093/nar/gks560.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  23. Liu YC, Yang CH, Chen KT, Wang JR, Cheng ML, Chung JC, et al. R3D-BLAST: a search tool for similar RNA 3D substructures. Nucleic Acids Res. 2011;39(Web Server issue):W45–9. doi:10.1093/nar/gkr379.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  24. Willingham AT, Orth AP, Batalov S, Peters EC, Wen BG, Aza-Blanc P, et al. A strategy for probing the function of noncoding RNAs finds a repressor of NFAT. Science. 2005;309(5740):1570–3. doi:10.1126/science.1115901.

    Article  CAS  PubMed  Google Scholar 

  25. Huynen MA, Stadler PF, Fontana W. Smoothness within ruggedness: the role of neutrality in adaptation. Proc Natl Acad Sci U S A. 1996;93(1):397–401.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  26. Kemena C, Bussotti G, Capriotti E, Marti-Renom MA, Notredame C. Using tertiary structure for the computation of highly accurate multiple RNA alignments with the SARA-Coffee package. Bioinformatics. 2013;29(9):1112–9. doi:10.1093/bioinformatics/btt096.

    Article  CAS  PubMed  Google Scholar 

  27. Hoksza D, Svozil D. Multiple 3D RNA structure superposition using neighbor joining. IEEE IEEE/ACM T Comput BI. 2015;12(3):520–30. doi:10.1109/TCBB.2014.2351810.

    Article  Google Scholar 

  28. Higgins DG, Sharp PM. CLUSTAL: a package for performing multiple sequence alignment on a microcomputer. Gene. 1988;73(1):237–44.

    Article  CAS  PubMed  Google Scholar 

  29. Berman HM, Westbrook J, Feng Z, Gilliland G, Bhat TN, Weissig H, et al. The protein data bank. Nucleic Acids Res. 2000;28(1):235–42.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  30. Hogeweg P, Hesper B. The alignment of sets of sequences and the construction of phyletic trees: an integrated method. J Mol Evol. 1984;20(2):175–86.

    Article  CAS  PubMed  Google Scholar 

  31. Saitou N, Nei M. The neighbor-joining method: a new method for reconstructing phylogenetic trees. Mol Biol Evol. 1987;4(4):406–25.

    CAS  PubMed  Google Scholar 

  32. Harms J, Schluenzen F, Zarivach R, Bashan A, Gat S, Agmon I, et al. High resolution structure of the large ribosomal subunit from a mesophilic eubacterium. Cell. 2001;107(5):679–88.

    Article  CAS  PubMed  Google Scholar 

  33. Klein DJ, Moore PB, Steitz TA. The roles of ribosomal proteins in the structure assembly, and evolution of the large ribosomal subunit. J Mol Biol. 2004;340(1):141–77. doi:10.1016/j.jmb.2004.03.076.

    Article  CAS  PubMed  Google Scholar 

  34. Schuwirth BS, Borovinskaya MA, Hau CW, Zhang W, Vila-Sanjurjo A, Holton JM, et al. Structures of the bacterial ribosome at 3.5 A resolution. Science. 2005;310(5749):827–34. doi:10.1126/science.1117230.

    Article  CAS  PubMed  Google Scholar 

  35. Schmeing TM, Voorhees RM, Kelley AC, Ramakrishnan V. How mutations in tRNA distant from the anticodon affect the fidelity of decoding. Nat Struct Mol Biol. 2011;18(4):432–6. doi:10.1038/nsmb.2003.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  36. Django. 2015. https://www.djangoproject.com/. Accessed 19. 5. 2015 2015.

  37. Python 2.7. Python Software Foundation. https://www.python.org/. Accessed 19. 5. 2015.

  38. jQuery. jQuery Foundation. http://jquery.com/. Accessed 19. 5. 2015.

  39. Hanson R. JSmol. http://sourceforge.net/projects/jsmol/. Accessed 19. 5. 2015.

  40. MySQL. http://www.mysql.com/. Accessed 19. 5. 2015.

  41. Berman H, Henrick K, Nakamura H, Markley JL. The worldwide Protein Data Bank (wwPDB): ensuring a single, uniform archive of PDB data. Nucleic Acids Res. 2007;35(Database issue):D301–3. doi:10.1093/nar/gkl971.

    Article  CAS  PubMed  Google Scholar 

  42. Lu XJ, Olson WK. 3DNA: a versatile, integrated software system for the analysis, rebuilding and visualization of three-dimensional nucleic-acid structures. Nat Protoc. 2008;3(7):1213–27. doi:10.1038/nprot.2008.104.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  43. Rose PW, Beran B, Bi C, Bluhm WF, Dimitropoulos D, Goodsell DS, et al. The RCSB Protein Data Bank: redesigned web site and web services. Nucleic Acids Res. 2011;39(Database issue):D392–401. doi:10.1093/nar/gkq1021.

    Article  CAS  PubMed  Google Scholar 

  44. Westbrook JD, Fitzgerald PM. The PDB format, mmCIF, and other data formats. Methods Biochem Anal. 2003;44:161–79.

    CAS  PubMed  Google Scholar 

  45. Nawrocki EP, Burge SW, Bateman A, Daub J, Eberhardt RY, Eddy SR, et al. Rfam 12.0: updates to the RNA families database. Nucleic Acids Res. 2015;43(Database issue):D130–7. doi:10.1093/nar/gku1063.

    Article  PubMed  Google Scholar 

  46. Neubauer C, Gillet R, Kelley AC, Ramakrishnan V. Decoding in the absence of a codon by tmRNA and SmpB in the ribosome. Science. 2012;335(6074):1366–9. doi:10.1126/science.1217039.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  47. Gutmann S, Haebel PW, Metzinger L, Sutter M, Felden B, Ban N. Crystal structure of the transfer-RNA domain of transfer-messenger RNA in complex with SmpB. Nature. 2003;424(6949):699–703. doi:10.1038/nature01831.

    Article  CAS  PubMed  Google Scholar 

  48. Lorenz R, Bernhart SH, Honer Zu Siederdissen C, Tafer H, Flamm C, Stadler PF, et al. ViennaRNA Package 2.0. Algorithms Mol Biol. 2011;6:26. doi:10.1186/1748-7188-6-26.

    Article  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

This work has been supported by the Charles University projects P46 and SVV-2014-260100.

Author information

Authors and Affiliations

Authors

Corresponding authors

Correspondence to David Hoksza or Daniel Svozil.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

PČ, DS and DH designed the web server. PČ developed and implemented web server user interface. PČ, DS and DH tested the web server. DS and DH supervised the project. PČ, DS and DH drafted the manuscript and DS edited its final version. All authors read and approved the final manuscript.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Čech, P., Hoksza, D. & Svozil, D. MultiSETTER: web server for multiple RNA structure comparison. BMC Bioinformatics 16, 253 (2015). https://doi.org/10.1186/s12859-015-0696-8

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-015-0696-8

Keywords