Viennarna Package

Total Page:16

File Type:pdf, Size:1020Kb

Viennarna Package Lorenz et al. Algorithms for Molecular Biology 2011, 6:26 http://www.almob.org/content/6/1/26 SOFTWAREARTICLE Open Access ViennaRNA Package 2.0 Ronny Lorenz1*, Stephan H Bernhart1, Christian Höner zu Siederdissen1, Hakim Tafer2, Christoph Flamm1, Peter F Stadler2,1,3,4,5,6 and Ivo L Hofacker1,3,7* Abstract Background: Secondary structure forms an important intermediate level of description of nucleic acids that encapsulates the dominating part of the folding energy, is often well conserved in evolution, and is routinely used as a basis to explain experimental findings. Based on carefully measured thermodynamic parameters, exact dynamic programming algorithms can be used to compute ground states, base pairing probabilities, as well as thermodynamic properties. Results: The ViennaRNA Package has been a widely used compilation of RNA secondary structure related computer programs for nearly two decades. Major changes in the structure of the standard energy model, the Turner 2004 parameters, the pervasive use of multi-core CPUs, and an increasing number of algorithmic variants prompted a major technical overhaul of both the underlying RNAlib and the interactive user programs. New features include an expanded repertoire of tools to assess RNA-RNA interactions and restricted ensembles of structures, additional output information such as centroid structures and maximum expected accuracy structures derived from base pairing probabilities, or z-scores for locally stable secondary structures, and support for input in fasta format. Updates were implemented without compromising the computational efficiency of the core algorithms and ensuring compatibility with earlier versions. Conclusions: The ViennaRNA Package 2.0, supporting concurrent computations via OpenMP, can be downloaded from http://www.tbi.univie.ac.at/RNA. Background be approximated as a hierarchical process in which sec- A typical single stranded-nucleic acid molecule has the ondary structure is formed before tertiary structure [1]. propensity to form double helical structures causing the The dominance of base pairing and the confinement molecule to fold back onto itself. Simple rules of com- to a single interaction partner makes it possible to plementary base pairing govern this process, which model RNA (and DNA) secondary structures at a purely results in a regular pattern of Watson-Crick and GU combinatorial level, completely ignoring both atom-scale pairings (helices) and intervening stretches of less regu- details and spatial embeddings. Formally, an RNA sec- larly ordered nucleotides (loops), collectively known as ondary structure is a (labeled) graph whose nodes repre- the molecule’s secondary structure. Secondary structure sent nucleotides. The edge set contains edges between elements may be placed in close spatial proximity allow- consecutive nodes (i, i + 1) representing the phosphate ing additional non-covalent interactions. These are not backbone as well as edges between base pairs. For the as frequent and often are energetically less favorable latter, the following conditions must hold: compared to canonical base pairs, thus rendering the 3- dimensional tertiary structure of an RNA to be domi- 1. base pair edges are formed only between nucleo- nated by the underlying scaffold of the secondary struc- tides that form Watson-Crick or GU base pairs; ture. The canonical base pairing governs not only the 2. no two base pair edges emanate from the same thermodynamics but also the folding kinetics, which can vertex, i.e., a secondary structure is a matching; 3. base pair edges span at least three unpaired bases; ’ ’ * Correspondence: [email protected]; [email protected] 4. if the vertices are placed in 5 to 3 order on the 1Institute for Theoretical Chemistry and Structural Biology, University of circumference of a circle and edges are drawn as Vienna, Währingerstraße 17/3, A-1090 Vienna, Austria straight lines, no two edges cross. Full list of author information is available at the end of the article © 2011 Lorenz et al; licensee BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Lorenz et al. Algorithms for Molecular Biology 2011, 6:26 Page 2 of 14 http://www.almob.org/content/6/1/26 The last condition ensures that the graph is outerpla- the thermodynamic and the machine learning approach nar and therefore excludes so-called pseudo-knots. to RNA bioinformatics proposing to learn a parameter Matching problems usually have cost functions deter- set for a SCFG that structurally matches the standard mined by edge-weights. The earliest predictions of RNA energy model [18]. secondary structures in the early 1970s indeed used Several other tools implement dynamic programming such simple energy models [2]. Detailed melting experi- based RNA secondary structures prediction: UNAfold ments, however, soon showed that a different, more [19] is the successor of the original mfold program and complex type of energy function is necessary to properly adds suppport for predicting RNA-RNA hybridization. model the thermodynamics of nucleic acid structures. RNAstructure [20] started as a reimplementation of Instead of individual base pairs, the energy contributions mfold with a graphical user interface in Windows, but are dominated by base-pair stacking and the destabiliz- is now available for other platforms and has added sev- ing entropic effects of unpaired “loops”.Sequence- eral additional algorithms such as partition function dependent energy parameters for these building blocks folding and suboptimal structures. The NUPACK suite contribute to a very good approximation additively to [21] focuses on folding of several interacting RNA the folding energy [3]. Over the last two decades, this strands and design problems. The group around Kiyoshi additive standard energy model has been repeatedly Asai developed several tools focusing the usage of cen- refined and updated, see e.g. [4-9]. troid and maximum expected accuracy (MEA) estima- The RNA folding problem is solvable by means of tors, see e.g. [22]. Ye Ding’s Sfold program [23] was dynamic programming. The simplest version, known as the first to introduce stochastic structure sampling. The maximum circular matching problem, accounts for base group around Robert Giegerich provides several RNA pairing energies only [10,11]. In the early 1980s Nussi- related tools, notably the RNAshapes [24] program. nov and Jacobson [12] and Michael Zuker with colla- The Vienna RNA Package [25]hasitsrootsina borators [13,14] demonstrated that the loop-based series of large-scale simulation studies aiming at an energy model is also amenable to the same algorithmic understanding of adaptive evolution on rugged fitness ideas. Their work made computational RNA structure landscapes [26-28] and the statistical properties of the prediction accurate and efficient enough for practical sequence-structure relationships of RNA [29-31] rather use, resulting in the first versions of mfold. A decade than the detailed analysis of individual RNA molecules later, John McCaskill realized that the dynamic pro- of biological interest. The primary design goals for its gramming recursions can be adapted to compute the implementation in the early 1990s, therefore, were two- partition function of an equilibrium ensemble of RNA fold. First and foremost, the basic folding algorithms molecules [15], paving the way for efficient computa- were to be implemented so as to be as efficient as possi- tional access to accurate thermodynamic modelling ble in their usage of both CPU and memory resources. without exceeding an asymptotic time complexity of The core algorithms are accessible as a C library, which O(n3) . later on was also equipped with Perl bindings to facili- The secondary structure model of RNA perfectly fits tate interoperability with this commonly used scripting together with modern genomics and transcriptomics language. Secondly, the interactive programs were to be since it works at the same level of abstraction, treating used mostly in (shell-script) pipelines, hence they use a nucleotides as basic entities. With the increasing avail- simple command-line interface and, where possible, they ability of RNA sequence data, and the realization that read from and write to a stream. This feature made it many of the functional RNAs have evolutionary well- easy to construct a suite of web services [32] providing conserved secondary structures, many research groups easy access to most functionalities of the Vienna RNA developed a plethora of specialized tools for various Package. With the rising tide of first genomics and aspects of RNA bioinformatics. As an alternative to the then transcriptomics data, the need for both efficient direct measurement of thermodynamic parameters, for implementation and easy incorporation into pipelines instance, machine learning approaches employing sto- remained, even though the focus gradually shifted from chastic context free grammars (SCFG) were introduced large-scale simulation to large-scale data analysis. Little e.g. in the infernal suite [16,17]. The algorithmic has changed in the core folding algorithms in the 17 work horses of the SCFG approach, the Cocke-Younger- years since the first publication [25] of the package. On Kasami (CYK), the inside and the outside algorithms, the other hand,
Recommended publications
  • Degeneracy and Genetic Assimilation in RNA Evolution Reza Rezazadegan1* and Christian Reidys1,2
    Rezazadegan and Reidys BMC Bioinformatics (2018) 19:543 https://doi.org/10.1186/s12859-018-2497-3 RESEARCH ARTICLE Open Access Degeneracy and genetic assimilation in RNA evolution Reza Rezazadegan1* and Christian Reidys1,2 Abstract Background: The neutral theory of Motoo Kimura stipulates that evolution is mostly driven by neutral mutations. However adaptive pressure eventually leads to changes in phenotype that involve non-neutral mutations. The relation between neutrality and adaptation has been studied in the context of RNA before and here we further study transitional mutations in the context of degenerate (plastic) RNA sequences and genetic assimilation. We propose quasineutral mutations, i.e. mutations which preserve an element of the phenotype set, as minimal mutations and study their properties. We also propose a general probabilistic interpretation of genetic assimilation and specialize it to the Boltzmann ensemble of RNA sequences. Results: We show that degenerate sequences i.e. sequences with more than one structure at the MFE level have the highest evolvability among all sequences and are central to evolutionary innovation. Degenerate sequences also tend to cluster together in the sequence space. The selective pressure in an evolutionary simulation causes the population to move towards regions with more degenerate sequences, i.e. regions at the intersection of different neutral networks, and this causes the number of such sequences to increase well beyond the average percentage of degenerate sequences in the sequence space. We also observe that evolution by quasineutral mutations tends to conserve the number of base pairs in structures and thereby maintains structural integrity even in the presence of pressure to the contrary.
    [Show full text]
  • Folding RNA/DNA Hybrid Duplexes
    Vol. 00 no. 00 BIOINFORMATICS Pages 1–2 Folding RNA/DNA hybrid duplexes Ronny Lorenz 1,∗, Ivo L Hofacker 1,2 and Stephan H Bernhart 2,∗ 1Institute for Theoretical Chemistry, University Vienna, Wahringer¨ Straße 17, 1090 Vienna, Austria 2Research group BCB, Faculty of Computer Science, University Vienna 3Department of Bioinformatics, University of Leipzig, Haertelstraße 16-18, 04109 Leipzig, Germany Received on XXXXX; revised on XXXXX; accepted on XXXXX Associate Editor: XXXXXXX ABSTRACT (for a review see e.g. [11]) or even their dimers, there is, to our Motivation: While there are numerous programs that can predict knowledge, no program that also includes the possibility to predict RNA or DNA secondary structures, a program that predicts RNA/DNA the full secondary structure of RNA/DNA hetero-dimers. This may hetero-dimers is still missing. The lack of easy to use tools for be due to the lack of compiled energy parameters, as there are only predicting their structure may be in part responsible for the small stacking energies available today. We introduce here a possibility number of reports of biologically relevant RNA/DNA hetero-dimers. to predict the secondary structure of such hetero-dimers within the Results: We present here an extension to the widely used widely used ViennaRNA Package. ViennaRNA Package [6] for the prediction of the structure of RNA/DNA hetero-dimers. Availability: http://www.tbi.univie.ac.at/˜ronny/RNA/vrna2.html 2 APPROACH Contact: [email protected] 2.1 Adaptation of the ViennaRNA Package For the prediction of RNA/DNA hetero-dimers, three distinct energy 1 INTRODUCTION parameter sets (RNA, DNA and mixed) are necessary.
    [Show full text]
  • Supplemental Material Predicting Transfer RNA Gene Activity From
    Supplemental Material Predicting transfer RNA gene activity from sequence and genome context 1 1,2 1 1 Bryan P. Thornlow ,​ Joel Armstrong ,​ Andrew D. Holmes ,​ Jonathan M. Howard ,​ Russell B. 1,2 ​ 1,2 ​ ​ ​ Corbett-Detig ,​ Todd M. Lowe ​ ​ 1 2 D​ epartment of Biomolecular Engineering, University of California, Santa Cruz, CA 95064; G​ enomics ​ Institute, University of California, Santa Cruz, CA 95064 Supplemental Material Supplemental Text Supplemental Methods Supplemental Figure S1 Supplemental Figure S2 Supplemental Figure S3 Supplemental Figure S4 Supplemental Figure S5 Supplemental Figure S6 Supplemental Figure S7 Supplemental Figure S8 Supplemental Figure S9 Supplemental Figure S10 Supplemental Figure S11 Supplemental References SUPPLEMENTAL TEXT: Possible tRNA gene classification and assembly errors. Ideally, we would observe that all species ​ contained at least one tRNA gene per expected anticodon (excluding anticodons for which no active tRNA gene is observed in human or mouse). We found three exceptions to this rule. C. hircus (goat) is the only ​ ​ species without a predicted active tRNA-Ser-TGA gene. C. hircus is also one of only three species that has ​ ​ any tRNA-Ser-GGA genes, and it has 27 such genes, one of which was predicted active. These 27 tRNA-Ser-GGA genes do exhibit some sequence similarity, as 21 of these share a 10-base 3’ flanking motif (AGAAGGAAAT). They may therefore reflect a very recent proliferation event. However, it is more likely that they represent assembly errors, because we have previously shown that the immediate 3’ flanking regions of tRNA genes experience high mutation rates (Thornlow et al. 2018), these 27 tRNA genes are found on 15 ​ ​ different chromosomes, and Ser-GGA is not a standard eukaryotic tRNA (Grosjean et al.
    [Show full text]
  • Ribotoolkit: an Integrated Platform for Analysis and Annotation of Ribosome Profiling Data to Decode Mrna Translation at Codon R
    W218–W229 Nucleic Acids Research, 2020, Vol. 48, Web Server issue Published online 19 May 2020 doi: 10.1093/nar/gkaa395 RiboToolkit: an integrated platform for analysis and annotation of ribosome profiling data to decode mRNA translation at codon resolution Qi Liu1,2,*, Tanya Shvarts3, Piotr Sliz2,3 and Richard I. Gregory 1,2,4,5,6,* 1Stem Cell Program, Division of Hematology/Oncology, Boston Children’s Hospital, Boston, MA 02115, USA, 2Department of Biological Chemistry and Molecular Pharmacology, Harvard Medical School, Boston, MA 02115, USA, 3Computational Health Informatics Program, Boston Children’s Hospital, Boston, MA 02115, USA, 4Department of Pediatrics, Harvard Medical School, Boston, MA 02115, USA, 5Harvard Initiative for RNA Medicine, Boston, MA 02115, USA and 6Harvard Stem Cell Institute, Cambridge, MA 02138, USA Received March 06, 2020; Revised April 23, 2020; Editorial Decision May 02, 2020; Accepted May 15, 2020 ABSTRACT INTRODUCTION Ribosome profiling (Ribo-seq) is a powerful technol- Ribosome profiling (Ribo-seq), also known as ribosome ogy for globally monitoring RNA translation; ranging footprinting, has revolutionized the ‘translatomics’ field from codon occupancy profiling, identification of ac- by mapping the position of ribosome-protected fragments tively translated open reading frames (ORFs), to the (RPFs), which typically range in length from 26 to 34 nu- quantification of translational efficiency under vari- cleotides (nt), over the entire transcriptome (1,2). The sci- entific community has employed Ribo-seq to answer awide ous physiological or experimental conditions. How- range of questions, ranging from the identification of trans- ever, analyzing and decoding translation information lated open reading frames (ORFs) to the quantification from Ribo-seq data is not trivial.
    [Show full text]
  • Comparative Ribosome Profiling Uncovers a Dominant Role for Translational Control in Toxoplasma Gondii
    Comparative ribosome profiling uncovers a dominant role for translational control in Toxoplasma gondii The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation Hassan, Musa A. et al. "Comparative ribosome profiling uncovers a dominant role for translational control in Toxoplasma gondii." BMC Genomics 18 (December 2017): 961 © 2017 The Author(s) As Published http://dx.doi.org/10.1186/s12864-017-4362-6 Publisher BioMed Central Version Final published version Citable link http://hdl.handle.net/1721.1/114431 Terms of Use Creative Commons Attribution Detailed Terms http://creativecommons.org/licenses/by/4.0/ Hassan et al. BMC Genomics (2017) 18:961 DOI 10.1186/s12864-017-4362-6 RESEARCH ARTICLE Open Access Comparative ribosome profiling uncovers a dominant role for translational control in Toxoplasma gondii Musa A. Hassan1,2*, Juan J. Vasquez3,8, Chew Guo-Liang4, Markus Meissner5,6 and T. Nicolai Siegel3,6,7 Abstract Background: The lytic cycle of the protozoan parasite Toxoplasma gondii, which involves a brief sojourn in the extracellular space, is characterized by defined transcriptional profiles. For an obligate intracellular parasite that is shielded from the cytosolic host immune factors by a parasitophorous vacuole, the brief entry into the extracellular space is likely to exert enormous stress. Due to its role in cellular stress response, we hypothesize that translational control plays an important role in regulating gene expression in Toxoplasma during the lytic cycle. Unlike transcriptional profiles, insights into genome-wide translational profiles of Toxoplasma gondii are lacking. Methods: We have performed genome-wide ribosome profiling, coupled with high throughput RNA sequencing, in intracellular and extracellular Toxoplasma gondii parasites to investigate translational control during the lytic cycle.
    [Show full text]
  • Assessing the Quality of Cotranscriptional Folding Simulations
    bioRxiv preprint doi: https://doi.org/10.1101/2020.01.06.895607; this version posted January 6, 2020. The copyright holder for this preprint (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made available under aCC-BY 4.0 International license. Assessing the Quality of Cotranscriptional Folding Simulations Felix Kühnl, Peter F. Stadler, and Sven Findeiß Abstract Structural changes in RNAs are an important contributor to controlling gene expression not only at the post-transcriptional stage but also during transcription. A subclass of riboswitches and RNA thermometers located in the 5’ region of the primary transcript regulates the downstream functional unit – usually an ORF – through premature termination of transcription. Such elements not only occur naturally but they are also attractive devices in synthetic biology. The possibility to design such riboswitches or RNA thermometers is thus of considerable practical interest. Since these functional RNA elements act already during transcription, it is important to model and understand the dynamics of folding and, in particular, the formation of intermediate structures concurrently with transcription. Cotranscriptional folding simulations are therefore an important step to verify the functionality of design constructs before conducting expensive and labour-intensive wet lab experiments. For RNAs, full-fledged molecular dynamics simulations are far beyond practical reach both because of the size of the molecules and the time scales of interest. Even at the simplified level of secondary structures further approximations are necessary. The BarMap approach is based on representing the secondary structure landscape F.
    [Show full text]
  • Control of RNA Function by Conformational Design
    DISSERTATION / DOCTORAL THESIS Titel der Dissertation /Title of the Doctoral Thesis Control of RNA function by conformational design verfasst von / submitted by Mag. rer. nat. Stefan Badelt angestrebter akademischer Grad / in partial fulfilment of the requirements for the degree of Doctor of Philosophy (PhD) Wien, 2016 / Vienna, 2016 Studienkennzahl lt. Studienblatt / A 794 685 490 degree programme code as it appears on the student record sheet: Dissertationsgebiet lt. Studienblatt / Molekulare Biologie field of study as it appears on the student record sheet: Betreut von / Supervisor: Univ.-Prof. Dipl.-Phys. Dr. Ivo Hofacker Design landscapes >Output Input AGGAACAGUCGCACU ACCCACCUCGACAUC AGCAACA GUAAAUCAAAUUGGA AGGAUCU ACUGAAGCCCUUGGU AGGAUCA CUGGAGUCACCAGGG objective function AGGAACA GGUUUACGUACUACU design Energy landscapes 0.7 0.7 >Input -8.0 Output 3.9 3.7 1.1 2.8 1.2 1.3 2.3 0.8 AGGAACAGUCGCACU 3.5 2.6 2.6 2.8 3.9 2.3 -10.0 3.0 4.2 1.2 0.7 2.3 1.2 4.4 1.3 0.599999 1.3 2.4 1.0 0.8 100 1.5 2.0 1.2 0.8 97 98 99 2.8 1.4 1.0 94 95 93 96 92 2.3 0.7 2.6 0.8 91 1.5 1.3 2.0 2.6 1.6 89 90 1.9 0.8 2.0 86 88 87 2.9 2.3 1.9 1.3 1.3 ACCCACCUCGACAUC 0.6 83 85 84 82 2.6 1.0 0.8 0.8 77 81 79 78 80 0.7 76 1.9 74 75 73 1.5 72 0.7 -12.0 0.8 0.8 70 71 1.1 0.799999 1.2 0.8 69 68 0.8 0.8 0.8 63 65 64 66 67 0.9 1.2 1.2 59 60 58 61 62 1.2 1.4 1.7 1.2 55 54 57 56 3.1 3.0 4.2 52 53 51 49 50 0.7 1.0 45 44 46 47 48 42 43 41 3.5 1.0 38 39 40 1.3 0.6 2.6 1.3 0.8 0.8 0.8 GUAAAUCAAAUUGGA 37 35 36 34 32 33 31 30 28 29 27 1.2 0.8 24 25 26 23 -14.0 22 20 21 2.4 17
    [Show full text]
  • Machine Learning a Model for RNA Structure Prediction
    Machine learning a model for RNA structure prediction Nicola Calonaci1, Alisha Jones2,3, Francesca Cuturello1, Michael Sattler2,3, and Giovanni Bussi1 1International School for Advanced Studies, via Bonomea 265, 34136 Trieste, Italy 2Institute of Structural Biology, Helmoltz Zentrum M¨unchen, Neuherberg 85764, Germany 3Center for Integrated Protein Science M¨unchen and Bavarian NMR Center at Department of Chemistry, Technical University of Munich, Garching 85757, Germany Abstract RNA function crucially depends on its structure. Thermodynamic models currently used for secondary structure prediction rely on com- puting the partition function of folding ensembles, and can thus esti- mate minimum free-energy structures and ensemble populations. These models sometimes fail in identifying native structures unless comple- mented by auxiliary experimental data. Here, we build a set of mod- els that combine thermodynamic parameters, chemical probing data (DMS, SHAPE), and co-evolutionary data (Direct Coupling Analysis, DCA) through a network that outputs perturbations to the ensemble free energy. Perturbations are trained to increase the ensemble popu- lations of a representative set of known native RNA structures. In the chemical probing nodes of the network, a convolutional window com- bines neighboring reactivities, enlightening their structural information arXiv:2004.00351v2 [q-bio.BM] 5 Oct 2020 content and the contribution of local conformational ensembles. Regu- larization is used to limit overfitting and improve transferability. The most transferable model is selected through a cross-validation strategy that estimates the performance of models on systems on which they are not trained. With the selected model we obtain increased ensem- ble populations for native structures and more accurate predictions in an independent validation set.
    [Show full text]
  • Alternative DNA Secondary Structure Formation Affects RNA Polymerase II Promoter-Proximal Pausing in Human Karol Szlachta1†, Ryan G
    Szlachta et al. Genome Biology (2018) 19:89 https://doi.org/10.1186/s13059-018-1463-8 RESEARCH Open Access Alternative DNA secondary structure formation affects RNA polymerase II promoter-proximal pausing in human Karol Szlachta1†, Ryan G. Thys1†, Naomi D. Atkin1†, Levi C. T. Pierce2, Stefan Bekiranov1* and Yuh-Hwa Wang1* Abstract Background: Alternative DNA secondary structures can arise from single-stranded DNA when duplex DNA is unwound during DNA processes such as transcription, resulting in the regulationorperturbationofthese processes. We identify sites of high propensity to form stable DNA secondary structure across the human genome using Mfold and ViennaRNA programs with parameters for analyzing DNA. Results: The promoter-proximal regions of genes with paused transcription are significantly and energetically more favorable to form DNA secondary structure than non-paused genes or genes without RNA polymerase II (Pol II) binding. Using Pol II ChIP-seq, GRO-seq, NET-seq, and mNET-seq data, we arrive at a robust set of criteria for Pol II pausing, independent of annotation, and find that a highly stable secondary structure is likely to form about 10–50 nucleotides upstream of a Pol II pausing site. Structure probing data confirm the existence of DNA secondary structures enriched at the promoter-proximal regions of paused genes in human cells. Using an in vitro transcription assay, we demonstrate that Pol II pausing at HSPA1B, a human heat shock gene, is affected by manipulating DNA secondary structure upstream of the pausing site. Conclusions: Our results indicate alternative DNA secondary structure formation as a mechanism for how GC-rich sequences regulate RNA Pol II promoter-proximal pausing genome-wide.
    [Show full text]
  • RNA Secondary Structure Prediction Using Deep Learning with Thermodynamic Integration ✉ Kengo Sato 1 , Manato Akiyama1 & Yasubumi Sakakibara1
    ARTICLE https://doi.org/10.1038/s41467-021-21194-4 OPEN RNA secondary structure prediction using deep learning with thermodynamic integration ✉ Kengo Sato 1 , Manato Akiyama1 & Yasubumi Sakakibara1 Accurate predictions of RNA secondary structures can help uncover the roles of functional non-coding RNAs. Although machine learning-based models have achieved high performance in terms of prediction accuracy, overfitting is a common risk for such highly parameterized fi 1234567890():,; models. Here we show that over tting can be minimized when RNA folding scores learnt using a deep neural network are integrated together with Turner’s nearest-neighbor free energy parameters. Training the model with thermodynamic regularization ensures that folding scores and the calculated free energy are as close as possible. In computational experiments designed for newly discovered non-coding RNAs, our algorithm (MXfold2) achieves the most robust and accurate predictions of RNA secondary structures without sacrificing computational efficiency compared to several other algorithms. The results sug- gest that integrating thermodynamic information could help improve the robustness of deep learning-based predictions of RNA secondary structure. 1 Department of Biosciences and Informatics, Keio University, 3–14–1 Hiyoshi, Kohoku-ku, Yokohama, Japan. ✉email: [email protected] NATURE COMMUNICATIONS | (2021) 12:941 | https://doi.org/10.1038/s41467-021-21194-4 | www.nature.com/naturecommunications 1 ARTICLE NATURE COMMUNICATIONS | https://doi.org/10.1038/s41467-021-21194-4 ecent studies have revealed that functional non-coding ContextFold14, and other methods, and has enabled us to more RNAs (ncRNAs) play essential roles, including transcrip- accurately predict RNA secondary structures. However, rich para- R fi fi tional regulation and guiding modi cation, participating in meterization can easily cause over tting to the training data, thus various biological processes ranging from development to cell preventing robust predictions for a wide range of RNA sequences15.
    [Show full text]
  • A Short Tutorial on RNA Bioinformatics 1 RNA Web Services
    A short Tutorial on RNA Bioinformatics The ViennaRNA Package and related Programs 1 RNA Web Services This tutorial aims to give a basic introduction to using the command line pro- grams in the ViennaRNA Package in a UNIX-like (LINUX) environment. Of course, some of you may ask “Why are there no friendly graphical user inter- faces?”. Well, there are some, especially in the form of web services. If a few simple structure predictions is all you want to do, there are several useful sites for doing RNA structure analysis available on the web. Indeed many of the tasks described below can be performed using various web servers. Useful Web Services • Michael Zuker’s mfold server computes (sub)optimal structures and hy- bridization for DNA and RNA sequences with many options. http://mfold.rna.albany.edu/?q=mfold • BiBiServ, several small services e.g. pseudo-knot prediction pknotsRG, bi- stable structures paRNAss, alignment RNAforester, visualization RNAmovies, suboptimal structures RNAshapes http://bibiserv.techfak.uni-bielefeld.de/ • The ViennaRNA Server offers web access to many tools of the ViennaRNA Package, e.g. RNAfold, RNAalifold, RNAinverse and RNAz http://rna.tbi.univie.ac.at/ • several specialized servers such as pfold consensus structure prediction http://www.daimi.au.dk/~compbio/rnafold/ s-fold stochastic suboptimals and siRNA design http://sfold.wadsworth.org/ StrAl progressiv ncRNA alignment tool http://www.biophys.uni-duesseldorf.de/stral/ Web servers are also a good starting point for novice users since they provide a more intuitive interface. Moreover, the ViennaRNA Server will return the equivalent command line invocation for each request, making the transition from web services to locally installed software easier.
    [Show full text]
  • In Silico Study on RNA Structures of Intronic Mutations of Beta-Globin Gene [Version 1; Peer Review: 1 Approved with Reservations, 1 Not Approved]
    F1000Research 2020, 9:49 Last updated: 03 SEP 2020 RESEARCH ARTICLE In silico study on RNA structures of intronic mutations of beta-globin gene [version 1; peer review: 1 approved with reservations, 1 not approved] Nur Imaniati Sumantri1, Kenny Lischer2,3, Dian Rachma Wijayanti4, Tomy Abuzairi 1,3 1Biomedical Engineering, Department of Electrical Engineering, Faculty of Engineering, Universitas Indonesia, Depok, 16424, Indonesia 2Bioprocess Technology, Department of Chemical Engineering, Faculty of Engineering, Universitas Indonesia, Depok, 16424, Indonesia 3Research Center for Biomedical Engineering, Faculty of Engineering, Universitas Indonesia, Depok, 16424, Indonesia 4Department of Biotechnology, Faculty of Science and Technology, Binawan University, Jakarta, 13630, Indonesia v1 First published: 27 Jan 2020, 9:49 Open Peer Review https://doi.org/10.12688/f1000research.21953.1 Second version: 20 Jul 2020, 9:49 https://doi.org/10.12688/f1000research.21953.2 Reviewer Status Latest published: 01 Sep 2020, 9:49 https://doi.org/10.12688/f1000research.21953.3 Invited Reviewers Abstract 1 2 Background: Mutation of the beta-globin gene (HBB) interferes with primary mRNA transcription, leading to beta-thalassemia disease. The version 3 IVS1nt1 and IVS1nt5 mutations were reported as two of the most (revision) prevalent intronic mutations associated with beta-thalassemia major. 01 Sep 2020 These mutations may affect the mRNA structure of the human beta- globin (HBB) gene. However, the mechanism by which variation in HBB version 2 alters the mRNA structure remains unclear. The objective of this study (revision) report report was to unveil the secondary and tertiary conformation difference of 20 Jul 2020 the mutants compared to the wildtype using in silico analysis.
    [Show full text]