Skip to main content
  • Research Article
  • Open access
  • Published:

ERD: a fast and reliable tool for RNA design including constraints

Abstract

Background

The function of an RNA in cellular processes is directly related to its structure. The free energy of RNA structure in another important key to its function as only some structures with a specific level of free energy can take part in cellular reactions. Therefore, to perform a specific function, a particular RNA structure with specific level of free energy is required. For a given RNA structure, the goal of the RNA design problem is to design an RNA sequence that folds into the given structure. To mimic the biological features of RNA sequences and structures, some sequence and energy constraints should be considered in designing RNA. Although the level of free energy is important, it is not considered in the available approaches for RNA design problem.

Results

In this paper, we present a new version of our evolutionary algorithm for RNA design problem, entitled ERD, and extend it to handle some sequence and energy constraints. In the sequence constraints, one can restrict sequence positions to a fixed nucleotide or to a subset of nucleotides. As for the energy constraint, one can specify an interval for the free energy ranges of the designed sequences. We compare our algorithm with INFO-RNA, MODENA, NUPACK, and RNAiFold approaches for some artificial and natural RNA secondary structures and constraints.

Conclusions

The results indicate that our algorithm outperforms the other mentioned approaches in terms of accuracy, speedup, divergency, nucleotides distribution, and similarity to the natural RNA sequences. Particularly, the designed RNA sequences in our method are much more reliable and similar to the natural counterparts. The generated sequences are more diverse and they have closer nucleotides distribution to the natural one. The ERD tool and web server are freely available at http://mostafa.ut.ac.ir/corna/erd-cons/.

Background

Ribonucleic acids play fundamental roles in cellular processes and their functions are directly related to their structures. The function of an RNA is highly dependent on its three-dimensional conformation which is referred to as RNA tertiary structure. Since the prediction or experimental determination of tertiary structure is very difficult, so many works focus on the problems associated with the RNA secondary structure.

An important problem in the RNA research area is the RNA inverse folding, in which, the secondary structure of an RNA is given and the goal is to find a proper sequence that folds into the given structure. The RNA inverse folding problem can be used to design non-coding RNAs, which are involved in gene regulation, chromosome replication and RNA modification [1,2]. The designed sequences are also applicable to the construction of ribozymes and riboswitches, which may be used as drugs and therapeutic agents in research [3], or for building self-assembling structures from small RNA molecules in nano-biotechnology [4]. In the RNA inverse folding problem, there is an exponential number of sequences to be considered as candidates for the solution [5-7]. It is also suggested that the RNA inverse folding problem may be NP-Hard, i.e., the time required to find an exact global solution grows exponentially [8]. Therefore, the heuristic search methods are widely used to address this problem [3,4,9-14].

RNAinverse, available as a part of the Vienna RNA package, is an original approach to solve this problem [12]. The second algorithm, called RNA-SSD which is developed by Andronescu et al. (2004), tries to minimize the structural distance via recursive stochastic local search [10]. Busch and Backofen (2006) proposed another algorithm based on dynamic programming and local search, called INFO-RNA [3]. This algorithm consists of two steps. In the first step, it generates an initial sequence using dynamic programming. In the second step, it uses a stochastic local search method to improve the quality of the initial sequence. Genetic algorithm is also used to solve the RNA inverse folding problem, both for RNA secondary structure [15,16] and pseudoknotted structures [16,17]. In [18], a dynamic programming approach (NUPACK) is employed for designing the RNA sequence that is intended to adopt a target secondary structure at equilibrium. They formulated the sequence design problem as an optimization problem with the goal of reducing the ensemble defect.

