Abstract
Background
MicroRNAs (miRNAs) are small ~22 nucleotide non-coding RNAs that function as post-transcriptional regulators of messenger RNA (mRNA) through base-pairing to 6–8 nucleotide long target sites, usually located within the mRNA 3’ untranslated region. A common approach to validate and probe microRNA-mRNA interactions is to mutate predicted target sites within the mRNA and determine whether it affects miRNA-mediated activity. The introduction of miRNA target site mutations, however, is potentially problematic as it may generate new, “illegitimate sites” target sites for other miRNAs, which may affect the experimental outcome. While it is possible to manually generate and check single miRNA target site mutations, this process can be time consuming, and becomes particularly onerous and error prone when multiple sites are to be mutated simultaneously. We have developed a modular Java-based system called ImiRP (Illegitimate miRNA Predictor) to solve this problem and to facilitate miRNA target site mutagenesis.
Results
The ImiRP interface allows users to input a sequence of interest, specify the locations of multiple predicted target sites to mutate, and set parameters such as species, mutation strategy, and disallowed illegitimate target site types. As mutant sequences are generated, ImiRP utilizes the miRBase high confidence miRNA dataset to identify illegitimate target sites in each mutant sequence by comparing target site predictions between input and mutant sequences. ImiRP then assembles a final mutant sequence in which all specified target sites have been mutated.
Conclusions
ImiRP is a mutation generator program that enables selective disruption of specified miRNA target sites while ensuring predicted target sites for other miRNAs are not inadvertently created. ImiRP supports mutagenesis of single and multiple miRNA target sites within a given sequence, including sites that overlap. This software will be particularly useful for studies looking at microRNA cooperativity, where mutagenesis of multiple microRNA target sites may be desired. The software is available at imirp.org and is available open source for download through GitHub (https://github.com/imirp).
Electronic supplementary material
The online version of this article (doi:10.1186/s12859-016-1057-y) contains supplementary material, which is available to authorized users.
Keywords: MicroRNA, Mutagenesis, Software, Automation, Target Site, Seed Sequence
Background
MicroRNAs (miRNAs) are 21-25 nucleotide non-coding RNAs that provide rapid repression of target gene expression. This repression is initiated through miRNA base pairing to complementary target sites usually located within messenger RNA (mRNA) 3’ untranslated region (3’UTR) [1, 2]. Computational and experimental evidence suggest that the 5’ end of the miRNA, the miRNA “seed”, is most important for mediating miRNA-target interactions [3–7]. The miRNA seed recognizes a complementary target site in the mRNA, which can range from six to eight nucleotides in length [2]. MiRNAs act as sequence-specific guides that recruit protein silencing complexes and destabilize the mRNA and/or interfere with translation [8], and thereby provide a mechanism for either silencing or fine-tuning the translation of target mRNAs [9, 10].
Short RNA deep-sequencing data has identified over 15000 miRNA gene loci and over 17000 mature miRNA sequences in 142 species. Specifically, over 2500 and 1900 distinct mature miRNA sequences have been identified in human and mouse, respectively [11]. Computational approaches that take into account evolutionary conservation of predicted target sites suggest that over 60 % of human protein-coding genes are targeted by miRNAs [12], while other computational methods using pattern-based approaches for predicting miRNA-target heteroduplexes estimate that over 90 % of mammalian gene transcripts are directly regulated by miRNAs [13]. In addition, a growing body of evidence reveals that miRNAs play important roles during animal development [14] and almost every cellular process investigated has been shown to involve participation of miRNA regulation [10]. Due to their ability to impose rapid and tight control of gene expression, miRNAs represent an important regulatory mechanism for development and disease.
Many computational tools have been developed for studying miRNAs. For example, several of programs are available to address challenges associated with miRNA discovery [15, 16] and numerous applications enable identification of miRNA target sites in mRNAs [3, 12, 13, 17–26]. MicroRNA target site prediction programs make use of a number of different parameters in their predictions, such as extent of complementarity to the miRNA 5’ end, hybridization energy of the mRNA-miRNA heteroduplex, evolutionary conservation of predicted target sites, mRNA secondary structure, and local 3’UTR context. Additionally, other software tools are available for predicting the impact of 3’UTR SNPs on miRNA binding [26], for assessing the impact of mutations in miRNA genes [27], and for comparing the predicted set of target genes for two different miRNAs [27].
Currently, no software is available for generating mutations to disrupt predicted miRNA target sites in a given mRNA sequence. For example, although the program “mrSNP”, was designed to take known SNPs for a given 3’UTR as input and assesses whether these SNPs could affect miRNA binding on the other hand, it is not a mutation generator program and does not have the capacity to generate random mutations. Generating such mutations, however, is an important approach for examining miRNA-mRNA interactions experimentally. Mutating a predicted miRNA target site is commonly used in reporter-based approach experiments to determine whether a predicted target site can, in fact, be regulated by a candidate miRNA. In addition, mutations that disrupt one or more miRNA target sites in a given 3’ UTR can be used to examine the biological relevance of the target site(s) in question. One problem that can arise when a target site is mutated is that the mutation itself can create a new or “illegitimate” microRNA target site (Fig. 1). If the miRNA that targets the illegitimate site is present in the cell being used in the experiment, it could confound the data. Therefore, care must be taken when devising a mutation strategy to check that target site mutations do not inadvertently create new miRNA target sites.
Our goal was to develop a modular, open source application that could be run through a web interface or downloaded and adapted to specialized projects. We have created a Java-based system called ImiRP (Illegitimate miRNA Predictor) to generate miRNA target site mutations in any sequence of interest and address the problem of illegitimate miRNA target site creation. Users input a DNA or RNA sequence and specify the location of predicted miRNA target sites to be mutated. ImiRP then automates the processes of mutation generation, illegitimate miRNA target site identification, and synthesis of a final mutant sequence lacking new predicted miRNA target sites. ImiRP is a particularly useful tool when investigating regulation of a single mRNA 3’ UTR by multiple miRNAs, where situations such as target site overlap makes mutagenesis design more challenging to perform manually.
Implementation
Input user interface
The ImiRP user interface showing examples of input and output are shown in Figs. 2 and 6. A detailed set of instructions, “How to use ImiRP” is appended in the Additional file 1 section as well as on the imirp.org website. After creating a new project, the user enters a DNA or mRNA sequence of interest (i.e. 3’UTR) and specifies the organism of interest. All animal species with mature miRNA sequences available through miRBase version 21 (mirbase.org) are available for selection [11]. Users then define the position(s) of predicted miRNA target sites(s) to be mutated by selecting the nucleotide position of the input sequence that is complementary to position 7 of the targeting miRNA (Fig. 2a). ImiRP will then highlight in bold lettering, a stretch of 6 nucleotides starting from the nucleotide position that was entered, defining the mRNA region, complementary to miRNA positions 2-7, to be mutated (Fig. 2a). Thus, for 7mer-m8 target sites, in which base pair complementarity occurs at miRNA positions 2-8, the input nucleotide position that is complementary to miRNA position 7 is entered in the “Mutation Site” input window.
In designing ImiRP, we took into consideration the fact that miRNA target sites vary in size and type (e.g. 6mer, 7mer-m8, 7mer-A1 or 8mer) [2, 12]. We chose this design strategy for defining mutation sites two reasons: 1) To keep ImiRP simple to use and to limit computational demands of the software. MicroRNA seed site positions 2-7 are used for mRNA target recognition in all major target site types [2, 12]. 2) Disrupting base pairing between miRNA positions 2-7 and the mRNA target site by mutating multiple nucleotides in the target site has been shown to interfere with repression [7, 28–31].
Upon defining the project parameters, the ImiRP user interface allows researchers to specify mutation parameters (Fig. 2b). The user can select the types of illegitimate miRNA target sites, termed “invalid sites”, that they wish to exclude from their mutant sequence. ImiRP can identify five classes of miRNA target sites: 6mer, 7mer-m8, 7mer-A1, 8mer, and offset 6mer (OS-6mer) [2, 12]. 6mer seed sites are complementary to positions 2-7 of the miRNA, 7mer-A1 sites are complementary to positions 2-7 and have an A across from miRNA position 1, and 8mer sites are 7mer-m8 sites with an A across from position 1 [12]. OS-6mer seed sites are complementary to positions 3-8 of the miRNA [12]. ImiRP also recognizes predicted target sites containing a single G:U base pair. By manually selecting and using arrow buttons in the user interface, invalid site types can be designated (Fig. 2b). For instance, illegitimate perfect 6-8mer target sites can be specified as invalid by moving them into the select list entitled “Invalid Site Types”. In this case, the result would be a final mutant sequence lacking newly created perfect 6-8mer sites, but permitting newly created 6-8mer sites containing a single G:U wobble base pair. The interface also enables the user to specify a desired mutation strategy to be executed by selecting which nucleotide bases to use for mutagenesis from a checklist. Selecting only G will instruct ImiRP to generate mutant sequences by making nucleotide changes within specified target sites to G only. Using a drop down menu, the number of nucleotide changes to introduce per specified miRNA target site, from two to six changes, can be designated. For example, selecting “2 changes per site” will ensure that two adjacent nucleotide changes are introduced into each selected miRNA target site.
ImiRP workflow
Conceptually, ImiRP can be subdivided into three modules (Fig. 3):
-
i)
Sequence mutation module
When ImiRP is run, information about the input sequence, defined regions to mutate, and desired mutation strategy are sent to the Sequence Mutation module (Fig. 3a). This module first divides the input sequence into “mutationally independent” regions based on the spacing between miRNA target sites to be mutated. Since the largest recognized miRNA seed site is eight nucleotides [2], two predicted target sites spaced at least seven nucleotides apart can be mutated independent of one another without generating an illegitimate target site that spans both mutations. Simultaneously mutating two predicted target sites spaced less than seven nucleotides apart could generate a new target site for a different miRNA containing mutated nucleotides from each of the original target sites. Consequently, predicted target sites spaced less than seven nucleotides apart are grouped into a single independent region, and each independent region is annotated based on the positions of the first and last nucleotides of sites within the region relative to start of the input sequence (Fig. 4a). All specified sites within a given independent region are mutated as a unit, while sites within other regions are left unchanged. This process is repeated for each independent region (Fig. 4b).
-
ii)
Target site prediction module
Mutant 3’UTR sequences generated by the Sequence Mutation module are sent to the Target Site Prediction module (Fig. 3b). This module is responsible for identifying predicted miRNA target sites present in each mutant sequence that are absent from the original input sequence. The custom ImiRP miRNA prediction component uses pattern recognition to identify regions of each mutant 3’UTR sequence that are complementary to the 5’ seed regions of known mature miRNAs. High confidence FASTA-format miRNA sequences were obtained from the most recent release of miRBase, version 21 [11]. MiRBase defines a high confidence miRNA sequence as having at least ten reads mapping to each arm of the pre-miRNA, or having at least five reads mapping to each arm and at least 100 reads in total [11].
Following miRNA target site identification, the prediction module compares the input sequence target site predictions to predictions for each mutant sequence. Information about predicted sites present in each mutant sequence that are absent from the input sequence (i.e. the illegitimate target sites) are stored in a database along with the respective mutant sequences (Fig. 5). Information in the database is accessed by the Master Mutant Assembly module (Fig. 3c) for synthesis of a final mutant sequence.
-
iii)
Master mutant assembly module
The Master Mutant Assembly module first eliminates all mutant sequences containing illegitimate miRNA target sites that were specified as invalid through the user interface. This process is repeated for each independent region. As valid mutations for each region are generated, they are displayed in an output user interface (Fig. 6). The output interface displays up to five valid mutants for each independent region, indicating the location of specified six nucleotide “mutation sites” and mutated nucleotides. Here, the user can select a single desired mutant for each independent region and ImiRP generates an assembled mutant sequence in which all specified miRNA target sites have been mutated without creating any illegitimate predicted target sites of the types specified. A zip folder containing four files is made available for download through the output user interface. A project information text file contains the assembled mutant DNA sequence, and three CSV files contain information about: i) miRNA target site predictions for the input sequence, ii) miRNA target site predictions for the assembled mutant sequence, and iii) new predicted miRNA target sites present in the mutant sequence. If any regions fail to generate valid results, the user will be alerted to reprocess those regions using a different mutation strategy. Accumulated results from multiple mutation runs are displayed in the results tab of the output user interface. In the future, we plan to annotate each valid mutant sequence displayed in the results with a “mutation run identifier” so that it is clear which mutation parameters were used to generate each sequence.
Project organization
ImiRP’s code is organized into two separate Scala Build Tool (SBT) projects: ImiRP Core and ImiRP Web. ImiRP Core contains the data model and the primary business logic but has no presentation layer. Core functionality is exposed through Java services and Akka actors, and must be programmatically interacted with. ImiRP Web depends on ImiRP Core and exposes the functionality of ImiRP Core to an end user via a Web interface. This multi-project organization scheme was chosen to keep the presentation logic separate from the core business logic, thus allowing ImiRP to support alternative core or presentation implementations in the future. Additionally, this organizational approach allows ImiRP to be run headless (without a presentation layer) or to be integrated with other projects or systems as a library.
Mutant sequence generation algorithm
ImiRP’s mutation generation algorithm is essentially a random nucleotide sequence permutation generator. As input, it accepts a DNA or RNA nucleotide sequence, a list of sites, a set of allowable nucleotide types for mutagenesis, number of allowable nucleotide changes per site, a mutation region, and a callback. The algorithm iterates over each site in the given independent mutation region to apply nucleotide changes to each site. To accomplish this, the algorithm selects a random nucleotide from the list of allowable nucleotides and replaces the nucleotide in the input sequence at the start of the site. This process is repeated for subsequent nucleotides contained within the given site. A mutant sequence is produced once all sites have been processed in this way. Due to the simplicity of this algorithm, some mutant sequences will not satisfy all specified mutation criteria. As such, all mutant sequences must be passed through a filter that either accepts or rejects the mutant based on whether it satisfies all criteria. Finally, if a mutant sequence is accepted by the filter, the callback is activated and the mutant sequence is passed on for further processing (see Additional file 1: Figure S2 for pseudocode).
MicroRNA target site prediction algorithm
The target site predictor uses a pattern matching algorithm to detect miRNA seed matches to an input sequence. To detect seed matches, the algorithm iterates over a list of miRNA sequences, from the miRBase high confidence database, and compares the first eight nucleotides (the 5’ end) of each miRNA entry for complementarity to the input sequence. An entry is compared to a sequence by scanning across the sequence using an eight nucleotide sliding window. Before each advancement of the window, a hierarchy of conditions are checked to determine whether a seed match is present. If a seed match is found, the result is stored, the window is advanced, and the process repeats until the end of the sequence is reached.
The condition hierarchy begins by comparing the first nucleotide (position 1) of the sequence window to the last nucleotide of the miRNA 5’ end (position 8). If those nucleotides are a match, the next five nucleotides (positions 2-6 of the sequence, positions 7-3 of the miRNA 5’ end) are checked for matches. If any of these nucleotides are not a match, no seed match is possible and the window will advance. If they do match, then an 8mer, 7mer-m8, or OS-6mer seed match is known to be present. The condition hierarchy is then further evaluated to check for a match between sequence position 7 and miRNA position 2. If this match is not present, then an OS-6mer seed match is identified. If this match is present, the seed match is either an 8mer if the last nucleotide of the sequence window (position 8) is an adenosine, or it is a 7mer-m8 if the last nucleotide is not adenosine. If the first nucleotide of the sequence window did not match miRNA position 8, then only a 7mer-A1 or a 6mer seed match are possible, given that sequence positions 2-7 and miRNA positions 7-2 have been found to match. The seed match is a 7mer-A1 if the last nucleotide of the sequence window is adenosine, or the seed match is a 6mer if the last nucleotide is not adenosine. Two nucleotides are considered a match if the following conditions are true: the sequence nucleotide is A and the miRNA 5’ end nucleotide is T/U or vice versa, the sequence nucleotide is C and the miRNA nucleotide is G or vice versa. If the user allowed G:U pairs and if a G:U pair has not already been found, two nucleotides will be considered a match if the sequence nucleotide is T/U and the miRNA nucleotide is G or vice versa (see Additional file 1: Figure S3 for pseudocode).
System architecture
ImiRP was developed in the Java programming language. Java was chosen for its extensive catalogue of third party libraries and for its cross-platform support.
ImiRP’s architecture is based on a model-view-controller (MVC) architecture consisting of a view layer for presenting information, a controller layer for applying business logic, and a model layer for storing information. In its current form, the view layer is driven by the Play Framework (Play) and AngularJS. Play accepts incoming HTTP requests and maps those requests to view templates. These view templates are partially rendered by Play and then returned as HTML and Javascript for final rendering by AngularJS in a user’s browser. The controller layer is a shared responsibility between ImiRP Web and ImiRP Core. ImiRP Web’s portion of the controller layer is responsible for mapping HTTP requests to ImiRP Core’s services and returning results from those services as rendered templates. Currently, the model layer exists entirely within ImiRP Core, but this may change in the future as ImiRP Web may require some of its own models for features that are specific to presentation.
miRBase data import
Currently, known miRNA data is imported from the high confidence dataset (mature.fa) that is provided by miRBase version 21. Mature.fa is a text file database of FASTA-format, mature miRNA sequences. ImiRP parses this database and imports it into its own internal format for use by ImiRP’s target site predictor. To accomplish this, an import utility that could read the mature.fa dataset and import miRNAs was created. The import utility was designed to allow alternative miRNA datasets to be imported provided that they follow a similar FASTA format. This enables ImiRP to stay current as new miRNA datasets become available. Presently, an alternative miRNA dataset can only be used by altering ImiRP’s global configuration file and restarting the application. In future versions of ImiRP, we may enable use of custom miRNA datasets that could be uploaded for specific projects. This way, each individual project could specify a miRNA dataset that best meets its requirements.
Results and discussion
In order to facilitate the generation of miRNA target site mutations in the mRNA 3’ UTR, we have designed ImiRP, a program that automates the entire process of generating mutant sequences. A key feature of ImiRP is its ability to suggest mutations that lack illegitimate miRNA target sites as such sites have the potential to complicate experiments aimed at examining miRNA-target regulation.
Computational time optimization
The number of sequences generated by the Sequence Mutation module increases rapidly with increasing predicted target sites to mutate. Each of these mutant sequences then needs to be processed to identify any illegitimate target sites generated. As a result, one problem that needed to be addressed in the implementation of ImiRP was the large computational time required to generate a final mutant sequence when mutating many predicted miRNA target sites simultaneously. We implemented several strategies below to address this problem:
-
i)
Limit miRNA target site mutations to six nucleotide motifs
Nucleotide changes introduced into the region complementary to miRNA positions 2-7 have been found to create the most significant reduction in regulation by the targeting miRNA [28]. Additionally, by limiting the problem space for target site mutagenesis to six nucleotide regions, we were able to reduce the number of possible mutant sequences and thus the computation time. A limitation to this approach is that some examples of “seedless” miRNA target sites have been identified. These rely more heavily on binding the 3’ end of the miRNA, or contain mismatches or bulges between the miRNA seed and its target [32, 33]. However, comparative analysis of orthologous mRNAs suggests that target sites complementary to the 5’ end of the miRNA are more evolutionarily conserved than expected by chance [12]. Additionally, mRNA and protein expression analysis reveals that messages containing miRNA seed matches are preferentially regulated by miRNAs [5, 6]. As such, we decided to focus on an approach that restricts mutagenesis to the six nucleotide region complementary to miRNA position 2-7.
-
ii)
Introduce adjacent nucleotide changes per specified seed site
Even in the presence of extensive 3’ pairing, single nucleotide mismatches introduced into a miRNA target site complementary to miRNA positions 2-7, the core target site, have a large impact on target site efficacy [28]. Based on these results, we reasoned that a minimum of two nucleotide changes in this region would effectively abolish regulation by the targeting miRNA [28]. Additionally, requiring that nucleotide changes be adjacent reduces the number of possible mutants generated, improving processing speed, while also reducing the number of illegitimate target sites created by narrowing the region of sequence that is altered. For an independent region containing three non-overlapping predicted target sites, over 60 billion different mutants are possible when any combination of at least two nucleotides within a core target site are mutated to any permutation of the four nucleotide bases (Additional file 1: Figure S1-a). However, when only two adjacent nucleotide changes are permitted per site, the number of possible mutant sequences for an independent region containing three non-overlapping sites is reduced to approximately 90,000 (Additional file 1: Figure S1-b). It should be noted that through the input user interface, it is possible to select a mutation strategy that will introduce more than two nucleotide changes per specified target site.
-
iii)
Divide the input sequence into independent regions based on inter-site spacing
Since 8mer target sites are the largest recognized sites [2], predicted miRNA target sites spaced seven or more nucleotides apart can be mutated without generating a new predicted miRNA target site that spans both mutations. As such, sites spaced less than seven nucleotides apart are grouped into independent regions, and are all mutated as a unit. Mutating one region at a time, while keeping the remainder of the sequence unchanged, significantly reduces the number of permutations of redundant mutations that are generated (Additional file 1: Figure S1-c) and dramatically improves processing speed. Expanding on the above example, if two independent regions containing three non-overlapping predicted target sites are mutated together, over 8 billion mutant sequences are possible. However, if these two regions containing three sites each are mutated separately of one another, approximately 180,000 mutant sequences are possible (Additional file 1: Figure S1-d).
-
iv)
Custom ImiRP miRNA target site prediction component
Initially, we used the PITA executable in the Target Site Prediction module. PITA assigns each predicted miRNA target site a score based on the difference between the free energy of miRNA-target duplex formation and the cost of unpairing mRNA secondary structure in the region of the predicted target site [23]. Though evidence suggests that miRNA target site accessibility [23] and local target site environment [34, 35] can impact target site efficacy, some evidence also suggests that mRNA secondary structure is an insufficient predictor of target site functionality [35]. Since we are primarily concerned with creating illegitimate target sites having the potential to be functional, this feature of the PITA target site prediction component was not needed. ImiRP’s custom target site predictor uses only pattern recognition to identify five types of target seed site (8mer, 7mer-m8, 7mer-A1, 6mer, OS-6mer) [2, 12] and is therefore less computationally demanding, thus improving processing time.
Though ImiRP is capable of identifying miRNA target sequences, it is not recommended for use as a target site prediction tool. Since it predicts miRNA seed matches based only on sequence complementarity to miRNA 5’ ends, it is an over-predicting tool and will produce many false-positive predictions. Many superior programs are available to address the problem of miRNA target identification [3, 12, 13, 17–25].
-
v)
Stop generating mutant sequence once five valid mutants have been identified
The ImiRP web application needed to be designed such that many users can run projects simultaneously. Consequently, we wanted a avoid situations where a single user could consume a large portion of the web server’s resources. The ImiRP application stops generating mutant sequences once at least five valid mutants have been identified for each independent region or once the Sequence Mutation module has effectively exhausted all mutation possibilities. This ensures that a single mutation request will not continue to process unnecessary sequences and continue to consume resources. Due to the Sequence Mutation module generating mutations faster than the Target Site Prediction module can scan them; it is possible that more than five valid mutations may be identified. Only five valid mutant sequences are displayed for each independent region in the results tab of the output user interface. If a user is interested in having all valid mutations displayed, they can download the source code and run the application on their own machine.
Generation of mutant sequences
We made several attempts to devise an algorithm that would not generate duplicate mutant sequences or mutants that did not satisfy all criteria. In an attempt at preventing duplicate mutations, a sequential permutation generation strategy was used. However, this approach was subject to spending long time periods generating undesirable mutants. For some problems, the sequential approach finds solutions very quickly while with others it does not find any solutions within a feasible time period. The random approach was found to more reliably and consistently produce results across a diverse set of mutation problems.
We also initially attempted to develop a mutation generation algorithm that would only generate mutant sequences that satisfy all specified criteria without wasting computation on generating mutants that do not. This approach was abandoned because it was both difficult to make such algorithms and they would require the development of new mutation generation algorithms for every set of criteria. As such, we decided it was preferable to keep separate the concepts of mutant sequence generation and criteria selection, thus enabling the user to specify diverse mutation criteria. For projects requiring disruption of a large number of target sites and having relatively simple criteria, it may be preferable to devise a mutation generation algorithm that does not require the additional filtering step. An example of simple criteria is: mutations must introduce two nucleotide substitutions per site using any of the four nucleotides. Whereas an example of more complex requirements is: mutations must introduce at least two nucleotide substitutions, nucleotide substitutions must be adjacent and must not contain guanosine. However, if disruption of one or a few sites is desired, these inefficiencies do not appreciably impact processing speed.
Testing the ImiRP target site predictor and mutation generator
To determine whether ImiRP could accurately predict miRNA target sites, we input 150 nucleotide segments from human, mouse and fly 3’UTR sequences and compared output predictions for wild type sequences to predictions generated by TargetScan [3] and PITA [23] for the same sequences (Additional file 1: Figure S4). All 3’UTR sequence data was collected using the University of California, Santa Cruz (UCSC) genome browser [36]. Care was taken when making comparisons to PITA’s predictions. As of the first release of ImiRP, PITA’s database of mature miRNA sequences, obtained from miRBase version 11.0, is out of date. Additionally, PITA’s seed site prediction logic is not based on the currently accepted seed site classification [12]. Consequently, mature miRNA sequences available through miRBase were used to verify PITA’s seed site type predictions. Our results show that ImiRP is capable of accurately predicting 8mer, 7mer-m8, 7mer-A1 and 6mer seed sites. One limitation of these tests is that TargetScan and PITA do not recognize OS-6mer seed sites. However, manual comparison between ImiRP’s OS-6mer seed predictions and mature miRNA sequences in miRBase reveals that ImiRP is capable of correctly predicting OS-6mer seed sites (data not shown). Target site prediction output for three sample 3’UTR sequences is provided in Additional file 1: Figure S4.
To test the program’s capacity to successfully introduce mutations into many sites simultaneously, while also ensuring that new predicted target sites for other miRNAs were not created, we used the aforementioned 150 nucleotide 3’UTR sequences and target site predictions as input into ImiRP. We compared the ImiRP’s target site prediction output between the wild type and mutant sequences to ensure that specified target sites were successfully mutated and that new sites were not created. Sample output for a 150 nucleotide segment from mouse Pax6 3’UTR containing six predicted target sites is shown in Additional file 1: Figure S5.
Software limitations
Though ImiRP is capable of identifying predicted illegitimate miRNA target sites created following mutation of existing target sites, this software does not identify mRNA regulatory elements required for non-miRNA processes. For example, the process of introducing mutations into a 3’UTR sequence could create an RNA-binding protein motif or abolish a pre-existing polyadenylation signal. A freely available web application called Transterm could be used to address this shortcoming [37]. Transterm can identify protein binding sites in mRNA 3’UTRs, and thus a user could compare Transterm results between their original input and mutant 3’UTR sequences to ensure that no known motifs had been created or disrupted. In future versions of ImiRP, we may implement a tool that identifies known polyadenylation signal motifs, and ensures that polyadenylation signals present in the input sequence are not disrupted and new polyadenylation signals are not created following mutation.
One limitation associated with identifying only five classes of target seed site is that other seed site types have been identified that may also be functional. In vivo reporter assays suggest that 4mer and 5mer seed sites also having extensive complementarity to the miRNA 3’ end can be functional [28]. However other studies investigating miRNA-dependent repression in vivo demonstrate that 5mer seed matches, complementary to miRNA positions 2-6, could not mediate repression [38]. As a consequence, we designed the ImiRP target site predictor such that it does not identify 4mer or 5mer target site types. Genome-wide miRNA-mRNA interaction maps from mouse brain generated by Argonaute High-Throughput Sequencing of RNA isolated by crosslinking immunoprecipitation (Ago HITS-CLIP) also suggest that two additional target site types may exist. A third type of 6mer target site, 6merα (complementary to miRNA position 1-6), is capable of binding Ago-miRNA [39]. Additionally, miRNA recognition elements containing G nucleotide bulges at positions 5-6 in the mRNA (G-bulge sites) are evolutionarily conserved and functional in vivo [38]. ImiRP is currently incapable of identifying 6merα and G-bulge target sites and, as a consequence, these site types may be created upon mutation of existing sites. Based on user demand, we may choose to enable identification of 6merα and G-bulge sites though the ImiRP target site predictor.
Often, experiments designed to disrupt a specific sequence motif remove the sequence by deletion as opposed to mutating several nucleotides. The software could be designed to permit deletion mutations as well, however this would significantly complicate illegitimate target site identification. ImiRP compares target site predictions between the input and mutant sequences. Any predicted target sites that are shared between the input and mutant sequences, i.e. target sites for the same miRNA, located at the same position within the sequence, are not considered illegitimate. Information about the position of a predicted target site within the sequence is critical for identifying legitimate versus illegitimate target sites. Enabling deletion mutations will require a more complicated illegitimate target site identification algorithm. We plan to enable the use of insertion and deletion mutations as part of ImiRP’s mutagenesis strategies in future versions. For the time being, users can download the ImiRP source code and modify it to enable insertion/deletion mutations.
Unfortunately, it is challenging to predict with certainty whether a miRNA target site has successfully been abolished by mutation without experimentation. Based on previous experimental evidence [28], introducing at least two nucleotide changes into the mRNA region complementary to miRNA positions 2-7 is likely to abolish regulation by the targeting miRNA. Similarly, predicting the functionality of a newly created miRNA target sites is also challenging without experimental validation. For example, a known lys-6 site from the cog-1 3’UTR in C. elegans is often nonfunctional when transplanted into different 3’UTR contexts [35]. ImiRP provides information about all illegitimate target sites created in the output mutant sequence. Available databases documenting validated miRNA-target interactions [40–42] and known miRNA expression profiles [43–45] could be used to assist in determining whether illegitimate target site predictions are likely to occur.
Conclusion
In summary, we have described ImiRP, software that enables mutation of one or more predicted miRNA target sites within a sequence of interest while ensuring that new predicted target sites for other miRNAs are not created in the process. The ImiRP input interface allows the user to input a sequence of interest and specify the location of one or more target sites to mutate, species of interest, invalid target site types, and mutation strategy. The output interface allows the user to select a desired mutant for each independent region, and view a finalized mutant sequence. Upon completion, the assembled mutant sequence, and miRNA target site predictions for the input and mutant sequences are made available for download. ImiRP source code is accessible open source through GitHub (https://github.com/imirp) under the Apache Version 2 license, and is available as a web application at imirp.org.
Ethics approval and consent to participate
Not applicable.
Consent for publication
Not applicable.
Availability of data and materials
Project name: ImiRP
Project homepage: imirp.org
Operating system(s): Windows, OSX, Linux
Programming language: Java, Javascript
Other requirements: MongoDB, Java7, SBT
License: MIT
Additional file
Acknowledgements
Not applicable.
Funding
This work was supported by the Sharon Stewart Trust.
Abbreviations
- 3’UTR
3’ untranslated region
- 6mer
miRNA target site complementary to miRNA positions 2-7
- 7mer-A1
miRNA target site complementary to miRNA positions 2-7 having an A across from miRNA position 1
- 7mer-m8
miRNA target site complementary to miRNA position 2-8
- 8mer
miRNA target site complementary to miRNA positions 2-8 and having an A across from miRNA position 1
- ImiRP
Illegitimate miRNA Predictor
- miRNA
microRNA
- mRNA
messenger RNA
- OS-6mer
offset-6mer, miRNA target site complementary to miRNA positions 3-8
- PITA
Probability of Interaction by Target Site Accessibility
Footnotes
Competing interests
The authors declare that they have no competing interests.
Authors’ contributions
BCR designed the project, tested the software, and prepared the manuscript. TSW designed, developed and tested the software, and edited the manuscript. PLH edited the manuscript. RLC edited the manuscript and supervised the entire project. All authors read and approved the entire manuscript.
Authors’ information
BCR is a PhD candidate in the neuroscience program at the University of Victoria (contact: ryanb2@uvic.ca). TSV is the CTO of the Victoria-based software company Referral Saasquatch (contact: twerner@uvic.ca). PLH is an associate professor in the Departments of Biochemistry/Microbiology and Biology at the University of Victoria (contact: phoward@uvic.ca). RLC is an associate professor in the Department of Biology at the University of Victoria (contact: bobchow@uvic.ca).
References
- 1.Ghildiyal M, Zamore PD. Small silencing RNAs: an expanding universe. Nature Reviews Genetics. 2009;10:94–108. doi: 10.1038/nrg2504. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 2.Bartel DP. MicroRNAs: Target Recognition and Regulatory Functions. Cell. 2009;136:215–233. doi: 10.1016/j.cell.2009.01.002. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3.Lewis BP, Burge CB, Bartel DP. Conserved Seed Pairing, Often Flanked by Adenosines, Indicates that Thousands of Human Genes are MicroRNA Targets. Cell. 2005;120:15–20. doi: 10.1016/j.cell.2004.12.035. [DOI] [PubMed] [Google Scholar]
- 4.Lewis B, Shih I, Jones-Rhoades M, Bartel D. Prediction of mammalian microRNA targets. Cell. 2003. [DOI] [PubMed]
- 5.Lim LP, Lau NC, Garrett-Engele P, Grimson A, Schelter JM, Castle J, Bartel DP, Linsley PS, Johnson JM. Microarray analysis shows that some microRNAs downregulate large numbers of target mRNAs. Nature. 2005;433:769–773. doi: 10.1038/nature03315. [DOI] [PubMed] [Google Scholar]
- 6.Baek D, Villén J, Shin C, Camargo FD, Gygi SP, Bartel DP. The impact of microRNAs on protein output. Nature. 2008;455:64–71. doi: 10.1038/nature07242. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 7.Schirle NT, Shen-Gruttadauria J, MacRae IJ. Structural basis for microRNA targeting. Science. 2015;346(6209):608–613. doi: 10.1126/science.1258040. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Ameres SL, Zamore PD. Diversifying microRNA sequence and function. Nature reviews Molecular cell biology. 2013;14:475–488. doi: 10.1038/nrm3611. [DOI] [PubMed] [Google Scholar]
- 9.Mukherji S, Ebert MS, Zheng GXY, Tsang JS, Sharp PA, van Oudenaarden A. MicroRNAs can generate thresholds in target gene expression. Nature Genetics. 2011;43:854–859. doi: 10.1038/ng.905. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Bushati N, Cohen SM. microRNA Functions. Annual Review of Cell and Developmental Biology. 2007;23:175–205. doi: 10.1146/annurev.cellbio.23.090506.123406. [DOI] [PubMed] [Google Scholar]
- 11.Kozomara A, Griffiths-Jones S. miRBase: annotating high confidence microRNAs using deep sequencing data. Nucleic Acids Research. 2013;42:D68–D73. doi: 10.1093/nar/gkt1181. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Friedman RC, Farh KK, Burge CB, Bartel DP. Most mammalian mRNAs are conserved targets of microRNAs. Genome Research. 2008;19:92–105. doi: 10.1101/gr.082701.108. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Miranda KC, Huynh T, Tay Y, Ang Y, Tam W, Thomson AM, Lim B, Rigoutsos I. A Pattern-Based Method for the Identification of MicroRNA Binding Sites and Their Corresponding Heteroduplexes. Cell. 2006;126:1203–1217. doi: 10.1016/j.cell.2006.07.031. [DOI] [PubMed] [Google Scholar]
- 14.Alvarez-Garcia I. MicroRNA functions in animal development and human disease. Development. 2005;132:4653–4662. doi: 10.1242/dev.02073. [DOI] [PubMed] [Google Scholar]
- 15.Lim L, Glasner M, Yekta S, Burge C, Bartel D. Vertebrate microRNA genes. Science. 2003;299:1540. doi: 10.1126/science.1080372. [DOI] [PubMed] [Google Scholar]
- 16.Wang X, Zhang J, Li F, Gu J, He T, Zhang X, Li Y. MicroRNA identification based on sequence and structure alignment. Bioinformatics. 2005;21:3610–3614. doi: 10.1093/bioinformatics/bti562. [DOI] [PubMed] [Google Scholar]
- 17.John B, Enright AJ, Aravin A, Tuschl T, Sander C, Marks DS. Human MicroRNA Targets. PLoS Biology. 2004;2 doi: 10.1371/journal.pbio.0020363. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.Krek A, Grün D, Poy M, Wolf R, Rosenberg L. Combinatorial microRNA target predictions. Nature Genetics. 2005;37:495–500. doi: 10.1038/ng1536. [DOI] [PubMed] [Google Scholar]
- 19.Stark A, Brennecke J, Russell RB, Cohen SM. Identification of Drosophila MicroRNA Targets. PLoS Biology. 2003;1 doi: 10.1371/journal.pbio.0000060. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Gaidatzis D, van Nimwegen E, Hausser J, Zavolan M. Inference of miRNA targets using evolutionary conservation and pathway analysis. BMC Bioinformatics. 2007;8:69. doi: 10.1186/1471-2105-8-69. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Betel D, Wilson M, Gabow A, Marks DS, Sander C. The microRNA.org resource: targets and expression. Nucleic Acids Research. 2007;36(Database):D149–D153. doi: 10.1093/nar/gkm995. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Griffiths-Jones S, Saini HK, van Dongen S, Enright AJ. miRBase: tools for microRNA genomics. Nucleic Acids Research. 2007;36(Database):D154–D158. doi: 10.1093/nar/gkm952. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Kertesz M, Iovino N, Unnerstall U, Gaul U, Segal E. The role of site accessibility in microRNA target recognition. Nature Genetics. 2007;39:1278–1284. doi: 10.1038/ng2135. [DOI] [PubMed] [Google Scholar]
- 24.Hammell M, Long D, Zhang L, Lee A, Carmack CS, Han M, Ding Y, Ambros V. mirWIP: microRNA target prediction based on microRNA-containing ribonucleoprotein–enriched transcripts. Nature Methods. 2008;5:813–819. doi: 10.1038/nmeth.1247. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.Maragkakis M, Alexiou P, Papadopoulos GL, Reczko M, Dalamagas T, Giannopoulos G, Goumas G, Koukis E, Kourtis K, Simossis VA, Sethupathy P, Vergoulis T, Koziris N, Sellis T, Tsanakas P, Hatzigeorgiou AG. Accurate microRNA target prediction correlates with protein repression levels. BMC Bioinformatics. 2009;10:295. doi: 10.1186/1471-2105-10-295. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Deveci M, Çatalyürek ÜV, Ewart Toland A. mrSNP: Software to detect SNP effects on microRNA binding. BMC Bioinformatics. 2014;15:73. doi: 10.1186/1471-2105-15-73. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Bhattacharya A, Cui Y. miR2GO: comparative functional analysis for microRNAs. Bioinformatics. 2015;31(14):2403–2405. doi: 10.1093/bioinformatics/btv140. [DOI] [PubMed] [Google Scholar]
- 28.Brennecke J, Stark A, Russell RB, Cohen SM. Principles of MicroRNA–Target Recognition. PLoS Biology. 2005;3 doi: 10.1371/journal.pbio.0030085. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Delaloy C, Liu L, Lee J, Su H, Shen F, Yang G, Young WL, Ivey KN, Gao F. MicroRNA-9 coordinates proliferation and migration of human embryonic stem cell-derived neural progenitors. Cell Stem Cell. 2010;6:323–335. doi: 10.1016/j.stem.2010.02.015. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 30.Yoo AS, Staahl BT, Chen L, Crabtree GR. MicroRNA-mediated switching of chromatin remodelling complexes in neural development. Nature. 2009;460:642–646. doi: 10.1038/nature08139. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.de Chevigny A, Coré N, Follert P, Gaudin M, Barbry P, Béclin C, Cremer H. miR-7a regulation of Pax6 controls spatial origin of forebrain dopaminergic neurons. Nature Neuroscience. 2012;15(8):1120–1126. doi: 10.1038/nn.3142. [DOI] [PubMed] [Google Scholar]
- 32.Lal A, Navarro F, Maher C, Maliszewski, Yan N. miR-24 Inhibits cell proliferation by targeting E2F2, MYC, and other cell-cycle genes via binding to “seedless” 3′ UTR microRNA recognition elements. Molecular Cell. 2009;35:610–625. doi: 10.1016/j.molcel.2009.08.020. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.Brodersen P, Voinnet O. Revisiting the principles of microRNA target recognition and mode of action. Nature reviews Molecular cell biology. 2009;10:141–148. doi: 10.1038/nrm2619. [DOI] [PubMed] [Google Scholar]
- 34.Grimson A, Farh KK, Johnston WK, Garrett-Engele P, Lim LP, Bartel DP. MicroRNA Targeting Specificity in Mammals: Determinants beyond Seed Pairing. Molecular Cell. 2007;27:91–105. doi: 10.1016/j.molcel.2007.06.017. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 35.Didiano D, Hobert O. Molecular architecture of a miRNA-regulated 3′ UTR. RNA. 2008;14:1297–1317. doi: 10.1261/rna.1082708. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 36.Kent WJ, Sugnet CW, Furey TS, Roskin KM, Pringle TH, Zahler AM, Haussler D. The Human Genome Browser at UCSC. Genome Research. 2002;12:996–1006. doi: 10.1101/gr.229102.ArticlepublishedonlinebeforeprintinMay2002. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Jacobs GH, Chen A, Stevens SG, Stockwell PA, Black MA, Tate WP, Brown CM. Transterm: a database to aid the analysis of regulatory sequences in mRNAs. Nucleic Acids Research. 2009;37:D72–D76. doi: 10.1093/nar/gkn763. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 38.Chi S, Hannon G, Darnell R. An alternative mode of microRNA target recognition. Nature Structural & Molecular Biology. 2012;19:321–327. doi: 10.1038/nsmb.2230. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 39.Ellwanger D, Büttner F, Mewes H. The sufficient minimal set of miRNA seed types. Bioinformatics. 2011;27:1346–1350. doi: 10.1093/bioinformatics/btr149. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 40.Papadopoulos GL, Reczko M, Simossis AV, Sethupathy P, Hatzigeorgiou AG, Papadopoulos GL, Reczko M, Simossis AV, Sethupathy P, Hatzigeorgiou AG. The database of experimentally supported targets: a functional update of TarBase. Nucleic Acids Research. 2009;37(Database):D155–D158. doi: 10.1093/nar/gkn809. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 41.Xiao F, Zuo Z, Cai G, Kang S, Gao X, Li T. miRecords: an integrated resource for microRNA-target interactions. Nucleic Acids Research. 2009;37(Database):D105–D110. doi: 10.1093/nar/gkn851. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 42.Bhattacharya A, Cui Y. SomamiR 2.0: a database of cancer somatic mutations altering microRNA-ceRNA interactions. Nucleic Acids Research. 2016;44(D1):D1005–D1010. doi: 10.1093/nar/gkv1220. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 43.Hausser J, Berninger P, Rodak C, Jantscher Y, Wirth S, Zavolan M. MirZ: an integrated microRNA expression atlas and target prediction resource. Nucleic Acids Research. 2009;37(Web Server):W266–W272. doi: 10.1093/nar/gkp412. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 44.Landgraf P, Rusu M, Sheridan R, Sewer A, Iovino N, Aravin A, Pfeffer S, Rice A, Kamphorst AO, Landthaler M, Lin C, Socci ND, Hermida L, Fulci V, Chiaretti S, Foà R, Schliwka J, Fuchs U, Novosel A, Müller R, Schermer B, Bissels U, Inman J, Phan Q, Chien M, Weir DB, Choksi R, de Vita G, Frezzetti D, Trompeter H, et al. A Mammalian microRNA Expression Atlas Based on Small RNA Library Sequencing. Cell. 2007;129:1401–1414. doi: 10.1016/j.cell.2007.04.040. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 45.Karali M, Peluso I, Gennarino VA, Bilio M, Verde R, Lago G, Dollé PS, Banfi R, Banfi S. miRNeye: a microRNA expression atlas of the mouse eye. BMC Genomics. 2010;11:715. doi: 10.1186/1471-2164-11-715. [DOI] [PMC free article] [PubMed] [Google Scholar]
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Supplementary Materials
Data Availability Statement
Project name: ImiRP
Project homepage: imirp.org
Operating system(s): Windows, OSX, Linux
Programming language: Java, Javascript
Other requirements: MongoDB, Java7, SBT
License: MIT