Abstract
Motivation: RNA sequence design is studied at least as long as the classical folding problem. Although for the latter the functional fold of an RNA molecule is to be found, inverse folding tries to identify RNA sequences that fold into a function-specific target structure. In combination with RNA-based biotechnology and synthetic biology, reliable RNA sequence design becomes a crucial step to generate novel biochemical components.
Results: In this article, the computational tool antaRNA is presented. It is capable of compiling RNA sequences for a given structure that comply in addition with an adjustable full range objective GC-content distribution, specific sequence constraints and additional fuzzy structure constraints. antaRNA applies ant colony optimization meta-heuristics and its superior performance is shown on a biological datasets.
Availability and implementation: http://www.bioinf.uni-freiburg.de/Software/antaRNA
Contact: backofen@informatik.uni-freiburg.de
Supplementary information: Supplementary data are available at Bioinformatics online.
1 Introduction
Engineered RNA molecules are of growing importance with applications ranging from biotechnology to medicine and synthetic biology. In biotechnology, several applications use engineered RNAs as scaffolds to optimize reactions or to deliver drugs. For example, RNA aptamers can serve as protein-docking sites within scaffolds to organize intracellular reactions (Delebecque et al., 2011, 2012). Or the bacteriophage phi29 DNA packaging motor can be used to generate RNA nanoparticles for delivering therapeutic compounds (Guo, 2010). However, biotechnology applications are not restricted to scaffold design, but often involve intriguing RNA-based pathways. For instance, Penchovsky and Breaker (2005) computationally designed ribozymes to sense oligonucleotides. Last but not least, the application of the CRISPR/cas9 system for genetic engineering is emerging and complementing the well established RNAi technology. This requires the design of specific RNA-molecules, see the review of Terns and Terns (2014).
Another important and growing area is RNA synthetic biology, as reviewed in (Benenson, 2012; Isaacs et al., 2006). Design examples include RNA-based regulators of translation (Mutalik et al., 2012), a general, RNA-based framework for microbial engineering on the level of DNA, protein or mRNA (Qi and Arkin, 2014), sRNA-based cellular circuits (Rodrigo et al., 2012), the improvement of functional sRNAs by scaffold engineering (Sakai et al., 2014) or the de novo design of synthetic, transcriptional riboswitches (Wachsmuth et al., 2013).
Many of these approaches use rational design, based on a secondary structure model of the targeted RNA molecule, and an increasing number of applications use computational methods for filtering the initial design. In principle, this is an instance of the inverse folding problem, which consists of finding a sequence that fits some secondary structure constraints. RNAinverse (Hofacker et al., 1994) pursues seed sequence generation with a subsequent optimization based on local search. The objective function is either to maximize the similarity of the minimum free energy (MFE) structure to the target, or to maximize the probability of the target structure in the ensemble. Several other programs follow the idea of RNAinverse and try to provide better strategies for either finding seed sequences or the local refinement step. For instance, in InFoRNA (Busch and Backofen, 2006, 2007) the seeding was improved by generating a sequence that is maximally stable for the target structure and thus has high probability to fold into that structure. RNA-SSD (Andronescu et al., 2004) extends this by using stochastic local search. In more recent approaches, new strategies have been used in order to find sequence solutions: NUPACK (Zadeh et al., 2011) is using efficient ensemble defect optimization; RNAfbinv (Weinbrand et al., 2013) employs simulated annealing for a fragment-based design; fRNAkenstein (Lyngso et al., 2012) applies a genetic algorithm approach. Similarly, the approach by Dromi et al. (2008), MODENA (Taneda, 2011) and ERD (Ali et al., 2014) also apply evolution inspired principles to solve the inverse folding problem.
There are two necessary conditions an up-to-date inverse folding tool must fulfill. First, the tool must be able to handle sequence constraints, in order to capture specific elements like a ligand binding pocket in riboswitches or RNA aptamers binding a specific protein. This is provided by most methods available. But second, the tool has to provide a sequence with a defined guanine-cytosine (GC)-content since the GC-content has drastic influence on the function of the designed molecule. For example, it is known that CRISPR/cas9 elements with too low or too high GC-content do not function optimally (Wang et al., 2014). Another example is given in (Isaacs et al., 2004, 2006), where the authors engineered an RNA-based regulatory activator system for bacterial gene expression. They report that altering the GC-content and further increasing the stability of the designed element did result in a 19-fold activation. In contrast to this biological requirements, most of the first generation tools have an intrinsic GC-bias (Reinharz et al., 2013) that cannot be compensated by GC-filtering (see Supplementary Material). Recently, programs have been developed, which allow to declare a target GC-value or to constrain the GC-range for solution sequences. So far, the only known tools providing this functionality are RNA-SSD (Andronescu et al., 2004), IncaRNAtion (Reinharz et al., 2013), which is a seed sequence generator for RNAinverse, and RNAiFold (Garcia-Martin et al., 2013), a constraint programming approach.
Here we introduce antaRNA, which uses the ant colony optimization (ACO) meta heuristic to solve the inverse folding problem of RNA to produce sequences with controlled target GC-composition. Furthermore, sequence constraints are incorporated. Accessorily, the introduction and application of implicit structure constraints allows a design principle that enables the declaration of RNA structure in a ‘fuzzy’ mode.
Sequences designed by antaRNA show high agreement of their MFE-structures with the targeted structures independently of the additional objective GC-content constraints.
2 Methods
antaRNA is based on the ACO heuristic, which was already successfully applied to solve a broad collection of classical optimization problems, such as routing (Gambardella and Dorigo, 2000), scheduling (Socha et al., 2002), assignment (Merkle and Middendorf, 2003), subset partitioning/clustering (Blum and Blesa, 2005), constraint satisfaction (Solnon, 2000), classification rules (Parpinelli et al., 2002) and Bayesian networks (de Campos et al., 2002). Also directly biologically motivated problems such as protein structure folding (Shmygelska and Hoos, 2005) and docking simulations (Korb et al., 2006) as well as RNA secondary structure prediction methods (McMillan, 2006) have been investigated with ACO.
Generally, ACO is a self-adjusting local search strategy, which automatically adapts to the specific problem instance optimized. Because RNA structure formation is very sensitive to sequence changes, ACO should be able to learn the importance of local sequence features, which is an essential aspect when solving the RNA inverse folding problem.
Thus in the following, we present the adaptation of ACO to the RNA inverse folding problem and describe the necessary basic RNA notations to subsequently describe the algorithm. The algorithm is depicted on a conceptual level. Please consult the supplement material for more detailed formal definitions.
2.1 Ant colony behavior
Ants, while foraging for food or exploring new terrain, use pheromones to indicate the quality of a certain path on their return. They apply a quality-dependent amount of pheromone to the just examined path (Pasteels et al., 1987), while the quantity is defined by many (here abstracted) factors according to the situation: Does the path yield food? Is the amount of food large/small? What is the quality of the food? Other ants sense the pheromone on a path and are influenced in their decision whether to follow the same path or to continue exploring new paths (Goss et al., 1989). The pheromone itself evaporates over time, such that, if no ant follows the indicated path and renews its pheromone trail, the path becomes ‘silent’ or ‘unknown’ to the colony (Deneubourg et al., 1990).
The general principle of ACO (Dorigo and Stützle, 2004; Dorigo et al., 2006) simulates an ant colony and its foraging behavior on a modeled terrain to solve optimization problems. Here, ACO is incorporated and exerted to the problem of RNA inverse folding to generate RNA sequences, which are optimized to fold into a targeted structure under additional constraints. In the developed application, the ants of a colony walk subsequently over the simulated terrain and assemble and evaluate RNA solution sequences. According to the quality of each solution, the solution generating parts of the terrain are marked with pheromone, such that the information of prior solutions contributes to the decisions of subsequent ants. Each pheromone update also covers ‘environmental’ exposure of the whole terrain, i.e. globally the pheromone information evaporates with a certain rate. Over time, one pheromone trail will dominate the terrain and will indicate the best solution, which is in accordance with the user defined constraints. The underlaying ACO principle of antaRNA is depicted within Algorithm 1.
2.2 RNA input
The aim of the heuristic is to obtain an RNA sequence that is comprised of n nucleotides. Each sequence position derives from the RNA nucleotide alphabet . A base pair (i, j) is an interaction, in which hydrogen bonds between two nucleotides at sequence positions and within the sequence were established. antaRNA considers canonical Watson-Crick and G-U base pairs. A set of base pairs defines a secondary structure of . We consider only nested secondary structures, i.e. all base pairs fulfill . In addition, a minimal loop size of 3 is enforced, i.e. .
The user can define three types of constraints: The structure constraint is used to provide the explicit and implicit secondary structure constraints, which is encoded in an extended dot-bracket notation. The explicitly targeted structure parts define the base pairs and single stranded positions that have to be formed as they are defined. If the definition of an explicit structure is too rigid for a design problem, more ‘fuzzy’ implicit structural constraints can be encoded to restrict base interactions to specific regions. Those regions can be declared by capital letters within the extended dot-bracket string. One region does not necessarily have to be formed by consecutive positions, but can also stretch over two or more disjoint areas (see Fig. 1). All base pairs emerging in the same type of region (same letter) are implicitly allowed and not penalized during structural distance evaluation (as discussed later).
The sequence constraint can restrict certain sequence positions to specific nucleotides. Furthermore, the GC-content constraint provides the targeted GC-ratio within the sequence.
2.3 ACO of inverse-folded RNA—antaRNA
During the optimization a large set of sequences is assembled. The best solution sequence is returned, if a termination criterion is reached.
In order to obtain a sequence , the ants search sequentially in the simulated terrain represented as a directed graph . Each ant investigates one terrain path, which corresponds to a sequence assembly based on the visited vertices. The set of vertices contains a non-emitting start vertex and nucleotide () emitting vertices for each sequence position . These are connected by the set of directed edges , where each edge resembles an available path within the terrain. The vertices are accessible from the start vertex while vertices () can be reached from all preceding nucleotide emitting vertices . Each edge holds pheromonic (τ) and heuristic (η) information. The resulting terrain graph contains vertices and edges when optimizing a sequence of length n. Figure 2 illustrates the composition of the terrain graph .
2.4 Solution generation
2.4.1 Graph initialization
Because each solution sequences is assembled by the ants according to the information embedded within the terrain, the terrain must encode the requested constraints. The constraint information is split into the dynamic pheromonic τ and the static heuristic η contribution of the edges. Herein, we define the pheromonic contingent to be controlled by the structure and sequence constraints, and , whereas the heuristic part is encoding the targeted GC-content . The weight of an edge is the sum of both contingents weighted by two parameter α and β, respectively.
The pheromone τ initialization is of binary character. The pheromone value of an edge is set to 0, if the emitted nucleotide σ of the target vertex is not in accordance with the sequence constraint at position j. Otherwise, we set . Note, we also encode implicit sequence constraints that arise from the combination of and as follows. If a position is constrained by a specific nucleotide, e.g. , and also part of an explicitly requested base pair , we derive an implicit complementarity sequence constraint for the pairing partner, in our example .
The heuristic information η is defined for all edges with by a target GC-content dependent static edge weighting. Hereby, a differentiation between edges leading to AU-emitting nodes and edges leading to GC-emitting nodes is enabled. The heuristic contribution of an edge is defined by the deviation of from a basis GC-value of 50% and depends on the edge’s target node.
2.4.2 Sequence assembly
Each ant compiles a solution sequence . This is achieved by the ant’s walk over the terrain. Starting from vertex , n edges are traversed and n vertices in the graph are visited. An edge is selected according to it’s probability . The probability of an edge is the relative weight of its terrain information among all edges originating in its start vertex , as given in Equation (1).
(1) |
Each visited vertex emits its assigned nucleotide, i.e. the solution sequence position is updated by (see Fig. 2).
2.4.3 Sequence evaluation
The actual evaluation of the assembled sequence is done via a combination of different measures: a structural distance , a GC-content aberration distance and a sequence distance are transformed into a score, with which the terrain is updated.
The structural distance computation is based on the program RNAfold of the ViennaRNA-package v2.1.3 (Lorenz et al., 2011). In a first step RNAfold calculates the MFE-structure of the sequence .
Given , next a solution dependent target structure is composed, since allows for explicit and implicit structure constraints. Initially, contains all explicitly requested base pairs from . In the following, the handling of lonely base pairs, implicit structure constraint and sequence constraint contributions are discussed.
During the evaluation, explicitly requested lonely base pairs are temporarily removed from , since they are usually energetically unfavorable and thus counteract the MFE-based design principle. For their ‘soft’ integration into the design, a distance penalty is added for each lonely base pair that cannot be formed by the current solution sequence . Lonely ‘2 base pair stacks’ are handled equivalently for the same reason.
The ‘fuzzy’ implicit structure constraint allows for all base pairs that are within one of its defined regions (see Fig. 1). Thus, all base pairs of the current solution structure that are confined to such blocks of implicit structure are temporarily added to the target structure .
Finally, in some cases, the sequence constraint induces base pairs under certain structural folding context. If both positions and of a base pair of the current solution are constrained by , this base pair is added to the target structure .
In a final step, the length-normalized base pair distance between and the compiled target structure is determined.
The GC-aberration between the objective and the actual GC-content of is determined by subtracting the actual from the target GC value. Due to the discrete nature of sequence lengths, it is often not possible to precisely reach the objective GC-content . Thus, sequence length dependent correction terms are added to the actual GC value for computation.
The sequence constraint distance encodes the violation of the sequence constraint given the current solution sequence . It reflects the ratio of sequence positions that do not respect .
The overall quality score Q of the sequence’s features is the weighted sum of the inverted distance measures. Thus, lower distances result in higher quality estimates.
2.4.4 Pheromone update
Given the quality Q of a solution , the pheromone information of the solution-associated edges in the terrain graph is increased by Q. Hereby, only those edges are rewarded that correspond to positions where the structure information is identical between the resulting solution and the target structure . In order to limit the memorization and influence of previous solutions, a global evaporation of pheromone is applied. According to the evaporation rate ρ, the pheromone information of all edges is reduced. The pheromone information encodes the compliance of paths in the terrain with all constraints. This way, the solution sequence assembly of subsequent ants is tuned towards correct sequence designs, since the local decisions are based on the combination of pheromone and heuristic information (see earlier).
2.4.5 Termination
Although the ants walk over the terrain, edges, which have been involved in good solutions get promoted over those, which have not contributed to good solutions. This solidifying behavior results in convergence towards optimal or suboptimal quality in respect to the given constraints. antaRNA uses three termination criteria to stop the ACO: maximal number of generated solutions, a termination potential and a reset potential.
The termination potential is initialized and increased every time subsequent solutions show a structural distance of zero. As soon as a termination threshold is exceeded, the algorithm is stopped and the best solution according to Q is returned.
Another possibility to terminate is based on a maximal number of internal terrain resets. The terrain and all initial values are reset, if the reset potential exceeds the reset threshold. The reset potential is increased, if the structural distance of a current solution is not zero but the GC quality is within a margin of the momentarily best solution, i.e. .
3 Datasets
The underlaying dataset of this study is an extract from the Rfam database v11.0 (Burge et al., 2013). A training subset has been used to evaluate and adjust antaRNA’s parameters. A distinct and larger test set was used to benchmark and compare antaRNA with other tools. We evaluated the behavior of the algorithms concerning different complexities of structure and sequence constraints and their influence and impact on the solution sequences and their characteristics.
For each selected Rfam family, structure and sequence information of conserved positions within the respective Rfam family’s seed alignment were extracted to define and . We applied the following protocol to derive the dataset.
For each Rfam seed-alignment with at least 20 entries, the shortest ungapped sequence was selected. Subsequently, the alignment’s consensus structure was mapped to that sequence. The obtained structure defines the explicit structure constraint . No implicit structural constraints were derived. We further ensured a minimal structural confinement, i.e. a family was discarded, if the fraction of base pair forming positions within was below 20%.
For each position i within such a structure, a sequence constraint was set depending on a minimal conservation ratio MR. If a nucleotide in the according column of the seed alignment shows a relative abundance larger than MR, the nucleotide is used as sequence constraint. Otherwise, the position is unconstrained (). A family-specific MR threshold was used such that the fraction of -constrained sequence positions was in the range of 20–30%. The GC-content of the -constrained positions was not allowed to exceed 15%, to ensure enough flexibility within the sequence constraint to reach the targeted GC-values of the benchmark.
In total, this resulted in 83 derived targets from the Rfam database. The lengths of the obtained constraints range from 34 to 274 nucleotides with varying constraint complexities. The training subset contains constraints with lengths not longer than 200 nucleotides and length differences of at least five nucleotides to the rest of all training set members. The remaining entities define the test set. The training set contains 20, the test set 63 entities. Further information about the sets can be found in the (Supplementary Materials).
4 Results and Discussion
In order to identify the best default parameter values and to study their robustness, we investigated antaRNA performance for various settings using a grid search on the training data set. Within the grid search we optimized: the weighting factors α and β of the path weight computation, the evaporation rate ρ, the three distance weighting factors for solution quality Q calculation, and the termination parameters (see Supplementary Materials for details).
For each parameter setting, we designed for each test set family 10 sequences with and without sequence constraint targeting three different objective target GC values of 25, 50 and 75%. The resulting 1200 sequences (20 × 10 × 2 × 3) were used to calculated a benchmark score for the parameterization.
The score sums the mean structural distance, the mean GC aberration and a mean of the normalized runtime, i.e. it is in the range . The parameter set with the lowest score (0.219) was chosen as default parameter set for antaRNA and was used for all following comparisons. The values are listed in the Supplementary Material.
4.1 Targeting arbitrary GC-content distributions
The parameter optimization revealed for antaRNA a high precision concerning targeted GC values while it also robustly fulfills structural and sequence constraints. Thus, we investigated antaRNA’s potential to produce pools of sequences, whose GC values are resembling a user defined distribution rather than a single value. A possible application is the design of sequences that show a GC-distribution similar to prototype sequences or the organism of interest.
Here, the application is exemplified and tested for a uniform (15–40% GC-content) and a normal distribution () and compared with a fixed value (70%) sampling. For each given GC-content target distribution, a set of individual target GC values is sampled from the distribution and antaRNA is run for each. Figure 3 presents the results. In all three cases, the achieved distributions agree very well with their respective targets. Only the single target shows a small bias towards lower GC-content values. Distribution distortions derive from the limited sample size and the aforementioned length-dependence of achievable GC value (see GC distance computation).
4.2 Comparison to existing tools
All recent RNA inverse folding tools are able to design sequences for a given structure with or without sequence constraints. In contrast to that, RNA-SSD, IncaRNAtion and RNAiFold are, beside antaRNA, the only known tools so far that can also constrain the GC-content at the same time. Here, we compare IncaRNAtion, RNAiFold and antaRNA and benchmark their design quality for various target GC values with and without sequence constraints using our test dataset. RNA-SSD is not included into this comparison, since Reinharz et al. (2013) have shown its inferiority compared with IncaRNAtion.
Please note, the presented RNAiFold data has been kindly computed externally by the maintainers of RNAiFold, since a local installation and application was not possible. antaRNA and IncaRNAtion have been run locally on the same computer cluster. Note further, RNAiFold is based on the ViennaRNA-package v1.8.5. Hence, we used the same version to compute the MFE-structures in order to evaluate the structural distance of the corresponding predictions. Both, antaRNA and IncaRNAtion employ the ViennaRNA-package v2.1.3 that was applied for evaluation accordingly. Finally, RNAiFold requires the definition of an allowed range around the targeted GC value, which was set to 2% to ensure correct designs. Due to these different setups, only limited comparisons can be made.
For each structural constraint , three different objective GC-content target values have been addressed in this benchmark, each targeted with and without sequence constraint . To illustrate length-dependencies, the test dataset was separated into length categories (L1:1–100, L2:101–200 and L3:201–300 nucleotides) for visualization. Each tool was executed 100 times per constraint set, to enable statistics. Different time limitations were used: maximal 1 hour for RNAiFold and 10 min for antaRNA/IncaRNAtion per single sequence design.
We observe a length dependency for the runtimes of antaRNA and IncaRNAtion (see Supplementary Materials), i.e. longer sequences require more time, which is expected. The current antaRNA implementation is about one order of magnitude slower compared with IncaRNAtion. This might result from the different programming languages used. antaRNA is completely encoded in Python, while IncaRNAtion uses the C-based RNAinverse for the time expensive optimization and only generates seed sequences in Python. A runtime comparison to RNAiFold is not possible due to the external computations. When investigating the effect of sequence constraints on runtime, we observe a target GC dependency. Although predictions with low target GC values (25%) seem to be slightly faster when sequence constraints are applied, the counter-effect is observed for high GC target values (75%). For moderate GC-values no effect is found.
We encountered strong differences in the success rate of the different tools, i.e. the rate of successful design attempts that produce a solution sequence within the given time limits. Both antaRNA and IncaRNAtion always provide a solution sequence, independent from time limits, since they are heuristic optimization approaches that successively improve solutions. RNAiFold, in contrast, is based on constraint programming techniques, which produce only solutions that completely comply with all given constraints. Otherwise no solution is produced at all. Furthermore, solution generation in constraint programming frameworks strongly depends on the used search heuristics, which directly influence the runtime behavior. Figure 4a depicts the limited success rates for RNAiFold. It becomes clear that some constraint sets seem to be too confining to enable a sequence design for RNAiFold within 1 h. Notably, for some categories the tool fails completely in its design attempts.
To evaluate the tools’ structure and sequence compliances, we compare the individual distributions of structural distances , GC aberrations and sequence distances .
Figure 4b summarizes the measured structural distances for all three tools. If no sequence constraint is applied, all tools show a very good compliance with the target structure. When sequence constraints are applied, the tools show different behaviors. antaRNA still shows medians of 0 deviation; except for the L3 sequences, where the median is 2 and the upper quartile is about 4. In comparison, the deviations of IncaRNAtion always show a median of ∼2%, but their upper quartiles vary between 2 and 4%. With increasing target GC values, IncaRNAtion shows increasing variance in its distributions. RNAiFold also exhibits good structure compliance in the sequence constrained cases, if solution sequences have been returned. In the case of and 50%, RNAiFold fails to return sequences (Fig. 4d) that fulfill the specified constraints.
Figure 4c presents the observed GC aberrations . The sequences designed by antaRNA show a very good target compliance (mean %). Only for the extreme setting = 75% including sequence constraints , the median drops to −0.7% and the corresponding lower quartile is at −1.8%. The results for RNAiFold are all within the allowed 2% variance around the respective while it slightly deviates in almost all cases (mean %).
Almost all IncaRNAtion designs do not fulfill the target constraint (mean %). Only one constraint set ( = 50%, no ) shows a median of zero. All sets show wide distributions (interquartile ranges are about 5–8% ) and in most cases the interquartile range does not even come close the targeted . In extreme cases, the median deviate up to 10%.
The sequence constraints are completely respected by antaRNA and RNAiFold. Both only design sequences that totally comply with the respective (). The sequences designed by IncaRNAtion do not always comply with their constraints (mean ; data not shown).
So far, we only studied the constraint compliance of the designed sequences. In the following, we evaluate the sequence diversity of the designed sequences. This is an important feature to enable further successive filtering of the designs, e.g. for experimental use.
To this end, we computed the mean Shannon-Entropy for each sequence position over all according sequences. Positions constrained by have been excluded. The resulting mean mononucleotide entropy is presented in Fig. 4d for designs with and without . Here, a high entropy implies that for unconstrained positions, most of the possible sequence combinations have been used. Low entropy implies a sequence bias, which is a undesired feature for a design tool. antaRNA shows the highest entropy if no sequence constraint is applied, followed by IncaRNAtion. This is swapped in the presence of , but still very high for both tools. antaRNA sequences have a mean entropy of 1.95 (of maximally 2) in the sequence unconstrained setup and 1.72 among -constrained sequences. For IncaRNAtion the respective values are 1.87 and 1.77. Thus, both tools produce very diverse sequences. In contrast, RNAiFold shows mean entropy of 1.01 in the unconstrained setup and 0.9 for sequence constrained instances. In general, the respective entropies decline, if sequence constraints are applied.
A manual inspection of the sequences produced by RNAiFold revealed stretches of common subsequences, which is depicted by dinucleotide entropies in Fig. 4d). That is, instead of single positions the entropy of neighbored position pairs was measured. Again, IncaRNAtion and antaRNA both show high entropy values (>3 of maximally 4) with and without sequence constraints revealing the same relations observed for mononucleotide entropy. That is, both tools show high diversity also concerning dinucleotides. In contrast, the dinucleotide entropies of RNAiFold range below 2 bits, indicating that the respective sequences have a bias towards common subsequences. Furthermore, note that the dinucleotide entropy is in relation even lower compared with the mononucleotide entropy, which even highlights the observation. We expect this to be an artifact of the constraint programming framework applied within RNAiFold.
5 Conclusion
Within this work we present antaRNA, which solves the RNA inverse folding problem for given secondary structures under additional side constraints using an ACO approach. Besides the explicit target structure features, specific target GC-content values, sequence constraints, and newly developed implicit structural constraints are incorporated and presented. Target GC-content constraints allow to request sequences with a desired specific GC-content or from arbitrary controlled GC-content distributions, while the latter is unique to antaRNA. The results show that the tool produces on average sequences that exactly show the targeted GC-content, even when additional sequence constraints are enforced. The MFE-structures of the designed sequences respect the provided structural constraints for almost all targets tested. This holds for a broad range of targeted GC values with and without sequence constraints.
The program was optimized, compared and evaluated on various sets of constraints derived from the Rfam database. The assessment revealed the superior quality of antaRNA produced sequences over IncaRNAtion and RNAiFold. The prime feature of a sequence and its biological functionality is the structure. Thus, it should be the central objective for sequence design tools. IncaRNAtion does not achieve this objective and produced on average high structural distances in our experiments. Although it was tailored to enable specific GC-content optimization, it also shows poor performance in fulfilling the targeted GC values. Only its high-sequence diversity partially outperforms other compared methods. IncaRNAtion applies a two stage-optimization approach that first produces GC-optimized seed sequences that are subsequently optimized towards the target structure by RNAinverse. Thus, often the GC-unaware RNAinverse MFE-structure optimization counters the GC-optimization.
In contrast, the sequences designed by RNAiFold and antaRNA show both very good structural as well as GC compliance. Although qualitative comparable on the level of constraint violation, the tools show significant differences concerning reliability and sequence diversity. RNAiFold is not always producing sequence solutions within the allowed runtime. This might be due to the used constraint programming techniques and results in missing sequence designs for many constraint sets. In contrast, antaRNA is based on ACO and applies a parallel optimization of all constraints. Thus, it always reports a solution sequence with no qualitative loss. Furthermore, antaRNA produces more diverse sequence sets compared with RNAiFold, which shows a trend to non-diverse subsequences.
Summarizing, the capability of antaRNA to reliably produce highly diverse sequences for a given structure, coupled with the precise GC targeting, will help to explore the sequence space for RNA design problems.
The introduced implicit structure constraints enable the user to define parts of the structure in a very vague way. This can be of use when the structural context of a specific design target is less important as long as it does not interact with the important and maybe explicitly defined structure domains. The improvement and application of the ‘fuzzy’ constraint concept (e.g. details about position or constraint type specific weighting) is a focus of our ongoing work.
In total, the results are promising and encourage further work, which will include runtime optimization e.g. based on parallelization approaches. In addition, the implicit structure constraint is of great use in future work when modeling multi-structure constraints or pseudo-knot structures. Furthermore, improving and developing new internal scoring mechanisms and evaluation patterns is subject of ongoing work, such that the tool can also handle more complex input structures and their constraints in an adequate way. This inevitably results in potentially new parameter setups for which we have to update our understanding of their synergistic effects on antaRNA.
Supplementary Material
Acknowledgements
We kindly thank Dr Ivan Dotu for the friendly support concerning the RNAiFold result computations. We also thank Sir T.D.J. Pratchett for HEX and his inspiring vision of the potential of ACO methods.
Funding
This work was supportively funded by the Baden-Württemberg Ministry of Science, Research and Arts [MWK grant (7533-7-11.6.1) Ideenwettbewerb Biotechnologie und Medizintechnik Baden-Württemberg, Germany].
Conflict of Interest: none declared.
References
- Ali E.-T., et al. (2014) Evolutionary solution for the RNA design problem. Bioinformatics, 30, 1250–1258. [DOI] [PubMed] [Google Scholar]
- Andronescu M., et al. (2004) A new algorithm for RNA secondary structure design. J. Mol. Biol., 336, 607–624. [DOI] [PubMed] [Google Scholar]
- Benenson Y. (2012) Synthetic biology with RNA: progress report. Curr. Opin. Chem. Biol., 16, 278–284. [DOI] [PubMed] [Google Scholar]
- Blum C., Blesa M.J. (2005) New metaheuristic approaches for the edge-weighted k-cardinality tree problem. Comput. Oper. Res., 32, 1355–1377. [Google Scholar]
- Burge S.W., et al. (2013) Rfam 11.0: 10 years of RNA families. Nucleic Acids Res., 41(Database issue), D226–D232. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Busch A., Backofen R. (2006) INFO-RNA – a fast approach to inverse RNA folding. Bioinformatics, 22, 1823–1831. [DOI] [PubMed] [Google Scholar]
- Busch A., Backofen R. (2007) INFO-RNA – a server for fast inverse RNA folding satisfying sequence constraints. Nucleic Acids Res., 35(Web Server issue), W310–W313. [DOI] [PMC free article] [PubMed] [Google Scholar]
- de Campos L.M., et al. (2002) Ant colony optimization for learning bayesian networks. Int. J. Approx. Reason., 31, 291–311. [Google Scholar]
- Delebecque C.J., et al. (2011) Organization of intracellular reactions with rationally designed RNA assemblies. Science, 333, 470–474. [DOI] [PubMed] [Google Scholar]
- Delebecque C.J., et al. (2012) Designing and using RNA scaffolds to assemble proteins in vivo. Nat. Protoc., 7, 1797–1807. [DOI] [PubMed] [Google Scholar]
- Deneubourg J.-L., et al. (1990) The self-organizing exploratory pattern of the argentine ant. J. Insect Behav., 3, 159–168. [Google Scholar]
- Dorigo M., Stützle T. (2004) Ant Colony Optimization. The MIT press, One Rogers Street, Cambridge, MA, USA. [Google Scholar]
- Dorigo M., et al. (2006) Ant colony optimization—artificial ants as a computational intelligence technique. IEEE Comput. Intell. Mag., 1, 28–39. [Google Scholar]
- Dromi N., et al. (2008) Reconstruction of natural RNA sequences from RNA shape, thermodynamic stability, mutational robustness, and linguistic complexity by evolutionary computation. J. Biomol. Struct. Dyn., 26, 147–162. [DOI] [PubMed] [Google Scholar]
- Gambardella L.M., Dorigo M. (2000) An ant colony system hybridized with a new local search for the sequential ordering problem. Informs J. Comput., 12, 237–255. [Google Scholar]
- Garcia-Martin J.A., et al. (2013) RNAiFold: A constraint programming algorithm for RNA inverse folding and molecular design. J. Bioinform. Comput. Biol., 11, 1350001. [DOI] [PubMed] [Google Scholar]
- Goss S., et al. (1989) Self-organized shortcuts in the argentine ant. Naturwissenschaften, 76, 579–581. [Google Scholar]
- Guo P. (2010) The emerging field of RNA nanotechnology. Nat. Nanotechnol., 5, 833–842. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Hofacker I.L., et al. (1994) Fast folding and comparison of RNA secondary structures. Monatshefte Chemie, 125, 167–188. [Google Scholar]
- Isaacs F.J., et al. (2004) Engineered riboregulators enable post-transcriptional control of gene expression. Nat. Biotechnol., 22, 841–847. [DOI] [PubMed] [Google Scholar]
- Isaacs F.J., et al. (2006) RNA synthetic biology. Nat. Biotechnol., 24, 545–554. [DOI] [PubMed] [Google Scholar]
- Korb O., et al. (2006) Application of ant colony optimization to structure-based drug design In: Ant Colony Optimization and Swarm Intelligence, 5th International Workshop, ANTS 2006, vol 4150 of Lecture Notes in Computer Science, pp. 247–258. Springer Verlag. [Google Scholar]
- Kossinova O., et al. (2013) A novel insight into the mechanism of mammalian selenoprotein synthesis. RNA, 19, 1147–1158. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Lorenz R., et al. (2011) ViennaRNA Package 2.0. Algorithms Mol. Biol., 6, 26. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Lyngso R., et al. (2012) Frnakenstein: multiple target inverse RNA folding. BMC Bioinformatics, 13, 260. [DOI] [PMC free article] [PubMed] [Google Scholar]
- McMillan N. (2006) RNA Secondary Structure Prediction using Ant Colony Optimization. Master’s thesis, School of Informatics, University of Edinburgh. [Google Scholar]
- Merkle D., Middendorf M. (2003) Ant colony optimization with global pheromone evaluation for scheduling a single machine. Appl. Intell., 18, 105–111. [Google Scholar]
- Mutalik V.K., et al. (2012) Rationally designed families of orthogonal RNA regulators of translation. Nat. Chem. Biol., 8, 447–454. [DOI] [PubMed] [Google Scholar]
- Parpinelli R., et al. (2002) Data mining with an ant colony optimization algorithm. IEEE Trans. Evolut. Comput., 6, 321–332. [Google Scholar]
- Pasteels J., et al. (1987) Self-organization mechanisms in ant societies (I): trail recruitment to newly discovered food sources. Exp. Suppl., 54, 155–175. [Google Scholar]
- Penchovsky R., Breaker R.R. (2005) Computational design and experimental validation of oligonucleotide-sensing allosteric ribozymes. Nat. Biotechnol., 23, 1424–1433. [DOI] [PubMed] [Google Scholar]
- Qi L.S., Arkin A.P. (2014) A versatile framework for microbial engineering using synthetic non-coding RNAs. Nat. Rev. Microbiol., 12, 341–354. [DOI] [PubMed] [Google Scholar]
- Reinharz V., et al. (2013) A weighted sampling algorithm for the design of RNA sequences with targeted secondary structure and nucleotide distribution. Bioinformatics, 29, i308–i315. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Rodrigo G., et al. (2012) De novo automated design of small RNA circuits for engineering synthetic riboregulation in living cells. Proc. Natl. Acad. Sci. USA, 109, 15271–15276. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Sakai Y., et al. (2014) Improving the gene-regulation ability of small RNAs by scaffold engineering in Escherichia coli. ACS Synth. Biol., 3, 152–162. [DOI] [PubMed] [Google Scholar]
- Shmygelska A., Hoos H. (2005) An ant colony optimisation algorithm for the 2D and 3D hydrophobic polar protein folding problem. BMC Bioinformatics, 6, 30. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Socha K., et al. (2002) A MAX-MIN ant system for the university course timetabling problem. In: Dorigo M., et al. (eds) Ant Algorithms, volume 2463 of Lecture Notes in Computer Science, pp. 1–13. Springer, Berlin Heidelberg. [Google Scholar]
- Solnon C. (2000) Solving permutation constraint satisfaction problems with artificial ants In: Horn,W. (ed.), Proceedings of ECAI’2000 (European Conference on Artificial Intelligence), pp. 118–122. IOS Press, Amsterdam, Netherlands. [Google Scholar]
- Taneda A. (2011) MODENA: a multi-objective RNA inverse folding. Adv. Appl. Bioinform. Chem., 4, 1–12. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Terns R.M., Terns M.P. (2014) CRISPR-based technologies: prokaryotic defense weapons repurposed. Trends Genet., 30, 111–118. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Wachsmuth M., et al. (2013) De novo design of a synthetic riboswitch that regulates transcription termination. Nucleic Acids Res., 41, 2541–251. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Wang T., et al. (2014) Genetic screens in human cells using the CRISPR-Cas9 system. Science, 343, 80–84. [DOI] [PMC free article] [PubMed] [Google Scholar]
- Weinbrand L., et al. (2013) RNAfbinv: an interactive Java application for fragment-based design of RNA sequences. Bioinformatics, 29, 2938–2940. [DOI] [PubMed] [Google Scholar]
- Zadeh J.N., et al. (2011) Nucleic acid sequence design via efficient ensemble defect optimization. J. Comb. Chem., 32, 439–452. [DOI] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.