A Constraint Programming (CP) approach, entitled RNAiFold, is presented to solve the RNA inverse folding problem. This approach allows a wide range of design constraints to be specified [7]. It also introduces a Large Neighborhood Search (LNS) approach which allows larger instances at the cost of losing completeness, while retaining the advantages of meeting design constraints (motif, GC-content, etc.). IncaRNAtion [19] implements a novel algorithm based on weighted sampling techniques [20] that enables user to control explicitly the GC-content of the solution. This functionality is useful because wild-type sequences within living organisms often present medium or low GC-content, presumably to offer better transcription rates and/or structural plasticity. RNAdesign is another tool for designing RNA sequences that fold into multiple target structures [21]. It uses the graph coloring techniques and heuristic local optimization algorithm to find sequences whose energy landscapes are dominated by the prescribed conformations.

In this paper, we extend our original Evolutionary RNA Design (ERD) algorithm [5] to address its previous limitations and to offer new functionalities. First, we consider the RNA inverse folding problem satisfying some sequence constraints. These constraints can restrict certain positions to a fixed nucleotide or to a fixed subset of nucleotides. Next, a new functionality for bounding the free energy of generated sequences over the given structure to a specified interval is presented. This energy constraint is essential, since only some structures with a specific level of energy can take part in certain biological reactions. The new extended ERD tool can also be used to design the RNA elements that include conserved nucleotides, which are essential for binding proteins.

Methods

In this section, we briefly introduce our evolutionary algorithm for designing an RNA sequence that folds into a given target structure [5]. Any RNA secondary structure can be uniquely decomposed into its structural components (stems, hairpin loops, internal loops, bulge loops, multi-loops, and external loop), each having a different length. By employing the natural RNA sequences, we first construct the pools of RNA sub-sequences corresponding to different components with different lengths. Using these pools, we then construct an initial RNA sequence which is compatible with the given target structure. After that, the target structure is hierarchically decomposed into smaller sub-structures. This decomposition is performed in positions where the multi-loops occur. Finally, we use an evolutionary algorithm to improve the quality of the sub-sequences corresponding to the decomposed sub-structures. The ERD tool has been implemented in C programming language to be consistent with the Vienna RNA package and to benefit from the faster execution of the compiled code in this language. The details of the above-mentioned steps are presented in the following subsections.

Pools reconstruction

In order to design RNA sequences similar to the natural ones, we use an existing database of natural RNA sequences (namely, STRAND [22]) to construct the pools of RNA sub-sequences. To do this, for each sequence in this database, the fold method of the Vienna RNA package is executed to obtain its secondary structure. Then, this structure is decomposed into its structural components and the sub-sequences of the same type and length are gathered into the same pool.

Construct the initial sequence

To be consistent with the other parts of our algorithm, specially when we improve the quality of the sub-sequences corresponding to the components, we assign a compatible RNA sequence to the given target structure. To do this, the target structure is decomposed into its structural components and a sub-sequence is randomly picked from the corresponding pool based on the type and length of each component. These sub-sequences are then assembled to produce a compatible sequence for the target structure. It should be mentioned that this initial sequence is not guaranteed to be folded into the target structure and therefore it should be considered for further improvements. In addition, the initial sequence should satisfies the sequence and free energy constraints, if they are specified. Therefore, if the initial sequence violates some constraints, another initial sequence is constructed. This step is repeated up to 1000 times.

In addition to the sequence constraints, the minimum and maximum energy ranges can be specified for the generated sequences over the given structure. The default maximum energy range is 0 and default minimum energy range is −∞. After generating the initial sequence, its thermodynamic free energy over the target structure is evaluated by employing the e n e r g y_o f_s t r u c t u r e method (available as a part of the Vienna RNA Package). If this free energy does not belong to the specified energy ranges, another initial sequence is generated to satisfy the energy constraint. This step is repeated up to 1000 times.

Hierarchical structure decomposition

