Abstract
Background
Upwards of 1200 miRNA loci have hitherto been annotated in the human genome. The specific features defining a miRNA precursor and deciding its recognition and subsequent processing are not yet exhaustively described and miRNA loci can thus not be computationally identified with sufficient confidence.
Results
We rendered pre-miRNA and non-pre-miRNA hairpins as strings of integrated sequence-structure information, and used the software Teiresias to identify sequence-structure motifs (ss-motifs) of variable length in these data sets. Using only ss-motifs as features in a Support Vector Machine (SVM) algorithm for pre-miRNA identification achieved 99.2% specificity and 97.6% sensitivity on a human test data set, which is comparable to previously published algorithms employing combinations of sequence-structure and additional features. Further analysis of the ss-motif information contents revealed strongly significant deviations from those of the respective training sets, revealing important potential clues as to how the sequence and structural information of RNA hairpins are utilized by the miRNA processing apparatus.
Conclusion
Integrated sequence-structure motifs of variable length apparently capture nearly all information required to distinguish miRNA precursors from other stem-loop structures.
Introduction
More than 1200 miRNAs have been identified in humans [1]. The characteristics defining a miRNA locus are not yet known in all detail, and computational methods for identification and annotation of new miRNAs still need improvement. Machine learning algorithms represent a set of regularly and widely used methods for classification of various types of information, and a number of research groups have used machine learning to predict new miRNA loci [2]–[13]. It is evident from comparison of these methods that the features used for pre-miRNA detection can heavily influence the performance of a method (see also Table 1 in Jiang et al. [13]). However, the use of empirically derived miRNA characteristics in computational analysis is not straightforward, and features commonly employed for computational miRNA detection or identification lead to substantial differences in performance.
Table 1. Comparison between Mirident and previously published software/algorithms.
ACC(%) | SP(%) | SE(%) | AUC(%) | Ref | |
Mirident | 98.39 | 99.19 | 97.58 | 99 | |
3SVM1 | 83.87 | 89.52 | 78.23 | n.a. | [2] |
Mir-albra(Th2 = 0) | 80.242 | 1 | 60.48 | n.a. | [18] |
Mir-albra(Th2 = −1) | 89.5 | 95.97 | 83.65 | ||
Mir-albra(Th2 = −2) | 81.45 | 69.35 | 93.55 | ||
PmirP | 89.1 | 95.97 | 82.26 | n.a. | [12] |
Original training data.
“Th” indicates “Threshold”.
All the models were tested on the same data set of 124 pre-miRNAs and 124 non-pre-miRNA hairpins.
miRNAs are processed from longer precursor transcripts (pri- and pre-miRNAs), and it is the processing apparatus which ultimately decides whether an RNA hairpin structure shall constitute a miRNA locus or not. Recent analyses show that the pri-miRNA structure is recognized in a co-operative manner by the Microprocessor component DGCR8 [14]. DGCR8 binds the pri-miRNA stem-loop structure as a trimer, resulting in a large interacting surface which probably allows for numerous and variable points of interaction. Simultaneous employment of sequence and structure information has been shown to yield higher predictability of miRNA loci than expected from their additive influence effects [15]. Inclusion of local contiguous structure-sequence information for distinguishing pre-miRNA loci from other potential hairpin structures was first reported by Xue et al. [2], and various combinations of sequence and secondary structure features have also been applied by other studies [3], [5]. Recently, Zhao et al. [12] used a support vector machine (SVM) with short sequence-structure features (in combination with additional information) to discriminate actual pre-miRNAs from other potential hairpin structures, achieving 94.9% sensitivity and 98.4% specificity on a human test set.
Combinations of sequence-structure information have been shown to lead to progress in pre-miRNA prediction [2], [12], [13], [16], however previously published methods have only applied sequence-structure features of fixed size. The present study integrated sequence and secondary structure characteristics into a single information string of variable length, and may thus better capture the real features of pre-miRNAs and other RNA hairpins. We utilized this idea to carry out exhaustive searches for all possible sequence-structure motifs (ss-motifs) on potential RNA hairpin structures. Applied within a loosely defined sequence-structure space (e.g., predicted stem-loop structures) a machine learning algorithm should be able to predict precursor miRNAs based on the identified sequence-structure motifs. To test this hypothesis we developed an SVM algorithm (Mirident), which, when employing the 1300 most informative ss-motifs, was able to predict miRNA loci in the human genome with higher specificity and sensitivity than any other previously published computational tool.
Results and Discussion
The sequence-structure motif
The functionality of an RNA molecule is predominantly determined by its primary nucleotides sequence and the intra-molecular interactions (hydrogen-bonding) deciding its secondary or 3-dimensional structure. These two modes of molecular information have conventionally been represented by a string of letters (e.g., UUCCCAAAGUUGAGAA) denoting the chemical composition of a 16 nucleotides long RNA molecule, and a string of brackets and dots (e.g., “(((.((….)).)))”) denoting the intra-molecular interactions forming the basis for its secondary structure. In a molecular and functional context the combination of both aspects are probably of high importance. To be able to identify molecular features which combine sequence and structural information, we therefore integrated both sequence and secondary structure into a common information string (ss-string). Replacing the structure symbols “(”, “.” and “)” by “L”, “D” and “R”, respectively, and adding these as subscripts to each respective nucleotide notation, the chemical composition and the intra-molecular structural of the above RNA molecule can be represented by a single information string, i.e., ULULCLCDCLALADADGDUDURGRADGRARAR (“NS” denoting “any nucleotide, any intra-molecular interaction”). From these ss-strings we extracted frequently occurring motifs (ss-motifs) of varying length (see Materials and Methods) which were subsequently used to distinguish pre-miRNAs from other stem-loop structures.
Motif extraction and evaluation
To test the efficacy of the ss-motifs in distinguishing miRNA precursors from RNA stem-loop structures not encoding miRNAs, we developed an SVM-based classifier for prediction of pre-miRNAs (Mirident, Figure 1). The software Teiresias [17] was used to search for ss-motifs in 608 verified pre-miRNA hairpins (positives), and 608 non-pre-miRNA hairpins extracted from coding regions of the genome (negatives). From the 608 positive and 608 negative hairpins, 27496 and 5954 ss-motifs were extracted, respectively, of which remained a total of 29734 ss-motifs when redundancies were removed. Computing the frequency of each motif created a 29734×1216 feature matrix which was used to construct a classifier. As the high number of ss-motifs very likely contained redundant information, we used a linear SVM algorithm to estimate a weight for each ss-motif (see Materials and Methods), according to its contribution to distinguishing positives from negatives. The ss-motifs were subsequently ranked in descending order according to their weights (Table S1).
Mirident efficiently identifies miRNA precursors
By successively selecting the N ss-motifs with the highest weights (N = 100, 200, 300,…‥, 29734) for training of the linear classifier, and subsequently employing it to predict pre-miRNA hairpins (see Materials and Methods), we obtained a measure of the prediction accuracy for each increment in the number of ss-motifs (Figure 2A and Table S2). From Figure 2A it can be seen that the prediction accuracy increases with increasing number of ss-motifs until approximately 1300 ss-motifs have been included, at which the prediction accuracy reaches its maximum value (98.39%), corresponding to specificity and sensitivity values of 99.20% and 97.58%, respectively. Further inclusion of ss-motifs led to a decline in prediction accuracy. As the above results were obtained with a linear kernel SVM, we repeated the procedure using a Gaussian kernel SVM in order to further validate the result. As can be seen from Figure 2A, the results obtained with the Gaussian kernel SVM deviated little from those obtained with the linear kernel SVM.
The results obtained with Mirident is comparable to those of previously published computational methods for pre-miRNA prediction, e.g. miR-abela [18] and the 3SVM classifier [2] (see Table 1). A more detailed comparison was made between Mirident and the PMirP method [12], for which very high sensitivity (98.4%) and specificity (94.9%) was reported when applied on human pre-miRNA and hairpin data. PMirP [12] is based on sequence-structure triplets, but also includes minimum free energy (MFE) and overall base-pairing data. When applied to the human test set used in the present study, PMirP achieved a sensitivity of 82.26% and a specificity of 95.97%, which falls somewhat behind the performance obtained with Mirident. Figure 2B delineates the ROC curve for Mirident, giving an Area Under the Curve (AUC) value of 0.99, which further emphasize the potential of ss-motifs of pre-miRNA prediction.
The results obtained with Mirident suggest that ss-motifs efficiently capture the essential characteristics of miRNA precursors. The difference between Mirident and previously published methods employing integrated sequence-structure information [2], [12] may reside in the more flexible manner in which Mirident harvests this information by extracting sequence-structure motifs of undefined length, and the larger number of informative features this methodology achieves. The observations reported below that integrated nucleotide and structural information is not confined to the nearest nucleotide (Figure 3A) further suggests that longer ss-motifs may have an edge over sequence-structure triplets. Taken together, the results obtained in the tests above would suggest that a substantial amount of the information needed to distinguish miRNA precursors from non-pre-miRNA hairpins can be contained in a set of ss-motif.
An additional question concerns how the sequence-structure information is distributed within miRNA families. While mature miRNA sequences are generally very similar within miRNA families, the sequences of miRNA precursors vary considerably. To investigate this, we compared the number of ss-motifs common to all members of a miRNA family to that of the same number randomly selected miRNA precursors (the random selections being repeated 1000 times). As shown in Figure 4, miRNA family members had significantly (p<0.001) more ss-motifs in common than had randomly selected miRNA precursors, which may bias the Mirident performance if members of the same miRNA family occur in both test and training set. On the other hand, only 29 of the pre-miRNAs in the test set (altogether 124 pre-miRNAs) had a family member in the training set, and even if these 29 pre-miRNAs were excluded, the detection rate for the rest of the set was 94.7% (90/95). We nonetheless repeated the entire Mirident procedure after filtering for precursors with sequence identity above 80% or 70%, and reached prediction accuracy values of 97.4% and 96.9% (Table S3), respectively (see Supporting Information S1 for details). Thus, while not being able to entirely exclude a “family” effect on the prediction performance, we do not think this influence can be strong.
Mirident identifies novel and non-human pre-miRNAs
Although the 1300 ss-motifs employed by Mirident are derived from human hairpin structures, these motifs may be representative of miRNA precursors of most organisms. We therefore applied Mirident to the 5034 single loop non-human pre-miRNA sequences in the miRBase version 11.0 [1], of which the algorithm was able to distinguish 93.8% (Table 2). Between the miRBase versions 11.0 and 17.0, 9372 single-loop pre-miRNA hairpins were entered into the database, of which 88% were identified (Table 2). When applied to specifically to all mouse and rat pre-miRNAs in miRBase version 17, Mirident identified 88.2% and 93.0% of these, respectively. Similarly, when applied to the pre-miRNAs of four different viruses, Mirident identified from 92.3% to 100% of these (Table 2).
Table 2. Mirident prediction accuracy on non-human and novel pre-miRNA data sets.
Species | Number of pre-miRNAs | Accuracy (%) |
All non-human pre-miRNAs in mirBase V11.0 | 5034 | 93.8 |
Recent pre-miRNAs (all species; miRBase v.12–17) | 9372 | 88.0 |
Mouse (Mus musculus),miRBase v17 | 720 | 88.2 |
Rat (Rattus norvegicus), miRBase v17 | 408 | 93.0 |
EBV | 25 | 100 |
HCMV | 11 | 100 |
MGHV68 | 15 | 93.0 |
KSHV | 13 | 92.3 |
The ss-motif information content differ from that of the respective training sets
The distribution of notations in the 1300 ss-motifs might give clues to the nature of informational content in the miRNA precursor. The average ss-motif was 6.3 nucleotides long (Table S1), and the 1300 ss-motifs contained 6431 specific notations (“N” and “S” excluded), with a substantial bias towards structural information (72.9% of all notations) (Table S4). More motifs were extracted from the positive (pre-miRNA; 941 ss-motifs) than from the negative (553 ss-motifs) training set (Table S1). With respect to nucleotide content, the number of U notations in the pre-miRNA ss-motifs was greatly enriched (p<10−100) above the corresponding training set, whereas the number of C and A notations are greatly reduced (p<3×10−12). In the CDS hairpin ss-motifs, G notations are significantly enriched (p = 1.48×10−12) and U notations significantly (p = 3.57×10−5) depleted relative to the CDS training set (Figure S1 and Table S4).
To further analyze the information content of the ss-motifs, we compared the statistics of the ss-motifs to randomly selected sequences (RSSs) from the respective training sets (see Supporting Information S1). The structural notations (i.e., “L”, “R” and “D”) of the pre-miRNA ss-motifs were significantly enriched for both left (“L”) and right (“R”; p = 3.51×10−6 and p = 7.81×10−11, respectively) notations relative to the pre-miRNA training set, whereas the CDS hairpin ss-motifs were significantly enriched in specific “D” notations (p = 2.73×10−7) relative to the negative training set (Figure 3B and Table S4). Thus, the differences between the training sets were accentuated in the two ss-motifs sets. Tentatively, the data suggest that the presence of specific intra-molecular interactions (i.e., L and R) may have a defining value for both miRNA and non-miRNA precursors. Contrarily, while information on absence of intra-molecular interactions at specific nucleotide position (or combinations of positions) has little positive value for defining a miRNA precursor as such, this type of information may have a strong defining value with respect to non-miRNA precursors.
Given that the input information in the sequence-structure strings is composed of integrated nucleotide and intra-molecular information (e.g., “AL”, “CD”, etc), it might be expected that the output information (in the ss-motifs) would take the same form. However, significantly fewer positions in both the pre-miRNA and CDS hairpin ss-motifs contained combined nucleotide and structural notations (e.g., AL) than in randomly selected sequences from their respective training set sets (p = 4.20×10−52 and p = 2.11×10−23, respectively; Figure 3A). Also, structural notations for neighboring nucleotides were significantly less frequent than expected (see Figure S2), suggesting that informative nucleotide and structural notations that frequently are located more than one nucleotide residue apart, which would imply that the miRNA processing apparatus utilizes combinations of well-spaced sequence and structural information in the recognition or rejection of specific hairpin. This may also go some way to explain the relatively lower efficacy of sequence-structure triplets [2], [12] in predicting miRNA hairpins. (Further details on the ss-motif information content are found in Supporting Information S1).
ss-motif position and distribution
In order to see whether the individual ss-motifs occur at specific positions, along the pre-miRNA stem-loop structure we plotted the positions of the ss-motifs along the pre-miRNA sequence (see Supporting Information S1 for details). Overall, very few ss-motifs were located at any specific position (Figure 5A), and the same (or very similar) ss-motifs commonly occurs at several positions along the stem part of the hairpins (Figure 5C&D; further analysis of motif correlations is found in Supporting Information S1). The relatively few ss-motifs that occupied very specific locations were often located in the loop of non-pre-miRNA hairpins (Figure 5B). Further analysis also suggested that ss-motifs with a G residue but few or none structural notations were frequent among ss-motifs from the non-pre-miRNA set; thus, the sequence-structure information in the loop may be more important for rejection of non-miRNA hairpins by the miRNA processing apparatus than for recognition of actual miRNA precursors. This observation is in agreement with experimental data showing that the loop is not absolutely required for processing of a pri-miRNA (e.g., has-miR-16) by the Drosha-DGCR8 complex in vitro [19]. Thus, the presence of a loop may not be an absolute requirement for the recognition and/or processing for most miRNA precursors, the loop may still contain information that is inhibitory to its recognition or processing. On the other hand, it has been shown that human miRNA loops contain conserved binding sites for various proteins that either promotes or inhibits miRNA precursor processing [20]–[24], but the fraction of miRNAs with conserved loop sequences (around 14% [20]) may have been too small to make a strong mark on the overall ss-motif composition.
If the processing of miRNA precursors into mature miRNAs by the Microprocessor and Dicer complexes are considered as enzymatic reactions in which cooperative interactions between substrate and enzyme leads to an orientation and arrangement of both molecules which elicit the enzymatic reaction [25], it is tempting to see the ss-motifs as a nearly complete catalogue of the pri-/pre-miRNA surface features that enable their recognition and processing. It is a reasonable assumption that the specific interactions between the precursor miRNA and the enzyme protein surface will occur on a number of compatible “micro-domains” of the surfaces of the respective molecules. The interacting micro-domains on the precursor miRNA will be specified by a combination of spatial and electro-chemical properties, which in turn are determined mainly by the primary sequence and its intra-molecular interactions of the molecule. In comparison to the enzyme kinetics of small molecules, where most interactions between substrate and enzyme must occur in or in the immediate vicinity of the active site, both the precursor miRNA and the processing complexes are relatively large molecules with extended molecular surfaces, enabling a large number of possible interacting micro-domains. On the other hand, although a large number of potential interactions may exist, a limited number of cooperative interactions may in any specific case be sufficient to achieve the required coordination of substrate and enzyme that elicits the enzymatic reaction. The large number of informative and non-correlated ss-motifs identified in this study suggests that a hypothetical miRNA precursor may interact with the processing enzymes in a large number of different ways, the only necessary and sufficient criterion being that the sum of the interactions must achieve an orientation and arrangement of substrate and enzyme which elicits the enzymatic reaction. An actual miRNA precursor may, on the other hand, only realize a few of these numerous potential combinations of interactions in order to produce a mature miRNA, and an exhaustive catalogue of criteria defining a miRNA precursor may therefore be difficult to obtain by empirical methods.
Materials and Methods
Data
Human pre-miRNA sequences
miRNA precursor sequences from the miRNA database miRBase version 11.0 [26] were filtered for multi-loop structures and redundancies (i.e., sequence identity >90%; see Supporting Information S1 for details) to yield a final set of 608 human miRNA precursor sequences. Although these sequences will in a number of cases contain some flanking sequence beyond the actual pre-miRNA sequence, we will for simplicity refer to this sequence set as the “pre-miRNA set”.
Human non-pre-miRNA stem-loop structures
Predicted stem-loop structures from coding domains (CDSs) of human genes (UCSC [27], [28]) were used to generate a set of non-pre-miRNA sequences according to five specific criteria (see Supporting Information S1 for details). These sequences have never been reported to generate mature miRNAs.
Training sets. Training sets of 484 pre-miRNA sequences (positive training set) or 484 non-pre-miRNA sequences (negative training set) were obtained by random selection among the 608 sequences in the pre-miRNA and non-pre-miRNA sequence sets, respectively.
Test sets. Four types of test sets were used. The first type included 124 pre-miRNA and 124 non-pre-miRNA sequences from the above human pre-miRNA and non-pre-miRNA sets after removal of the sequences used for the training sets. The second type included 5034 single loop hairpin structure of non-human pre-miRNA sequences from miRBase (version 11.0) [26]. The third type included 9372 pre-miRNA sequences predicted to form single loop hairpin structures that were entered into the miRBase from version 12.0 to version 17.0. The fourth type is rat, mouse and four viruses (Epstein Barr Virus, Human cytomegalovirus, Mouse gammaherpesvirus 68, Kaposi sarcoma-associated herpesvirus) down-loaded from miRBase (version 17.0).
ss-motif extraction
The software Teiresias [17] was used to separately search for frequently occurring sequence-structure motifs (ss-motifs) of variable length in the two sets of 608 pre-miRNA and 608 non-pre-miRNA sequences, respectively. The options used were “Exact discovery”, “Seq Version” and “Accept all characters”. The parameters used were L = 4, W = 12, and K = 457,which briefly implies that any motif of length W = 12 positions contains at least L = 4 defined nucleotide or structural notations and occurs in at least K = 457 different sequences, will be retained. For instance, if the motif USNSNSNSNLALNLUSNSNSNL′ is found in a pre-miRNA ss-string, this can be subdivided into the two separate motifs USNSNSNSNLAL and ALNLUSNSNSNL, each of length W = 12, and both containing at least L = 4 defined nucleotide or structural notations.
Assigning weights to the ss-motifs
We used an SVM with linear kernels to assign a weight to each ss-motif. The method generally followed that of Brank et al. [29] for normal-based feature selection. Briefly, assuming n support vectors and a total of k ss-motifs, the matrix of the “model file” is given as:
The weight is then calculated as:
Using to denote the weight of the jth ss-motif, the motifs were sorted according to descending weight ().
SVM for training and prediction
A Support Vector Machine (SVM) procedure was adopted to classify pre-miRNAs versus non-pre-miRNA hairpins using the 968 sequences in the training sets as input. After sorting the motifs by “” (the weight of the ss-motifs) obtained with the linear kernel SVM model, we sequentially introduced batches of 100 ss-motifs from the top of the sorting list until an optimal performance (ACC = 98.39%) was reached at 1300 ss-motifs, where after the accuracy decrease with increasing number of ss-motifs. The predicted accuracy rate of the Gaussian kernel SVM classifiers was almost identical to that obtained with the linear kernel SVM models (see Supporting Information S1 for details).
Statistical evaluation of the ss-motif information content
In order to estimate to what extent the information content of the ss-motifs deviated from that randomly generated sequences, we randomly selected a set of regions (RSSs) from the pre-miRNA (positive) and CDS hairpin (negative) training sets with length distributions and nucleotide and structural notations corresponding to those in the actual ss-motifs generated from each respective training set. This procedure was repeated 10,000 times to estimate the probability (p-value) of the observed various characteristics in the actual ss-motif sets (see Supporting Information S1 for details).
Evaluation of ss-motif similarity within miRNA families
In order to estimate the extent of ss-motif similarity within miRNA families, we analyzed three miRNA families recorded the number of ss-motifs common to all members of the family (see Table S5). This number was compared to the number of ss-motifs common to the same number of randomly selected pre-miRNAs, a procedure repeated 1000 times to estimate the statistical significance (p-value) of observing the number of common ss-motifs recorded for each family.
In a further effort to test for the effects of within-family similarity, we removed all (but one) of pre-miRNAs with sequence identity higher than 80%/70%, and repeated the entire procedure as given above, with the following modifications: The pre-miRNA set was reduced to 577/557 sequences, and a corresponding negative set was collected. The training and test sets were reduced to 462/442 and 115/112 sequences, respectively, and the Tereisias K parameter was changed to K = 433/413. Altogether 28941/23507 non-redundant ss-motifs were obtained, ranked, and introduced to a linear kernel SVM model in increments of 100, starting at N = 600 and ending at N = 1400.
The positions of the ss-motifs
To estimate the positional distribution of each ss-motif, the pre-miRNA sequences were centered on the 5′ end (mir_start) of the mature miRNA (or miRNA*, whichever apply in each case), and the pre-miRNA length were normalized as given in equation (1) and Figure S3 (“mir_end” indicating the 3′ end of the miRNA* (or miRNA)).
The normalized position (′) of an ss-motif was calculated as follows,
(1) |
indicating the actual position of the 5′end nucleotide of the ss-motif, indicating the (mir_start – mir_end) difference for the pre-miRNA in question, and indicating the average (mir_start – mir_end) difference for all 608 pre-miRNA sequences.
Software availability
The python program for the method is available for downloading at http://www.regulatoryrna.org/pub/mirident/index.html.
Supporting Information
Acknowledgments
We are grateful to Professors Ma Zhiming and Zhang Dexing for critical discussions.
Footnotes
Competing Interests: The authors have declared that no competing interests exist.
Funding: This work was supported by the National Key Basic Research & Development Program (973) under Grant No. 2011CB808000 and 2011CB504605, the Foundation for Innovative Research Groups of the National Natural Science Foundation of China under Grant No. 11021161, the National Natural Science Foundation of China under Grant No. 11101028, the Fundamental Research Funds for the Central Universities, and by NCMIS. The funders had no role in study design, data collection and analysis, decision to publish, or preparation of the manuscript.
References
- 1.Kozomara A, Griffiths-Jones S. miRBase: integrating microRNA annotation and deep-sequencing data. Nucleic Acids Res. 2011;39:D152–157. doi: 10.1093/nar/gkq1027. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 2.Xue C, Li F, He T, Liu GP, Li Y, et al. Classification of real and pseudo microRNA precursors using local structure-sequence features and support vector machine. BMC Bioinformatics. 2005;6:310. doi: 10.1186/1471-2105-6-310. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 3.Yousef M, Nebozhyn M, Shatkay H, Kanterakis S, Showe LC, et al. Combining multi-species genomic data for microRNA identification using a Naive Bayes classifier. Bioinformatics. 2006;22:1325–1334. doi: 10.1093/bioinformatics/btl094. [DOI] [PubMed] [Google Scholar]
- 4.Hertel J, Stadler PF. Hairpins in a Haystack: recognizing microRNA precursors in comparative genomics data. Bioinformatics. 2006;22:e197–202. doi: 10.1093/bioinformatics/btl257. [DOI] [PubMed] [Google Scholar]
- 5.Ng KL, Mishra SK. De novo SVM classification of precursor microRNAs from genomic pseudo hairpins using global and intrinsic folding measures. Bioinformatics. 2007;23:1321–1330. doi: 10.1093/bioinformatics/btm026. [DOI] [PubMed] [Google Scholar]
- 6.Batuwita R, Palade V. microPred: effective classification of pre-miRNAs for human miRNA gene prediction. Bioinformatics. 2009;25:989–995. doi: 10.1093/bioinformatics/btp107. [DOI] [PubMed] [Google Scholar]
- 7.Brameier M, Wiuf C. Ab initio identification of human microRNAs based on structure motifs. BMC Bioinformatics. 2007;8:478. doi: 10.1186/1471-2105-8-478. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Terai G, Komori T, Asai K, Kin T. miRRim: a novel system to find conserved miRNAs with high sensitivity and specificity. RNA. 2007;13:2081–2090. doi: 10.1261/rna.655107. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 9.Hsieh CH, Chang DT, Hsueh CH, Wu CY, Oyang YJ. Predicting microRNA precursors with a generalized Gaussian components based density estimation algorithm. BMC Bioinformatics. 2010;11(Suppl 1):S52. doi: 10.1186/1471-2105-11-S1-S52. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 10.Agarwal S, Vaz C, Bhattacharya A, Srinivasan A. Prediction of novel precursor miRNAs using a context-sensitive hidden Markov model (CSHMM). BMC Bioinformatics. 2010;11(Suppl 1):S29. doi: 10.1186/1471-2105-11-S1-S29. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 11.Ding J, Zhou S, Guan J. MiRenSVM: towards better prediction of microRNA precursors using an ensemble SVM classifier with multi-loop features. BMC Bioinformatics. 2010;11(Suppl 11):S11. doi: 10.1186/1471-2105-11-S11-S11. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Zhao D, Wang Y, Luo D, Shi X, Wang L, et al. PMirP: a pre-microRNA prediction method based on structure-sequence hybrid features. Artif Intell Med. 2010;49:127–132. doi: 10.1016/j.artmed.2010.03.004. [DOI] [PubMed] [Google Scholar]
- 13.Jiang P, Wu H, Wang W, Ma W, Sun X, et al. MiPred: classification of real and pseudo microRNA precursors using random forest prediction model with combined features. Nucleic Acids Res. 2007;35:W339–344. doi: 10.1093/nar/gkm368. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Faller M, Toso D, Matsunaga M, Atanasov I, Senturia R, et al. DGCR8 recognizes primary transcripts of microRNAs through highly cooperative binding and formation of higher-order structures. RNA. 2010;16:1570–1583. doi: 10.1261/rna.2111310. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 15.Oulas A, Boutla A, Gkirtzou K, Reczko M, Kalantidis K, et al. Prediction of novel microRNA genes in cancer-associated genomic regions–a combined computational and experimental approach. Nucleic Acids Res. 2009;37:3276–3287. doi: 10.1093/nar/gkp120. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 16.Xu Y, Zhou X, Zhang W. MicroRNA prediction with a novel ranking algorithm based on random walks. Bioinformatics. 2008;24:i50–58. doi: 10.1093/bioinformatics/btn175. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Rigoutsos I, Floratos A. Combinatorial pattern discovery in biological sequences: The TEIRESIAS algorithm. Bioinformatics. 1998;14:55–67. doi: 10.1093/bioinformatics/14.1.55. [DOI] [PubMed] [Google Scholar]
- 18.Sewer A, Paul N, Landgraf P, Aravin A, Pfeffer S, et al. Identification of clustered microRNAs using an ab initio prediction method. BMC Bioinformatics. 2005;6:267. doi: 10.1186/1471-2105-6-267. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Han J, Lee Y, Yeom K-H, Nam J-W, Heo I, et al. Molecular Basis for the Recognition of Primary microRNAs by the Drosha-DGCR8 Complex. Cell. 2006;125:887–901. doi: 10.1016/j.cell.2006.03.043. [DOI] [PubMed] [Google Scholar]
- 20.Michlewski G, Guil S, Semple CA, Caceres JF. Posttranscriptional Regulation of miRNAs Harboring Conserved Terminal Loops. Molecular Cell. 2008;32:383–393. doi: 10.1016/j.molcel.2008.10.013. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 21.Michlewski G, Caceres JF. Antagonistic role of hnRNP A1 and KSRP in the regulation of let-7a biogenesis. Nat Struct Mol Biol. 2010;17:1011–1018. doi: 10.1038/nsmb.1874. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Kidd JM, Cooper GM, Donahue WF, Hayden HS, Sampas N, et al. Mapping and sequencing of structural variation from eight human genomes. Nature. 2008;453:56–64. doi: 10.1038/nature06862. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Piskounova E, Viswanathan SR, Janas M, LaPierre RJ, Daley GQ, et al. Determinants of MicroRNA Processing Inhibition by the Developmentally Regulated RNA-binding Protein Lin28. Journal of Biological Chemistry. 2008;283:21310–21314. doi: 10.1074/jbc.C800108200. [DOI] [PubMed] [Google Scholar]
- 24.Trabucchi M, Briata P, Garcia-Mayoral M, Haase AD, Filipowicz W, et al. The RNA-binding protein KSRP promotes the biogenesis of a subset of microRNAs. Nature. 2009;459:1010–1014. doi: 10.1038/nature08025. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.Baerenfaller K, Grossmann J, Grobei MA, Hull R, Hirsch-Hoffmann M, et al. Genome-Scale Proteomics Reveals Arabidopsis thaliana Gene Models and Proteome Dynamics. Science. 2008:1157956. doi: 10.1126/science.1157956. [DOI] [PubMed] [Google Scholar]
- 26.Griffiths-Jones S, Grocock RJ, van Dongen S, Bateman A, Enright AJ. miRBase: microRNA sequences, targets and gene nomenclature. Nucleic Acids Res. 2006;34:D140–144. doi: 10.1093/nar/gkj112. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Karolchik D, Baertsch R, Diekhans M, Furey TS, Hinrichs A, et al. The UCSC Genome Browser Database. Nucleic Acids Res. 2003;31:51–54. doi: 10.1093/nar/gkg129. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Pruitt KD, Maglott DR. RefSeq and LocusLink: NCBI gene-centered resources. Nucleic Acids Res. 2001;29:137–140. doi: 10.1093/nar/29.1.137. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Brank MGJ, Milic-Frayling N, Mladenic D. 2002. Feature selection using linear support vector machines Technical report, Microsoft Research: MSR-TR-2002-63.
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.