Since any folding algorithm requires at least O(n 3) operations, improving the whole initial sequence will increase the overall running time of any heuristic algorithm. On the other hand, decomposing the target structure into its structural components produces many small components and increases the number of iterations, and consequently increases the running time. In order to speed up the running time of our algorithm, we employ an intermediate decomposition scheme to decompose the target structure into its sub-structures. This decomposition is done in positions where the multi-loops occur in the given target structure. Let the given structure consist of k multiloops M 1,M 2,…,M k . For each p (1≤p≤k), let M p contain q closing base pairs, say \({{i^{1}_{p}}}.{{j^{1}_{p}}},\; {{i^{2}_{p}}}.{{j^{2}_{p}}},\; \cdots,\;{{i^{q}_{p}}}.{{j^{q}_{p}}}\). We define an order over the closing bases as follows:

$${i^{a}_{p}}.{j^{a}_{p}} < {i^{b}_{p}}.{j^{b}_{p}} \Longleftrightarrow {i^{a}_{p}} < {i^{b}_{p}} $$

Based on this ordering, the minimum closing base pair in each multi-loop is called tag base pair and the stem containing a tag base pair is called tag stem. Now, the minimum base pair (in tag stem with respect to the previously defined order) is marked as a breaking base pair. The tag base pairs, as well as the breaking base pairs are shown in Figure 1, which is drawn by VARNA [23]. If several breaking base pairs are available, the one whose resulting sub-structures have almost equal lengths is chosen. The process of decomposing the given structure is performed recursively to yield the hierarchy over the sub-structures. The initial compatible sequence is also decomposed exactly in the same positions with respect to the corresponding sub-structure (See [5] for details).

Figure 1
figure 1

Hierarchical decomposition [ 5 ]. The hierarchical decomposition of target structure into its sub-structures.

Evolutionary algorithm

After constructing the pools of RNA sub-sequences as well as the initial sequence, and decomposing the given structure into sub-structures, we employ an evolutionary algorithm to improve the quality of the initial RNA sequence. The first step in our evolutionary algorithm is the construction of the initial population. To do this, we use the fold method (available as a part of the Vienna RNA Package) over the initial sequence as input to determine its Minimum Free Energy (MFE) secondary structure. The predicted structure may differ from the target structure in some positions. Then we choose the components containing these positions of differences and for each of them we replace its corresponding sub-sequence with another sub-sequence from the appropriate pool, regarding its type and length. These new sequences are considered as the initial population. To evaluate the quality of the sequences in the resultant population, several steps are taken in our algorithm. These sequences are first evaluated by employing the energy_of_structure method (available as a part of the Vienna RNA Package) to determine their thermodynamic free energy over the target structure. Then they are sorted increasingly according to their energy values. Among them, the three best sequences (with lowest energies) are selected for further evaluations. The structures of these three sequences are determined by employing the fold method. Next, the Hamming distance between the target structure and the three selected structures, as well as the best structure found, are calculated. Again, the best three of them are chosen as a basis for generating the next population. The best one is also stored as the best solution till now. It should be noted that, in our evolutionary algorithm, we do not have crossover operation and the mutation operates in component level (not in nucleotide level). The termination condition in our algorithm (without constraints) is either finding a solution with the Hamming distance equal to zero or continuing the above processes for at most 250 iterations (in this case, the final best solution is reported).

In an extension to [5], the ERD tool can handle a set of user-defined constraints on the generated sequences. These constraints have to be satisfied during the execution of the algorithm. The evolutionary step in the ERD is the most appropriate place to consider the constraints, i.e the sub-sequences in the current population are modified in such a way that satisfy the given constraints.

In addition to the sequence constraints, the minimum and maximum energy ranges can be specified for the generated sequences over the given structure. If an interval is specified for the energy value, instead of choosing the most stable sequence of the current population as the best one, a sequence that has the least energy difference with the center of the specified energy interval is selected as the best one. In this case, the ERD terminates when either the number of iterations reaches its maximum or a sequence is found where its structure has zero Hamming distance to the target structure, it satisfies the sequence constraints, and its energy value over the target structure belongs to the specified interval. Therefore, the ERD tool returns the best-found RNA sequence satisfying both the sequence and energy constraints.

Results and discussion

As shown in [5], ERD approach (without constraints) proceeds better and more rapidly than the other existing approaches, specially for longer structures. It has been examined over the natural and artificial RNA structures and the results indicate that ERD has higher success count as well as lower computational time. It also produces RNA sequences with wider energy ranges, i.e. the generated sequences are distributed more diverse in the solution space. The average energy values of the generated sequences by ERD over the target structures are closer to those of natural sequences, compared with the other approaches. This helps us to select an RNA sequence whose minimum free energy is closer to the natural counterparts. The Boltzmann probabilities of the designed sequences are also closer to those of natural sequences. The distribution of nucleotides and base pairs is also analyzed for the generated sequences and the distribution of the ERD generated sequences is much closer to the natural distribution of nucleotides and base pairs, compared with the other approaches.

Dataset for benchmark constraints

In order to test the accuracy and reliability of our algorithm with constraints, we employ two different datasets. The first one is the dataset which is used by RNA-SSD [10] (dataset A). This dataset contains 8 natural structures of length between 65 and 583 nucleotides. The biological description of these structures are presented in Table 1. The second dataset is chosen from [24] which contains 12 structures of length 178 and 176 nucleotides (dataset B), consisting of artificial miRNA structures that are published in [25] (see Table 2).

Table 1 Biological description of the sequences and structures in dataset A
Table 2 Biological description of the sequences and structures in dataset B

Since no sequence constraints are available for the structures in dataset A, three different sets of constraints are randomly generated for this dataset. In the first set of constraints, only 10% of positions in each structure are randomly selected and a random nucleotide (with uniform distribution) is assigned to each selected position and considered as sequence constraints (dataset A−C10). In the second and third sets of constraints, respectively 20% and 30% of positions are randomly selected, fixed, and considered as constraints (datasets A−C20 and A−C30, respectively). For the structures in dataset B, their corresponding sequence constraints are available, in which the natural RNA sequences of the structures are employed to fix some positions. The third dataset (dataset C) contains 408 sequences of length between 36 and 1509 nucleotides that are selected from R f a m 11. To this end, the first sequence in each block of 940 sequences in R f a m 11 is selected.

The results of our algorithm over the above mentioned datasets are compared with the results of four other approaches, namely INFO-RNA, MODENA, NUPACK, and RNAiFold. Different measures are employed in our comparisons to determine the accuracy and reliability of the competitor approaches. All the results (except for RNAiFold) are obtained by a computer with Intel Core2Duo (2.26 G H z) CPU, having 2G B of memory, and running Linux Ubuntu (11.04) as operating system. The Vienna RNA Package (version 1.8.5) along with the Turner free energy parameters [26] are employed in all approaches. NUPACK is the only approach that uses the ensemble defect as a fitness function, where the threshold value is considered 0.01. As for MODENA, the default parameters (50 for both population size and iterations) are utilized. The results of RNAiFold are either obtained from its web server (for datasets A and B) or generated by a powerful cluster (for dataset C). Since the hardware specification to run the RNAiFold is different, the time is not provided for this method in our comparisons.

For each structure and its related constraint sequence in datasets A and B, all the mentioned approaches are executed 50 times, where the time limit of 1800 seconds is considered for each execution. The success count (SC) indicates how often each approach successfully designs an RNA sequence (among 50 executions) for each given structure and constraint. The expected time (E T ) indicates how much time is required for successfully designing an RNA sequence for each structure and it is calculated as follows:

$$ {E_{T}} = \frac{{Total\;Execution\;Time}}{{SC}}. $$
((1))

All the mentioned approaches are executed one time for the structures and their corresponding sequences in dataset C. The time limit of 3600 seconds are considered for each execution. Here, the SC indicates how many sequences are successfully designed for 408 structures in this dataset. The expected summation of energy distance (E ED ) indicates how much energy value of successfully designed sequences of any approach is different from the energy value of natural sequence and it is calculated as follows:

$$ {E_{ED}} = \frac{{\sum \mid E_{sd}-E_{n}\mid}}{{SC}}, $$
((2))

where E sd indicates the energy value of successfully designed sequence and E n indicates the energy value of it corresponding natural sequence.

The accuracy and speed comparisons of our algorithm with respect to the other approaches are presented in Tables 3, 4 and 5, respectively for the constructed datasets of random constraints A−C10, A−C20, and A−C30. The ∞ sign in these tables indicates that the corresponding approach could not design an appropriate sequence for the given structure and constraint in the period of the execution time limit. The best results are also indicated in bold face in these tables. Since MODENA returns all correctly generated sequences as results (among 50 sequences in its final population), the E T of MODENA is calculated by considering one execution time as its total execution time, in order to be fair in our comparison. As it is mentioned in Tables 3, 4 and 5, our algorithm performs much better than MODENA in all cases, and it is better than INFO-RNA and RNAiFold in most of the cases. Compared with NUPACK, our algorithm is superior specially in terms of computational time.

Table 3 Results for dataset A-C 10
Table 4 Results for dataset A-C 20
Table 5 Results for dataset A-C30

The same comparisons between the existing approaches for dataset B are presented in Table 6. The ERD-EC column in this table relates to the results of ERD when the energy constraint is also specified. The energy interval for the generated sequences for dataset B is considered as the natural energy value ±10. As it is understood, the computational time is increased when the energy interval is specified. Again, the superiority of our approach is concluded form this table. Table 7 indicates that the average energy values of the generated sequences by ERD over the given structures are closer to the natural energies, compared with the other approaches. Also, when the energy constraint is applied, more reliable sequences are generated by ERD. This helps us to select an RNA sequence whose secondary structure has free energy value closer to that of natural counterparts. Comparing with the other methods, INFO-RNA is superior in generating sequences that have lower minimum free energy structure.

Table 6 Results for dataset B
Table 7 The average free energy values of sequences generated for dataset B

Two important questions are, 1) Which approach can generate divers sequences for the given target structure? and 2) Which approach can generate sequences similar to natural one? To answer these questions, the similarity between the generated sequences as well as the similarity of them to the corresponding natural sequence must be calculated. To do this, the needle software from the EMBOSS is employed [27] to calculate the similarities. EMBOSS (the European Molecular Biology Open Software Suite) is a free open source software analysis package specially developed for the needs of the molecular biologist. The software automatically copes with data in a variety of formats and even allows transparent retrieval of sequence data from the web. Also, as extensive libraries are provided with the package, it is an appropriate platform to allow other scientists to develop and release software. needle uses the Needleman-Wunsch alignment algorithm to find the optimum alignment (including gaps) of two sequences along their entire length [28,29]. The algorithm uses a dynamic programming method to ensure the alignment is optimum, by exploring all possible alignments and choosing the best one. A scoring matrix is provided for every possible residue or nucleotide match. For each approach, the expected similarity between the generated sequences for different dataset are presented in Table 8. Since the success counts are almost different for all approach, the expected similarity for the generated sequences by each approach (E SA ) is calculated as follows:

Table 8 The expected similarity of the generated sequences
$$ {E_{SA}} = \frac{1}{{|D|}}\sum\limits_{I \in D} {\frac{{\sum\limits_{i = 1}^{SC(I)} {\sum\limits_{j = i + 1}^{SC(I)} {similarity({S_{i}},{S_{j}}})} }}{{\frac{{SC(I)(SC(I) - 1)}}{2}}}}, $$
((3))

where D is the employed dataset, I indicates a structure of D, S C(I) represents the success count for the structure I, S i (S j ) indicates the ith (jth) successfully designed sequence for the structure I, and s i m i l a r i t y(S i ,S j ) calculates the similarity between S i and S j . As it is understood from Table 8, the generated sequences by ERD are less similar (more divers) comparing with the other competitors.

Also, the expected similarity of the generated sequences by each approach to the corresponding natural sequence (E SN ) is calculated as follows:

$$ E_{SN}=\frac{\sum\limits_{i=1}^{SC}similarity(S_{A_{i}},S_{N_{i}})}{SC}, $$
((4))

where \(S_{A_{i}}\) is the ith successfully designed sequence for each approach and \(S_{N_{i}}\) is the corresponding natural sequence in dataset C. The calculated values of E SN for each approach are shown in Table 9. As it is obvious, ERD is superior in time, accuracy, and similarity to the natural sequences comparing with the other approach. The ERD-EC in this table is related to the results of ERD when the energy constraint (±10% of the natural energy value) is specified. The expected consequences of applying the energy constraint are: 1) increasing the expected time, 2) decreasing the success count, 3) generating sequences that have lower expected energy distance, and 4) generating sequences that are more similar to the natural counterpart.

Table 9 Results for dataset C

The final test we have done over the generated sequences is the distribution of nucleotides. We would like to see which method produce RNA sequences with distribution closer to the natural distribution of each nucleotide. To do this, the natural distribution of each nucleotide appeared in different structural components is calculated. Then the generated sequences of each method are analyzed and the distribution of each nucleotide in different structural components are calculated and presented in Table 10. As it is shown in this table, the distribution of nucleotides for the sequences generated by ERD is much closer to the natural distribution of nucleotides with respect to the other approaches. For example, all mentioned methods (except ERD and NUPACK) employ almost CG base pairs in generating sub-sequences corresponding to the stems. Here, ERD regards the natural distribution of nucleotides comparing with NUPACK. Also, MODENA and RNAiFold employ almost the nucleotides A for generating the sub-sequences corresponding to the loops, whereas ERD, INFO-RNA, and NUPACK employ the other nucleotides as well.

Table 10 The nucleotides distribution in the generated sequences for all datasets

Web server

The ERD web server allows biologists to design RNA sequences that fold into a given structure, in an automatic manner. The procedure is fast as most of the requests are completed within seconds. The ERD web server is intuitively arranged with very clear user interface. All the required inputs to run the ERD algorithm should be given in the input form. The target structure must be entered in the dot-parenthesis notation. In this notation, an unpaired base is represented by a dot and a base pair between bases i and j is represented by a pair of ‘(’ and ‘)’ in position i and j, respectively.

The constraints over the generated sequences could be also specified as IUPAC symbols, where some positions of the generated RNA sequences can be fixed to a specific nucleotides or to a subset of nucleotides. In addition to the sequence constraints, the energy ranges of the generated sequences over the target structure can be determined in ERD web server. This energy range reflects the level of stability for the generated sequences from the thermodynamic point of view. Only some structures with a specific level of energy can take part in certain biological reactions. Therefore, this capability of ERD web server allows researchers to generate sequences with similar structure and a specific level of energy values. This helps us to mimic the biological features of RNA structures that are dependent on the level of their free energies.

Finally, the user can choose whether the generated sequences, as well as some additional information, are shown on a web page or send by email. Each job has its own process ID which can be used in the future to retrieve the corresponding results from the server. For all available options, a comprehensive description and detailed examples are provided. The results of a typical computation are presented in Figure 2. On the top of this figure, the input data are summarized. Below that, the length, distances, energy values, execution times, and designed sequences are shown. Additionally, the user can download the results in the form of FASTA or CT formats.

Figure 2
figure 2

A typical output of ERD web server. Here, the target structure and its sequence constraints (fixed nucleotides in internal and hairpin loops) are given as input and 10 RNA sequences are designed with respect to the given constraints.

Conclusion

We have shown that the ERD tool is a very fast and successful approach to design RNA sequences which fold into a given structure and fulfill some sequence and energy constraints. The core of the algorithm was previously introduced in [5], where we showed that it proceeds better and faster than the other existing approaches. Here, we have demonstrated that the ERD tool, with additional constraints on the sequence and energy level, also performs better and faster than the other competitors.

In addition to the sequence constraints, the energy ranges of the generated sequences over the target structure can be specified in ERD tool. This capability of ERD allows researchers to generate sequences with similar structure and a specific level of energy value.

References

  1. Cech TR. Rna finds a simpler way. Nature. 2004; 428:263–4.

    Article  CAS  PubMed  Google Scholar 

  2. Ivry T, Michal SH, Avihoo A, Sapiro G, Barash D. An image processing approach to computing distances between rna secondary structures dot plots. Algorithms Mol Biol. 2009; 4(4):10–11861748718844.

    Google Scholar 

  3. Busch A, Backofen R. Info-rna - a fast approach to rna inverse folding. Bioinformatics. 2006; 22:1823–31.

    Article  CAS  PubMed  Google Scholar 

  4. Aguirre-Hernández R, Hoos HH, Condon A. Computational rna secondary structure design: empirical complexity and improved methods. BMC Bioinf. 2007; 8(34):10–118614712105834.

    Google Scholar 

  5. Esmaili-Taheri A, Ganjtabesh M, Mohammad-Noori M. Evolutionary solution for the rna design problem. Bioinformatics. 2014; 30(9):1250–8.

    Article  CAS  PubMed  Google Scholar 

  6. Condon A, Davy B, Rastegari B, Zhao S, Tarrant F. Classifying rna pseudoknotted structures. Theor Comp Sci. 2004; 320:35–50.

    Article  Google Scholar 

  7. Garcia-Martin JA, Clote P, Dotu I. Rnaifold: A constraint programming algorithm for rna inverse folding and molecular design. J Bioinform Comput Biol. 2013; 11(1350001):10–11420219720013500017.

    Google Scholar 

  8. Schnall-Levin M, Chindelevitch L, Berger B. Inverting the viterbi algorithm: an abstract framework for structure design. In: Proceedings of the 25th international conference on Machine learning. NY, USA: ACM New York: 2008. p. 904–911.

    Google Scholar 

  9. Haslinger C, Stadler P. Rna structures with pseudo-knots: graph-theoretical, combinatorial and statistical properties. Bull Math Biol. 1999; 61:437–67.

    Article  CAS  PubMed  Google Scholar 

  10. Andronescu M, Fejes AP, Hutter F, Hoos HH, Condon A. A new algorithm for rna secondary structure design. J Mol Biol. 2004; 336:607–24.

    Article  CAS  PubMed  Google Scholar 

  11. Dormi N, Avihoo A, Barash D. Reconstruction of natural rna sequences from rna shape, thermodynamic stability, mutational robustness, and linguistic complexity by evolutionary computation. J Biomol Struct Dyn. 2008; 26(1):147–62.

    Article  Google Scholar 

  12. Hofacker IL, Fontana W, Stadler PF, Bonhoeffer LS, Tacker M, Schuster P. Fast folding and comparison of rna secondary structures. Monatsh Chem. 1994; 125:167–88.

    Article  CAS  Google Scholar 

  13. Ganjtabesh M, Steyaert JM. Enumerating rna structures, including pseudoknots of any topology. MATCH Commun Math Comput Chem. 2011; 66:399–414.

    CAS  Google Scholar 

  14. Avihoo A, Churkin A, Barash D. Rnaexinv: An extended rna inverse folding from shape and physical attributes to sequences. BMC Bioinf. 2011; 12(319):10–11861471210512319.

    Google Scholar 

  15. Taneda A. Modena: a multi-objective rna inverse folding. Adv App Bioinf Chem. 2011; 4:1–12.

    CAS  Google Scholar 

  16. Lyngsø RB, Anderson JWJ, Sizikova E, Badugu A, Hyland T, Hein J. Frankenstein: multiple target inverse rna folding. BMC Bioinf. 2012; 13(260):10–11861471210513260.

    Google Scholar 

  17. Taneda A. Multi-objective genetic algorithm for pseudoknotted rna sequence design. Front Genet. 2012; 3(36):10–3389201200036.

    Google Scholar 

  18. Zadeh JN, Wolfe BR, Pierce NA. Nucleic acid sequence design via efficient ensemble defect optimization. J Comput Chem. 2011; 32:439–52.

    Article  CAS  PubMed  Google Scholar 

  19. Reinharz V, Ponty Y, Waldispuh J. A weighted sampling algorithm for the design of rna sequences with targeted secondary structure and nucleotide distribution. Bioinformatics. 2013; 29:308–15.

    Article  CAS  Google Scholar 

  20. Bodini O, Ponty Y. Multi-dimensional boltzmann sampling of languages. In: DMTCS Proc. France: LORIA, Nancy: 2010. p. 49–64.

    Google Scholar 

  21. Höner zu Siederdissen C, Hammera S, Abfalter I, Hofacker IL, Flamma C, Stadler PF. Computational design of rnas with complex energy landscapes. Biopolymers. 2013; 99(12):1124–36.

    PubMed  Google Scholar 

  22. Toonen RJ, Hughes S. Increased throughput for fragment analysis on an ABI Prism®; 377 automated sequencer using a membrane comb and STRand software. Biotechniques. 2001; 31(6):1320–25.

    CAS  PubMed  Google Scholar 

  23. Darty K, Denise A, Ponty Y. Varna: Interactive drawing and editing of the rna secondary structure. Bioinformatics. 2009; 25(15):1974–5.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  24. Busch A, Backofen R. Info-rna a server for fast inverse rna folding satisfying sequence constraints. Nucleic Acids Res. 2007; 35:310–13.

    Article  Google Scholar 

  25. Schwab R, Ossowski S, Riester M, Warthmann N, Weigel D. Highly specific gene silencing by artificial micrornas in arabidopsis. Plant Cell. 2006; 18:1121–33.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  26. Mathews DH, Sabina J, Zuker M, Turner H. Expanded sequence dependence of thermodynamic parameters provides robust prediction of rna secondary structure. JMB. 1999; 288:911–40.

    Article  CAS  Google Scholar 

  27. Rice P, Longden I, Bleasby A. The european molecular biology open software suite. Trends Genet 16. 2000; 6:276–77.

    Article  Google Scholar 

  28. Needleman SB, Wunsch CD. A general method applicable to the search for similarities in the amino acid sequence of two proteins. J Mol Biol. 1970; 48(3):443–53.

    Article  CAS  PubMed  Google Scholar 

  29. Kruskal JB. An overview of sequence comparison: Time warps, string edits, and macromolecules. SIAM Rev. 1983; 25(2):201–37.

    Article  Google Scholar 

Download references

Acknowledgements

The authors would like to thank Dr. Ivan Dotu for generating the results corresponding to the RNAiFold method. The authors would also like to thank Mr. Saeed Mahmoodi Hashemi and Mr. Alireza Shafei Fard for their helpful comments and Mr. Hamid Karimi Rouzbahani for editing this manuscript.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Mohammad Ganjtabesh.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

MG participated in the design of the study and performed the analysis of algorithms and experiments. MG involved in drafting the manuscript and revising it critically for important intellectual content. AET participated in the design and analysis of algorithms, performed implementations and experiments, and carried out the web server. AET also helped to draft the manuscript and revising it. Both authors read and approved the final manuscript.

Rights and permissions

This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly credited. 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

Esmaili-Taheri, A., Ganjtabesh, M. ERD: a fast and reliable tool for RNA design including constraints. BMC Bioinformatics 16, 20 (2015). https://doi.org/10.1186/s12859-014-0444-5

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-014-0444-5

Keywords