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

A semi–supervised tensor regression model for siRNA efficacy prediction

Abstract

Background

Short interfering RNAs (siRNAs) can knockdown target genes and thus have an immense impact on biology and pharmacy research. The key question of which siRNAs have high knockdown ability in siRNA research remains challenging as current known results are still far from expectation.

Results

This work aims to develop a generic framework to enhance siRNA knockdown efficacy prediction. The key idea is first to enrich siRNA sequences by incorporating them with rules found for designing effective siRNAs and representing them as enriched matrices, then to employ the bilinear tensor regression to predict knockdown efficacy of those matrices. Experiments show that the proposed method achieves better results than existing models in most cases.

Conclusions

Our model not only provides a suitable siRNA representation but also can predict siRNA efficacy more accurate and stable than most of state–of–the–art models. Source codes are freely available on the web at: http://www.jaist.ac.jp/\~bao/BiLTR/.

Background

RNA interference (RNAi) is a cellular process in which RNA molecules inhibit gene expressions, typically by causing the destruction of mRNA molecules. Long double stranded RNA duplex or hairpin precursors are cleaved into short interfering RNAs (siRNAs) by the ribonuclease III enzyme Dicer. The siRNAs are sequences of 19–23 nucleotides (nt) in length with 2 nt overhangs at the 3 ends. Guided by RNA induced silencing complex (RISC), siRNAs bind to their complementary target mRNAs and induce their degradation.

In 2006, Fire and Mello received the Nobel Prize for their contributions to research on RNA interference (RNAi). Their work and those of others on discovery of RNAi have had an immense impact on biomedical research and will most likely lead to novel medical applications [1-6]. In RNAi research, highly effective siRNAs can be synthesized to design novel drugs for viral-mediated diseases such as influenza A virus, HIV, hepatitis B virus, RSV viruses, cancer disease and so on. As a result, siRNA silencing is considered one of the most promising techniques in future therapy and predicting their inhibition efficiency is crucial for proper siRNA selection. Therefore finding the most effective siRNAs constitutes a huge challenge facing researchers [7-14]. Numerous algorithms have been developed to design and predict effective siRNAs. These algorithms could be divided into two following generations [15-17].

The first generation consists of siRNA design rule–based tools that were developed through the analysis of small datasets. Various siRNA design rules have been found by empirical processes since 1998. The first rational siRNA design rule was detected by Elbashir et al. [18]. They suggested that siRNAs having 19–21 nt in length with 2 nt overhangs at the 3 ends can efficiently silence mRNAs. Scherer et al. [19] reported that the thermodynamic properties to target specific mRNAs are important characteristics. Soon after these studies, many rational design rules for effective siRNAs have been proposed [20-26]. For example, Reynolds et al. [22] analyzed 180 siRNAs systematically, targeting every other position of two 197 −base regions of luciferase and human cyclophilin B mRNA (90 siRNAs per gene), and found the following eight criteria for improving siRNA selection: (i) G/C content 30 −52%, (ii) at least 3 As or Us at positions 15 −19, (iii) absence of internal repeats, (iv) an A at position 19, (v) an A at position 3, (vi) an U at position 10, (vii) a base other than G or C at position 19, (viii) a base other than G at position 13.

However, the performance of tools in the first generation was not high enough to our satisfaction. About 65% of siRNAs produced by the above-mentioned design rules have failed when experimentally tested, says, they were 90% in inhibition and nearly 20% of them were found to be inactive [27]. One reason is that the previous empirical analyses were only based on small datasets and focused on siRNAs for specific genes. Therefore, each of these rules is poor to individually design highly effective siRNAs.

The second generation consists of predictive models by employing machine learning techniques that were learned through larger datasets. Tools based on these models in this generation are more accurate and reliable than tools in the first one [28]. In particular, Huesken and colleagues [29] developed a new algorithm, Biopredsi, by applying artificial neural networks to a dataset consisting of 2431 scored siRNAs (i.e., siRNAs whose knockdown efficacy (score) was experimentally observed). This dataset was widely used to train and test other predictive models such as the ThermoComposition21 [28], DSIR [7], i–Score [15] and Scales models [30]. The five above mentioned models are currently estimated as the best predictors [16,30]. Most notably, Qui et al. [31] used multiple support vector regression with RNA string kernel for siRNA efficacy prediction, and Sciabola et al. [17] applied three-dimension structural information of siRNA to increase predictability of their regression model. Alternatively, several works [32,33] used classification methods on labeled siRNAs which were experimentally labeled in terms of knockdown efficacy.

It is worth noting that most of those methods suffer from some drawbacks. Their performance is still slow and unstable. It can be caused by the following reasons: (i) siRNAs datasets are heterogeneous provided by different groups under different protocols in different scenarios [33,34]. Thus the performance of these models is considerably decreased and changed when they were tested on independent datasets such as the performance of 18 current models tested on three independent datasets [17]. (ii) The performance of machine learning methods also heavily depends on the choice of data representation (or features) on which they are applied. In the previous models, siRNAs were encoded by binary, spectral, tetrahedron, and sequence representations. However, because of siRNA distribution diversity and unsuitable measures based on these siRNA representations, they can be inappropriate to represent siRNAs in order to build a good model for predicting siRNA efficacy.

Our work aims to develop a higher and more stable model to predict the siRNA knockdown efficacy. To this end, we focus on two main tasks: constructing a appropriate representation of siRNA and building a predictive model. In the first task, in order to enrich the representation of siRNAs, available siRNA design rules in the first generation that are considered as prior background knowledge are alternately incorporated to transformation matrices. In the learning process of these transformation matrices, labeled siRNAs collected from heterogeneous courses are used to capture properties of the proposed representation: the natural clustering property of each class and the distribution diversity of siRNAs. A scored siRNA dataset is also employed to ensure that the representation satisfies the smoothness of our predictive model. In the second task, transformation matrices are weighted and used to transform each siRNA to the enriched matrix representation. A bilinear tensor regression model is developed and learned to predict siRNA knockdown efficacy. To improve the accuracy of the proposed model, the labeled siRNAs are also used in addition to the scored dataset to supervise the learning process of parameters. To obtain more precise data representation, the transformation matrices and parameters are iteratively and simultaneously learned. In the objective function, the Frobenius norm is appropriately replaced by L 2 regularization norm for an effective computation. The contributions of this work are summarized as follows

  1. 1.

    Construct a suitable representation of siRNAs, enriched matrix representation, by incorporating available siRNA design rules and employing both of labeled and scored siRNAs.

  2. 2.

    Develop a higher and stable predictive method to predict the siRNA efficacy by building the bilinear tensor regression model. The learning processes of transformation matrices and parameters of the model are combined together to make more accurate and precise siRNA representation. Labeled siRNAs are used to supervise the learning process of parameters.

  3. 3.

    Quantitatively determine positions on siRNAs where nucleotides can strongly influence inhibition ability of siRNAs.

  4. 4.

    Provide guidelines based on positional features for generating highly effective siRNAs.

We developed a bilinear tensor regression predictor, BiLTR, by using C++ programming language on X–Code environment. BiLTR is experimentally compared with published models on the Huesken dataset and three independent datasets commonly used by the research community. The results show that the performance of the BiLTR predictor is more stable and higher than that of other models.

Results

This section presents experimental evaluation by comparing the proposed method of bilinear tensor regression model (BiLTR) with the most recent reported methods for siRNA knockdown efficacy prediction on commonly datasets.

The experiments are carried out using four scored datasets

  • The Huesken dataset of 2431 siRNA sequences targeting 34 human and rodent mRNAs, commonly divided into the training set HU_train of 2182 siRNAs and the testing set HU_test of 249 siRNAs [29].

  • The Reynolds dataset of 240 siRNAs [22].

  • The Vicker dataset of 76 siRNA sequences targeting two genes [35].

  • The Harborth dataset of 44 siRNA sequences targeting one gene [36].

To construct siRNA representation and learn BiLTR model, we employed labeled and scored siRNA datasets as well as seven siRNA design rules. The seven design rules used to enrich representation of siRNAs are Reynolds rule, Uitei rule, Amarzguioui rule, Jalag rule, Hsieh rule, Takasaki rule and Huesken rule [20-23,29,37,38]. To capture the natural clustering and the diversity properties of siRNAs, and also supervise the parameter learning process, the labeled siRNAs were collected from the siRecords database [27] consisting of siRNAs classified into 4 classes: ‘very high’, ‘high’, ‘medium’, and ‘low’ knockdown efficacy. This database is an extensive one of mammalian RNAi experiments with consistent efficacy ratings. siRecords consists of the records of all kinds of siRNA experiments conducted with various laboratory techniques and experimental settings. In our work, sense siRNAs of 19 nucleotides in length were collected. After removing duplicative siRNAs, ‘very high’ and ‘medium’ and ‘low’ siRNAs were used (to improve the balance between classes while keeping the separation between them, ‘medium’ and ‘low’ siRNAs were merged into one class, denoted by ‘low’). As a result, there are 2470 labeled siRNAs in the ‘very high’ class and 2514 labeled siRNAs in the ‘low’ class. Scored siRNAs in the Huesken dataset were also used to learn BiLTR model.

Transformation matrices T k (k=1,…,K), coefficient vetors α and β are learned by employing Algorithm 1. In this algorithm, the convergence criteria were set as follows: the thresholds ε, ε 1 and ε 2 were set by small numbers, actually 0.001. The maximum iterative step, t Max , was 2000. Moreover, one crucial issue is to find turning parameters of objective function 10. In our work, the turning parameters of the objective function λ 1, λ 2 and λ 3 were estimated by minimizing a risk function of the proposed model when the model is tested on validation sets. Particularly, besides using the labeled siRNAs and siRNA design rules, we implement 10–fold cross validation on a scored siRNA training set for each turning parameter belonging to the interval [0, log(10)]. The model is trained for each triple of (λ 1, λ 2, λ 3). After that, we compute the following risk function

$$\begin{array}{*{20}l} R(\lambda_{1},\lambda_{2}, \lambda_{3})= \frac{1}{F}\sum_{i=1}^{F}\frac{1}{\parallel {fold}_{i}\parallel}L(T_{1},\ldots,T_{K},\alpha,\beta) \end{array} $$
((1))

where f o l d i is the validation set, F is the number of folds to do cross validation on the training set. L(T 1,…,T K ,α,β) is the objective function mentioned in the Methods section. We employ 10-fold cross validation, and thus F equals to 10. Concerning the stability of learning turning parameters, 10 times of 10–fold cross validation are implemented. As as result, the fitted turning parameters of each run of 10–fold cross validation are shown in Table 1. Standard deviations of the parameters λ 1, λ 2 and λ 3 are 0.004, 0.00003, and 0.035, respectively so learned turning parameters are more stable. The triple of turning parameters that the value of the risk function is mimimum are employed to learn the final model.

Table 1 The fitted turning parameters of objective function 10 in 10 times of 10–fold cross validation

After finding turning parameters, the final model, BiLTR, is learned by using all of the labeled siRNAs, the siRNA design rules, and the scored siRNA training set.

The BiLTR model is compared to most of state-of-the-art methods for siRNA knockdown efficacy prediction recently reported in the literature. For a fair comparison, we carried out experiments on BiLTR in the same conditions as they did and then compared our obtained results with the ones published in their reports. Concerning training dataset, besides all of models were trained on the same scored siRNA dataset, we also used siRNA design rules and a labeled siRNA dataset to train the BiLTR model. Concretely, the comparative evaluation is as follows

  1. 1.

    Comparison of BiLTR with Multiple Kernel Support Vector Machine proposed by [31]. The authors reported their Pearson correlation coefficient (R) of 0.62 obtained by 10–fold cross validation on the whole Huesken dataset. The Pearson correlation coefficient (R) is carefully evaluated by BiLTR by 10 times of 10-fold cross validation with the average value of 0.64 (Table 2). Concerning the standard deviation (SD) of error rates between predicted and target labels, the SD of our model is 0.23, however Qui and co-workers [31] did not show.

    Table 2 The R values and standard deviations of models on the the whole Huesken dataset and HU_test dataset
  2. 2.

    Comparison of BiLTR with BIOPREDsi [29], Thermocomposition21 [28], DSIR [7], and SVM [17] when trained on the same scored siRNA dataset, HU_train and tested on the HU_test dataset. The R values of those four models are 0.66, 0.66, 0.67 and 0.80, respectively. The SD values of the first three models are 0.216, 0.216, and 0.161, respectively. However, SD value of the SVM model was not shown. The R value of BiLTR estimated on the HU_test set is 0.67 that is equivalent to the R value of DSIR model, slightly higher than that of the first two models but lower than that of the last model (Table 2). The SD value of the BiLTR model is 0.164 that is similar to the SD value of the DSIR model and higher than that of first two models as well. It can be observed that the performance of SVM is significantly better than that of BiLTR in Table 2.One reason comes from the current limitation of BiLTR as it employs positional features of available design rules but not other characteristics such as GC content, thermodynamic properties, GC stretch, and 3D information while SVM employs positional features and 3D information. This feature captures the flexibility and strain of siRNAs that can be important characteristics for siRNAs of the HU_test set extracted from human NCI–H1299, Hela genes and rodent genes [29]. Therefore, at this moment the performance of the BiLTR model is similar to that of BIOPREDsi, Thermocomposition21, DISR models but cannot achieve higher performance than the SVM model [17] when tested on the HU_test set.

  3. 3.

    Comparison of BiLTR with 18 models including BIOPREDsi, DSIR, SVM when all of models were trained on the HU_train set and tested on three independent datasets of Reynolds, Vicker and Harborth as reported in the recent article [17]. We also computed SD values of error rates between predicted and experimental variables. However, we lack of standard deviations of some models, especially that of the SVM model, because their models’ predicted labels were not shown in their publication. As a result, the BiLTR considerably achieved results higher than all of 18 methods on the all three independent testing datasets as shown in Table 3 (taken from [17] with the last row added for the BiLTR result). The lower performance of SVM than BiLTR in Table 1 can be explained as the added 3D information in SVM does not make it better than BiLTR, especially when testing data are more independent from the Huesken dataset. The lower performance of SVM than BiLTR in Table 3 can be viewed as the added 3D information in SVM does not always make it better than BiLTR, especially when testing data are more independent from the Huesken dataset. Besides that, unlike most of other models, the BiLTR model produces the stable results across each of independent siRNA datasets.

    Table 3 The R values and standard deviations of 18 models and BiLTR on three independent datasets

In these comparative studies, it was found that the performance of BiLTR is more stable and higher than that of other models. The first reason is that previous siRNA representations can be unsuitable to represent siRNAs provided different groups under different protocols. In our method, the representation is enriched by incorporating background knowledge of siRNA design rules and learned by employing heterogeneous labeled siRNAs. By combining the representation and parameter learning processes together. Therefore it can capture the distribution diversity of siRNA data. The second reason is that using labeled siRNAs in different distributions to learn our model, BiLTR model can predict more accurate knockdown efficacy of siRNAs.

Discussion

In this section, we discuss more detail about three main issues: the performance of BiLTR model, the importance of learned transformation matrices and the effect of nucleotide design at particular positions on siRNAs.

Concerning the first issue, as presented in the experimental comparative evaluation, BiLTR achieved better results than most other methods in predicting siRNA knockdown efficacy. There are some reasons for that. First, it is expensive to experimentally analyze the knockdown efficacy of siRNAs, and thus most of available datasets have relatively small size leading to limited results. Second, BiLTR has its advantages by incorporating domain knowledge (siRNA design rules) experimentally found from different datasets. Third, BiLTR is generic and can be easily exploited when new design rules are discovered, or more scored or labeled siRNAs are obtained. As a result, when tested on the three independent datasets generated by different empirical experiments, the performance of BiLTR is better than that of the four above models. Additionally, some models achieve the best results as the BiLTR model when tested on the Vicker dataset (e.g., i-score, Uitei models) but none of them simultaneously reaches the highest result as BiLTR when tested on the three independent datasets (Table 3).

On the other hand, it is easy to see that the weights α i , i = 1, …, K show the importance of the siRNA design rules that affect the knockdown efficacy of siRNAs. Figure 1 shows the weights of the seven siRNA design rules. The second and the fourth siRNA ones corresponding to the Uitei and Jalag rules have the smallest and highest weights, respectively. The Uitei rule shows that nucleotides ‘G/C’ at position 1 and ‘A/U’ at position 19 correlate to effective siRNAs and nucleotides ‘A/U’ at position 1 and ‘G/C’ at position 19 correlate to ineffective siRNAs. These characteristics are consistent with most of the other siRNA design rules. However, these characteristics based on positions 1 and 19 are insufficient to generate effective siRNAs. In the fourth rule, except characteristics of the Uitei rule, Jagla and colleagues discovered that effective siRNA have an ‘A/U’ nucleotide at position 10. It also shows the importance of these nucleotides at position 10 when designing effective siRNAs.

Figure 1
figure 1

Contributions of seven siRNA design rule to knockdown ability of siRNAs.

Concerning the second issue, the learned transformation matrices not only capture the characteristics of the siRNA design rules but also guide to create new design rules for generating effective siRNA candidates. Table 4 shows the positional features of the Reynolds rule. In this siRNA design rule, effective siRNAs satisfy the following criteria on sense siRNA strands: (i) nucleotide ‘A’ at position 3; (ii) nucleotide ‘U’ at position 10; (iii) nucleotides ‘A/C/U’ at position 13 and (iv) nucleotides ‘A/U’ at position 19. After learning BiLTR, the transformation matrix capturing positional features of the Reynolds rule is determined. Figure 2 shows the learned transformation matrix incorporated with the Reynolds rule. In this figure, each column of the matrix is normalized to easily observe. One of the characteristics is described as “an nucleotide ‘A/U’ at position 19”. This characteristic means that at column 19, the cell (4,19) should contain the maximum value. In the matrix, the value at this cell is 0.86009595 and is the greatest value in this column. We now consider other characteristics of the Reynolds rule. Another characteristic of this rule is that effective siRNAs have at least three nucleotides ‘A/U’ at positions from 15 to 19. In learned transformation matrix, corresponding values of nucleotides ‘A/U’ at positions 15, 18 and 19 are the greatest ones (see Figure 2). Therefore, the transformation matrix can preserve this characteristic of the Reynolds rule. One characteristic of siRNAs such as ‘G/C’ content ranging from 30% to 52% is also preserved in the learned transformation matrix. In addition, positions on siRNAs are not described in characteristics of the design rules, the knockdown efficacy of nucleotides at columns corresponding to these positions are also learned to satisfy the classification assumption and constraints of BiLTR as values at columns 1, 2, 4 and so on. Therefore, after learning the transformation matrices based on the siRNA design rules, these transformation matrices can guide to generate effective siRNAs. For example, Figure 2 shows the Reynolds rule based transformation matrix and its histogram of nucleotides at positions on sense siRNA strand. We can see that effective siRNAs can be designed by using the Reynolds rule and other characteristics such as: ‘U’ at position 12, ‘A’ at position 13, and so on.

Figure 2
figure 2

The learned transformation matrix incorporating positional features of the Reynolds rule. Histogram shows knockdown efficacy strength of each nucleotide at positions on sense siRNA strand.

Table 4 Characteristics of Reynolds rule

Concerning the last issue, we consider the effect of nucleotides at particular positions on siRNAs. In BiLTR model, coefficients β j , j=1,…,19, show the strength of the relationship between each variable corresponding to each column of tensors representing siRNAs and the inhibition ability of siRNAs. We know that values of each column show the knockdown efficacy of each nucleotide in a siRNA sequence by incorporating the seven siRNA design rules. Therefore, the coefficients show the influence of nucleotide design at positions on siRNAs to the inhibition ability. In Figure 3, the coefficients at positions 4, 16 and 19 show that the siRNA design at these positions will strongly influence the knockdown efficacy or inhibition of siRNAs. Most of the siRNA design rules also capture the importance of designing nucleotides at positions 16 and 19 but they do not mention the designing of nucleotides at position 4. Therefore, the influence of nucleotides at this position can be considered to design effective siRNAs.

Figure 3
figure 3

Coefficients of 19 dimensions corresponding to 19 position on siRNAs.

Conclusion

In this paper, we have proposed a novel method to predict the knockdown efficacy of siRNA sequences by using both labeled and scored datasets as well as available design rules to transform the siRNAs into enriched matrices, then learn a bilinear tensor regression model for the prediction purpose. Besides that, in the model an appropriate siRNA representation is also developed to represent siRNAs belonging to different distributions that are provided by research groups under different protocols.

The experimental comparative evaluation on commonly used datasets with standard evaluation procedure in different contexts shows that the proposed method achieved better results than most existing methods in doing the same task. One significant feature of the proposed method is it can easily be extended when new design rules are discovered as well as more siRNAs are analyzed by empirical processes. By analyzing BiLTR model, we provide guidelines to generate effective siRNAs, and detect positions on siRNAs where nucleotides can strongly effect the inhibition ability.

Methods

We formulate the problem of siRNA knockdown efficacy prediction as follows

  • Given: Two sets of labeled and scored siRNAs of length n, and a set of K siRNA design rules.

  • Find: A function that predicts the knockdown efficacy of given siRNAs.

Our proposed method consists of three major steps that are described in Table 5.

Table 5 Method for siRNA knockdown efficacy prediction

Step 1 of the method is done where each siRNA sequence with n nucleotides in length is encoded as a binary encoding matrix of size n×4. In fact, four nucleotides A, C, G, or U are encoded by encoding vectors (1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0) and (0, 0, 0, 1), respectively. If a nucleotide from A, C, G, and U appears at the jth position in a siRNA sequence, j = 1,…,n, its encoding vector will be used to encode the jth row of the encoding matrix.

Step 2 is to transform the encoding matrices by transformation matrices T k regarding the kth design rule, k=1,…,K. T k has size of 4×n where the rows correspond to nucleotides A, C, G, and U, and the columns correspond to n positions on sequences. T k are learned from the kth design rule. Each cell T k [i,j], i=1,…,4, j = 1,…,n, represents the knockdown ability of nucleotide i at position j regarding the kth design rule. Each transformation matrix has to satisfy types of following constraints. The first type of constraints is basic constraints on elements of T k

$$ T_{k}[i,j]\geq0, \ i=1,\ldots, 4; \ \ j=1,2, \ldots, n $$
((2))

The second type of constraints is generated to incorporate background knowledge of the kth siRNA design rule to the transformation matrix T k (k=1,…,K). As above mentioned, T k [1,j], T k [2,j], T k [3,j], and T k [4,j] show knockdown efficacy of nucleotides A, C, G and U at position jth (j=1,…,n), respectively. Furthermore, the kth design rule describes the design of effective siRNAs that consists of the effectiveness or ineffectiveness of nucleotides at some positions of siRNAs. Therefore, trick inequality constraints on the transformation matrix T k are as follows: in the siRNA design rule kth, if some nucleotides at position jth are effective, their corresponding values are greater than the other values at column jth of T k . In contrast, if some nucleotides are ineffective, their corresponding values are smaller than the other values at column jth of T k . For example, the design rule in the right table in Table 6 illustrates that at position 19, nucleotides A/U are effective and nucleotide C is ineffective. It means that the knockdown efficacy of nucleotides A/U are larger than that of nucleotides G/C and knockdown efficacy of nucleotide C is smaller than that of the other nucleotides. Thus, values T[1,19],T[2,19],T[3,19] and T[4,19] show the knockdown efficacy of nucleotides A, C, G and U at position 19, respectively. Therefore, five trick inequality constraints at column 19 of T are formed. Generally, we denote the set of M k trick inequality constraints on T k by siRNA design rule kth under consideration by

$$\begin{array}{*{20}l} \{g_{m}(T_{k})<0\}_{m=1}^{M_{k}} \end{array} $$
((3))
Table 6 An example of incorporating the condition of a design rule at position 19 to a transformation matrix T by designing constraints

where g m (T k )<0 is a trick inequality constraint on transformation matrix T k that is generated by siRNA design rule kth.

Let vector \(x_{l}^{(k)}\) of size 1×n denote the transformed vector of the lth siRNA sequence using the transformation matrix T k . The jth element of x l is the element of T k at column j and the row corresponds to the jth nucleotide in the siRNA sequence. To compute \(x_{l}^{(k)}\), a new column-wise inner product is defined as follows

$$ \begin{aligned} x_{l}^{(k)}=&T_{k}\circ X_{l}=\left(X_{l}[1,.]T_{k}[.,1], X_{l}[2,.]T_{k}[.,2],\ldots,\right.\\ &\left.X_{l}[n,.]T_{k}[.,n]\right) \end{aligned} $$
((4))

where X l [j,.] and T[.,j] are the jth row vector and the jth column of the matrix X l and T, respectively, and xy is the inner product of vectors x and y.

Table 7 shows an example of encoding matrix X, transformation matrix T and transformed vector x of the given sequence AUGCU. The rows of X represent encoding vectors of nucleotides in the sequence. Given transformation matrix T of size 4 × 5. The sequence AUGCU is represented by the vector x = (T[1,1],T[4,1],T[3,3],T[2,4],T[4,5]) = (0.5, 0.1, 0.08, 0.6, 0.1). Therefore, the transformed data can be computed by the column-wise inner product x=TX l .

Table 7 An example of encoding matrix, transformation matrix, and transformed vector (the values 0.5, 0.1 etc. are taken to the vector)

The third type of constraints relates to preservation of natural clustering properties of each class after being transformed by using transformation matrices T k . It means that siRNAs belonging to the same class should be more similar to each other than siRNAs belonging to the other class. This constraint is formulated as the following minimization problem

$$\begin{array}{*{20}l} &\min \sum_{\substack{p \in N_{1}\\q\in N_{1}}}d^{2}(x_{p}^{(k)},x_{q}^{(k)}) + \sum_{\substack{p \in N_{2}\\q\in N_{2}}} d^{2}(x_{p}^{(k)},x_{q}^{(k)})\\ &\quad-\sum_{\substack{p \in N_{1}\\q \in N_{2}}} d^{2}(x_{p}^{(k)},x_{q}^{(k)}) \end{array} $$
((5))

In this objective function, the first two components are the sum of similarities of sequence pairs belonging to the same class and the last one is the sum of similarities of sequence pairs belonging to two different classes; d(x,y) is the similarity measure between x and y (in this work we use Euclidean distance and L 2 norm); N 1 and N 2 are the two index sets of ‘very high’ and ‘low’ labeled siRNAs, respectively.

In step 3 of the method, each encoding matrix X l is transformed to K representations \((x_{l}^{(1)},x_{l}^{(2)},\ldots,x_{l}^{(K)})\) or (T 1X l ,T 2 X l ,…,T K X l ) by K transformation matrices. Denote R(X l )=(T 1X l ,T 2 X l ,…,T K X l )T be the second order tensor of size K×n. The bilinear tensor regression model can be defined as follows

$$ f(x)= \alpha R(X_{l}) \beta $$
((6))

where α=(α 1,α 2,…,α K ) is a weight vector of the K representations of X l and β=(β 1,β 2,…,β n )T is a parameter vector of the model, and α R(X l ) component is the linear combination of representations T 1 X l ,T 2X l ,…,T K X l . It also shows the relationship among elements on each column of the second order tensor or each dimension of T k X l , k = 1,2,…,K. Equation (6) can be derived as follows

$$\begin{aligned} f(X_{l})&= \alpha R(X_{l}) \beta = \left(\beta \otimes \alpha^{T}\right)^{T} vec(R(X_{l}))\\ &= \left(\beta^{T}\otimes \alpha \right) vec(R(X_{l})) \end{aligned} $$

where AB is the Kronecker product of two matrices A and B, and v e c(A) is the vectorization of matrix A.

The fourth type of constraints related to the smoothness and the supervised learning phase of the model by employing labeled siRNAs. An appropriate representation and an accurate model have to satisfy that the knockdown efficacy of each siRNA sequence in the ‘very high’ class has to greater than that of siRNAs in the ‘low’ class. Therefore, let X p denote the encoding matrix of the pth sequence in the ‘very high’ class and X q denote the encoding matrix of the qth sequence in the ‘low’ class. We have the following constraints

$$\begin{array}{*{20}l} \left(f(X_{q})-f(X_{p})\right)&\leq0\Leftrightarrow\alpha \left(R(X_{q})-R(X_{p})\right)\beta\\ &\leq 0\ \ \ p \in N_{1}, q\in N_{2} \end{array} $$
((7))

We see that when labeled siRNAs are collected from heterogeneous courses, these constraints also preserve the stability of model when predicted siRNAs are generated by different protocols.

Therefore, the regularized risk function satisfies the constraints (7) is formulated as follows

$$\begin{array}{*{20}l} L(\alpha,\beta)&=\sum_{l=1}^{N} \left(y_{l}-\alpha R(X_{l})\beta\right)^{2}+\lambda_{1}\parallel \beta^{T}\otimes \alpha\parallel_{Fro}^{2} \\ &\quad+2\lambda_{2}\sum_{\substack{p \in N_{1}\\ q \in N_{2}}}\alpha (R(X_{q})-R(X_{p}))\beta \end{array} $$
((8))

where λ 1, λ 2 are the turning parameters, and β Tα Fro is the Frobenius norm of the first order tensor β Tα. X l and y l are encoding matrix of the lth sequence and its knockdown efficacy in the scored siRNA dataset, and N is the size of the scored siRNA sequences. The regularization term in equation (8) is derived as follows

$${\fontsize{8.9}{6}\begin{aligned} \parallel \beta^{T}\otimes \alpha\parallel_{Fro}^{2}&={\sum\nolimits}_{k=1}^{K}{\sum\nolimits}_{j=1}^{n} \left(\alpha_{k}\beta_{j}\right)^{2} = {\sum\nolimits}_{k=1}^{K}{\alpha_{k}^{2}}{\sum\nolimits}_{j=1}^{n} {\beta_{j}^{2}}\\ & = {\sum\nolimits}_{k=1}^{K}{\alpha_{k}^{2}}{\parallel\beta\parallel_{2}^{2}} ={\parallel\alpha\parallel_{2}^{2}}{\parallel\beta\parallel_{2}^{2}} \end{aligned}} $$

Therefore, equation (8) with the Frobenius norm can be replaced by L 2 norm

$$\begin{array}{*{20}l} L(\alpha,\beta)=&\sum_{l=1}^{N} \left(y_{l}-\alpha R(X_{l})\beta\right)^{2}+\lambda_{1}{\parallel\alpha\parallel_{2}^{2}}{\parallel\beta\parallel_{2}^{2}}\\ &+2\lambda_{2}\sum_{\substack{p \in N_{1}\\ q \in N_{2}}}\alpha (R(X_{q})-R(X_{p}))\beta \end{array} $$
((9))

The problem has now become the following multi–objective optimization problem: Finding \(\{T_{k}\}_{1}^{K}\), α and β to minimize objective function (10) under the constraints (2), (3) and minimize objective function (9). The multi–objective optimization problem is equivalent to the following optimization problem.

$$\begin{array}{*{20}l} &\min\ L(T_{1},\ldots,T_{K},\alpha,\beta)= \sum_{l=1}^{N} \left(y_{l}-\alpha R(X_{l})\beta\right)^{2}\\&\quad+\lambda_{1}{\parallel\alpha\parallel_{2}^{2}}{\parallel\beta\parallel_{2}^{2}}\\ &\quad+\lambda_{2}\sum_{\substack{p \in N_{1}\\ q \in N_{2}}}\alpha (R(X_{q})-R(X_{p}))\beta\\ &\quad+\lambda_{3}\sum_{k=1}^{K}\left(\sum_{p,q \in N_{1}}d^{2}(x_{p}^{(k)},x_{q}^{(k)})+ \sum_{p,q \in N_{2}} d^{2}(x_{p}^{(k)},x_{q}^{(k)})\right.\\ & \quad\left. - \sum_{\substack{p \in N_{1}\\ q \in N_{2}}} d^{2}(x_{p}^{(k)},x_{q}^{(k)})\right) \end{array} $$

Subject to T k [i,j]≥0, g m (T k ) < 0, i= 1,…,4;j= 1,…,n; k = 1,..,K; m= 1,..,M k .

This optimization problem is solved by the following Lagrangian form

$$\begin{array}{*{20}l} L=&\sum_{l=1}^{N} \left(y_{l}-\alpha R(X_{l})\beta\right)^{2}+\lambda_{1}{\parallel\alpha\parallel_{2}^{2}}{\parallel\beta\parallel_{2}^{2}}\\&+2\lambda_{2}\sum_{\substack{p \in N_{1}\\ q \in N_{2}}}\alpha (R(X_{q})-R(X_{p}))\beta + \sum_{k=1}^{K}\sum_{m=1}^{M_{k}}\mu_{m}^{(k)}g_{m}(T_{k})\\ &+\lambda_{3}\sum_{k=1}^{K}\left(\sum_{p,q \in N_{1}}d^{2}(x_{p}^{(k)},x_{q}^{(k)})+ \sum_{p,q \in N_{2}} d^{2}(x_{p}^{(k)},x_{q}^{(k)}) \right.\\&\left.- \sum_{\substack{p \in N_{1}\\ q \in N_{2}}} d^{2}(x_{p}^{(k)},x_{q}^{(k)})\right) \end{array} $$
((10))

where \(\mu _{m}^{(k)},\ m=1,\ldots,M_{k};\ k=1,\ldots,K\) and λ j , j=1,…,3 are Lagrangian multipliers. To solve the problem, an iterative method is applied. For each column j, T k [.,j] is solved while keeping the other columns of T k . α and β are also solved while keeping the others. The Karush-Kuhn-Tucker conditions are

  • Stationarity: \(\frac {\partial L}{\partial T_{k}[.,j]}=0,\ \frac {\partial L}{\partial \alpha }=0,\ \frac {\partial L}{\partial \beta }=0,\ i=1,\ldots, 4;\ k=1,\ldots,K; \text {and} j=1, \ldots,n\).

  • Primal feasibility: T k [i,j]≥0, g r (T k )<0, i=1,…,4; j=1,…,n; r=1,…,R; k=1,…,K.

  • Dual feasibility: \(\mu _{m}^{(k)}\geq 0, \lambda _{j}\geq 0,\ m=1, \ldots,M_{k}; \ k=1,\ldots,K; \ j=1,\ldots,3\).

  • Complementary slackness: \(\mu _{m}^{(k)}g_{m}(T_{k})=0,\ m=1, \ldots,M_{k};\ k=1,\ldots,K\).

From the last three conditions, we have \(\mu _{m}^{(k)}=0, \ m=1, \ldots,M_{k};\ k=1,\ldots,K\). Therefore, the stationarity condition can be derived as follows

$${\fontsize{7.5}{6}\begin{aligned} &\frac{\partial L}{\partial T_{k}[.,j]} = \frac{\partial \sum_{l=1}^{N} \left(y_{l}-\alpha R(X_{l})\beta\right)^{2}}{\partial T_{k}[.,j]} +2\lambda_{2}\frac{\partial \sum_{\substack{p \in N_{1}\\ q \in N_{2}}}\alpha (R(X_{q})-R(X_{p}))\beta}{\partial T_{k}[.,j]}\\ &+\lambda_{3}\Bigg(\frac{\partial \sum_{k=1}^{K}(\sum_{p,q \in N_{1}}d^{2}(x_{p}^{(k)},x_{q}^{(k)}) + \sum_{p,q \in N_{2}} d^{2}(x_{p}^{(k)},x_{q}^{(k)})}{\partial T_{k}[.,j]} \\ &- \frac{\partial \sum_{\substack{p \in N_{1}\\ q \in N_{2}}} d^{2}(x_{p}^{(k)},x_{q}^{(k)}))}{\partial T_{k}[.,j]}\Bigg) \\ &=-2\alpha_{k}\beta_{j}\Bigg(\sum_{l=1}^{N} \left(y_{l}-\alpha R(X_{l})\beta\right){X_{l}^{T}}[j,.]+\lambda_{2} \sum_{\substack{p \in N_{1}\\ q \in N_{2}}}(X_{p}[j,.]-X_{q}[j,.])^{T}\Bigg)\\ &+2 \lambda_{3} \sum_{p,q \in N_{1}}(\langle X_{p}[j,.], T_{k}[.,j] \rangle-\langle X_{q}[j,.], T_{k}[.,j] \rangle)(X_{p}[j,.]-X_{q}[j,.])^{T}\\ &+2 \lambda_{3}\sum_{p,q \in N_{2}}(\langle X_{p}[j,.], T_{k}[.,j]\rangle-\langle X_{q}[j,.], T_{k}[.,j] \rangle)(X_{p}[j,.]-X_{q}[j,.])^{T}\\ &-2 \lambda_{3}\sum_{\substack{p\in N_{1}\\q \in N_{2}}}(\langle X_{p}[j,.], T_{k}[.,j]\rangle-\langle X_{q}[j,.], T_{k}[.,j] \rangle)(X_{p}[j,.]-X_{q}[j,.])^{T} = 0 \end{aligned}} $$

Set Z p,q =(X p X q ) and set α(R(X l )) kj β=α R(X l )βα k β j X l [j,.]T k [.,j]. Therefore, the above formulation is derived as follows

$$\begin{aligned} \frac{\partial L}{\partial T_{k}[.,j]} =& -2\alpha_{k}\beta_{j}\Bigg(\sum_{l=1}^{N} \left(y_{l}-\alpha (R(X_{l}))_{kj}\beta\right){X_{l}^{T}}[j,.] \\ &+\lambda_{2} \sum_{\substack{p \in N_{1}\\ q \in N_{2}}}Z_{p,q}[j,.]^{T}\Bigg)\\ &+2\Bigg(\lambda_{3}\Big(\sum_{p,q \in N_{1}}Z_{p,q}^{T}[j,.]\otimes Z_{p,q}[j,.]\\ &+\sum_{p,q \in N_{2}}Z_{p,q}^{T}[j,.]\otimes Z_{p,q}[j,.]\\ &-\sum_{\substack{p\in N_{1}\\q \in N_{2}}}Z_{p,q}^{T}[j,.]\otimes Z_{p,q}[j,.]\Big)\\ &+{\alpha_{k}^{2}}{\beta_{j}^{2}}\sum_{l=1}^{N}{X_{l}^{T}}[j,.]\otimes {X_{l}^{T}}[j,.]\Bigg)T_{k}[.,j]\\ =&0 \end{aligned} $$

We define the following equations

$$\begin{array}{*{20}l} S(k,j) =&\lambda_{3}\Bigg(\sum_{p,q \in N_{1}}Z_{p,q}^{T}[j,.]\otimes Z_{p,q}[j,.]\\ &+\sum_{p,q \in N_{2}}Z_{p,q}^{T}[j,.]\otimes Z_{p,q}[j,.] \\ &-\sum_{\substack{p\in N_{1}\\q \in N_{2}}}Z_{p,q}^{T}[j,.]\otimes Z_{p,q}[j,.]\Bigg)\\ &+{\alpha_{k}^{2}}{\beta_{j}^{2}}\sum_{l=1}^{N}{X_{l}^{T}}[j,.]\otimes {X_{l}^{T}}[j,.] \end{array} $$
((11))
$$\begin{array}{*{20}l} B(k,j)=& \alpha_{k}\beta_{j}\Bigg(\sum_{l=1}^{N} \left(y_{l}-\alpha (R(X_{l}))_{kj}\beta\right){X_{l}^{T}}[j,.]\\ &+\lambda_{2} \sum_{\substack{p \in N_{1}\\ q \in N_{2}}}Z_{p,q}[j,.]^{T}\Bigg) \end{array} $$
((12))

Substitute equations (11) and (12) to \(\frac {\partial L}{\partial T_{k}[.,j]}\), we have

$$ T_{k}[.,j] =S(k,j)^{-1}B(k,j) $$
((13))
$$\begin{array}{*{20}l} \frac{\partial L}{\partial \alpha} =&-2\sum_{l=1}^{N} \left(y_{l}-\alpha R(X_{l})\beta\right)\left(R(X_{l})\beta\right)^{T}\\ &+ 2\lambda_{1} {\parallel\beta\parallel_{2}^{2}}\alpha+2\lambda_{2}\Big(\sum_{\substack{p \in N_{1}\\ q \in N_{2}}} (R(X_{q})-R(X_{p}))\beta\Big)^{T} \\ =&\sum_{l=1}^{N}\alpha\left(R(X_{l})\beta\right)\left(R(X_{l})\beta\right)^{T}-\sum_{l=1}^{N}y_{l}\left(R(X_{l})\beta\right)^{T}\\ &+ \lambda_{1} {\parallel\beta\parallel_{2}^{2}}\alpha \end{array} $$
$$\begin{array}{*{20}l} &- \lambda_{2}\beta^{T}\Big(\sum_{\substack{p \in N_{1}\\ q \in N_{2}}} (R(X_{p})-R(X_{q}))\Big)^{T} = 0 \\\ \alpha=&\left(\sum_{l=1}^{N}y_{l}\left(R(X_{l})\beta\right)^{T}+\lambda_{2}\beta^{T}\Big(\sum_{\substack{p \in N_{1}\\ q \in N_{2}}} (R(X_{p})-R(X_{q}))\Big)^{T}\right) \\ &\times \left(\sum_{l=1}^{N}\left(R(X_{l})\beta\right)\left(R(X_{l})\beta\right)^{T}+ \lambda_{1}{\parallel\beta\parallel_{2}^{2}}I\right)^{-1} \end{array} $$
((14))
$$\begin{array}{*{20}l} \frac{\partial L}{\partial \beta} =&-2\sum_{l=1}^{N} \left(y_{l}-\alpha R(X_{l})\beta\right)\left(\alpha R(X_{l})\right)^{T} + 2\lambda_{1} {\parallel\alpha\parallel_{2}^{2}}\beta\\& +2\lambda_{2}\Big(\sum_{\substack{p \in N_{1}\\ q \in N_{2}}} \alpha(R(X_{q})-R(X_{p}))\Big)^{T} \\ =&\sum_{l=1}^{N}\alpha R(X_{l})\beta \left(\alpha R(X_{l})\right)^{T}-\sum_{l=1}^{N}y_{l}\left(\alpha R(X_{l})\right)^{T} \\&+ \lambda_{1}{\parallel\alpha\parallel_{2}^{2}} \beta -\lambda_{2}\Bigg(\alpha\sum_{\substack{p \in N_{1}\\ q \in N_{2}}} (R(X_{p})-R(X_{q}))\Bigg)^{T} \\ =&\sum_{l=1}^{N}\left(\left(\alpha R(X_{l})\right)^{T}\otimes\left(\alpha R(X_{l})\right)\right)\beta-\sum_{l=1}^{N}y_{l}\left(\alpha R(X_{l})\right)^{T} \\ &+ \lambda_{1}{\parallel\alpha\parallel_{2}^{2}} \beta \\ &-\lambda_{2}\Bigg(\alpha\sum_{\substack{p \in N_{1}\\ q \in N_{2}}} (R(X_{p})-R(X_{q}))\Bigg)^{T} =0 \\ \beta=&\left(\sum_{l=1}^{N}\left(\left(\alpha R(X_{l})\right)^{T}\otimes\left(\alpha R(X_{l})\right)\right)+ \lambda_{1}{\parallel\alpha\parallel_{2}^{2}}I\right)^{-1} \\ & \times\!\! \left(\!\sum_{l=1}^{N}y_{l}\left(\alpha R(X_{l})\right)^{T}\,+\,\lambda_{2}\Big(\!\alpha\!\!\sum_{\substack{p \in N_{1}\\ q \in N_{2}}} (R(X_{p})-R(X_{q}))\Big)^{T}\right) \end{array} $$
((15))

The learning phase of the proposed bilinear tensor regression model is summarized in Algorithm 1. In this algorithm, transformation matrices T k ,k=1,…,K, coefficient vectors α and β are learned together. In particular, siRNA sequences are first represented as encoding matrices. The transformation matrices T k are initialized following trick inequality constraints generated by siRNA design rule kth. Vectors α and β are also initialized. To learn transformation matrices T k , elements in each column of these matrices are calculated by equation (13). If they satisfy the trick inequality constraints, that column will be updated to the next solution. To learn coefficients of the proposed model, vectors α and β are updated by equations (14) and (15). The transformation matrices, vectors α and β are updated until meeting the convergence criteria, where t Max denotes the maximum iterative step to update α and β, and ε, ε 1 and ε 2 are thresholds for the transformation matrices, vectors α and β, respectively.

References

  1. Elbashir SM, Harborth J, Lendeckel W, Yalcin A, Klaus W, Tuschl T. Duplexes of 21-nucleotide RNAs mediate RNA interference in cultured mammalian cells. Nature. 2001; 411:494–8.

    Article  CAS  PubMed  Google Scholar 

  2. Hannon GJ, Rossi JJ. Unlocking the potential of the human genome with RNA interference. Nature. 2004; 43:371–8.

    Article  CAS  Google Scholar 

  3. Hutvagner G, McLachlan J, Balint E, Tuschl T, Zamore PD. A cellular function for the RNA interference enzyme Dicer in small temporal RNA maturation. Science. 2001; 293:834–8.

    Article  CAS  PubMed  Google Scholar 

  4. Meister G, Tuschl T. Mechanisms of gene silencing by double-stranded RNA. Nature. 2004; 43:343–9.

    Article  CAS  Google Scholar 

  5. Sudarsana LR, Sarojamma V, Ramakrishna V. Future of RNAi in medicine: a review. World J Med Sci. 2007; 2:1–14.

    Google Scholar 

  6. Tuschl T, Zamore PD, Lehmann R, Bartel DP, Sharp PA. Targeted mRNA degradation by double-stranded RNA in vitro. Genes Dev. 1999; 13:3191–7.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  7. Vert JP, Foveau N, Lajaunie C, Vandenbrouck Y. An accurate and interpretable model for siRNA efficacy prediction. BMC Bioinf. 2006; 7:520.

    Article  CAS  Google Scholar 

  8. Ui–Tei K. Optimal choice of functional and off–target effect–reduced siRNAs for RNAi therapeutics. Front Genet. 2013; 4:107.

    PubMed  PubMed Central  Google Scholar 

  9. Angart P, Vocelle D, Chan C, Walton SP. Design of siRNA therapeutics from the molecular scale. Pharmaceuticals. 2013; 6:440–68.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  10. Gavrilov K, Saltzman WM. Therapeutic siRNA: principles, challenges, and strategies. Yale J Biol Med. 2012; 85:187–200.

    CAS  PubMed  PubMed Central  Google Scholar 

  11. Mutisya D, Selvam C, Lunstad BD, Pallan PS, Haas A, Leake D, et al. Amides are excellent mimics of phosphate internucleoside linkages and are well tolerated in short interfering RNAs. Nucleic Acids Res. 2014; 42(10):6542–51.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  12. Deng Y, Wang CC, Choy KW, Du Q, Chen J, Wang Q, et al. Therapeutic potentials of gene silencing by RNA interference: principles, challenges, and new strategies. Gene. 2014; 538(2):217–27.

    Article  CAS  PubMed  Google Scholar 

  13. Schramm G. Ramey R. siRNA design including secondary structure target site prediction. Nat Med. 2005; 2(8):1–2. doi:10.1038/nmeth780. (Application Notes).

    Google Scholar 

  14. Hannon GJ, Rossi JJ. Unlocking the potential of the human genome with RNA interference. Nature. 2004; 431:371–8.

    Article  CAS  PubMed  Google Scholar 

  15. Ichihara M, Murakumo Y, Masuda A, Matsuura T, Asai N, Jijiwa M, et al.Thermodynamic instability of siRNA duplex is a prerequisite for dependable prediction of siRNA activities. Nucleic Acids Res. 2007; e123:35.

    Google Scholar 

  16. Mysara M, Elhefnawi M, Garibaldi JM. MysiRNA: improving siRNA efficacy prediction using a machine-learning model combining multi-tools and whole stacking energy. J Biomed Inform. 2012; 45:528–34.

    Article  CAS  PubMed  Google Scholar 

  17. Sciabola S, Cao Q, Orozco M, Faustino I, Stanton RV. Improved nucleic acid descriptors for siRNA efficacy prediction. Nucl Acids Res. 2013; 41:1383–94.

    Article  CAS  PubMed  Google Scholar 

  18. Elbashir SM, Lendeckel W, Tuschl T. RNA interference is mediated by 21– and 22–nucleotide RNAs. Genes Dev. 2001; 15:188–200.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  19. Scherer LJ, Rossi JJ. Approaches for the sequence-specific knockdown of mRNA. Nat Biotechnol. 2003; 21:1457–65.

    Article  CAS  PubMed  Google Scholar 

  20. Amarzguioui M, Prydz H. An algorithm for selection of functional siRNA sequences. Biochem Biophys Res Commun. 2004; 316:1050–8.

    Article  CAS  PubMed  Google Scholar 

  21. Jagla B, Aulner N, Kelly PD, Song D, Volchuk A, Zatorski A, et al. Sequence characteristics of functional siRNAs. RNA. 2005; 11:864–72.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  22. Reynolds A, Leake D, Boese Q, Scaringe S, Marshall WS, Khvorova A. Rational siRNA design for RNA interference. Nat Biotechnol. 2004; 22:326–30.

    Article  CAS  PubMed  Google Scholar 

  23. Ui-Tei K, Naito Y, Takahashi F, Haraguchi T, Ohki–Hamazaki H, Juni A, et al. Guidelines for the selection of highly effective siRNA sequences for mammalian and chick RNA interference. Nucleic Acids Res. 2004; 32:936–48.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  24. Schwarz DS, Hutvagner G, Du T, Xu Z, Aronin N, Zamore PD. Asymmetry in the assembly of the RNAi enzyme complex. Cell. 2003; 115(2):199–208.

    Article  CAS  PubMed  Google Scholar 

  25. Khvorova A, Reynolds A, Jayasena SD. Functional siRNAs and miRNAs exhibit strand bias. Cell. 2003; 115(2):209–16.

    Article  CAS  PubMed  Google Scholar 

  26. Gong W, Ren Y, Xu Q, Wang Y, Lin D, Zhou H, et al. Integrated siRNA design based on surveying of features associated with high RNAi effectiveness. BMC Bioinf. 2006; 7:516.

    Article  CAS  Google Scholar 

  27. Ren Y, Gong W, Xu Q, Zheng X, Lin D, Wang Y, et al. siRecords: an extensive database of mammalian siRNAs with efficacy ratings. Bioinformatics. 2006; 22:1027–8.

    Article  CAS  PubMed  Google Scholar 

  28. Shabalina SA, Spiridonov AN, Ogurtsov AY. Computational models with thermodynamic and composition features improve siRNA design. BMC Bioinf. 2006; 7:65.

    Article  CAS  Google Scholar 

  29. Huesken D, Lange J, Mickanin C, Weiler J, Asselbergs F, Warner J, et al. Design of a Genome–Wide siRNA Library Using an Artificial Neural Network. Nat Biotechnol. 2005; 23:955–1001.

    Google Scholar 

  30. Matveeva O, Nechipurenko Y, Rossi L, Moore B, Ogurtsov AY, Atkins JF, et al. Comparison of approaches for rational siRNA design leading to a new efficient and transparent method. Access. 2007; 35:1–10.

    Google Scholar 

  31. Qiu S, Lane T. A framework for multiple kernel support vector regression and its applications to siRNA efficacy prediction. IEEE/ACM Trans Comput Biol Bioinform. 2009; 6:190–9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  32. Chang PC, Pan WJ, Chen CW, Chen YT, Chu YW. A design engine of siRNA that integrates SVMs prediction and feature filters. Biocatal Agric Biotechnol. 2012; 1:129–34.

    CAS  Google Scholar 

  33. Klingelhoefer JW, Moutsianas L, Holmes CC. Approximate Bayesian feature selection on a large meta-dataset offers novel insights on factors that effect siRNA potency. Bioinformatics. 2009; 25:1594–601.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  34. Qi L, Han Z, Ruixin Z, Ying X, Zhiwei C. Reconsideration of in silico siRNA design from a perspective of heterogeneous data integration: problems and solutions. Brief Bioinform. 2014; 15:292–305.

    Article  CAS  Google Scholar 

  35. Vickers TA, Koo S, Bennett CF, Crooke ST, Dean NM, Baker BF. Efficient reduction of target RNAs by small interfering RNA and RNase H-dependent antisense agents. A comparative analysis. J Biol Chem. 2003; 278:7108–18.

    Article  CAS  PubMed  Google Scholar 

  36. Harborth J, Elbashir SM, Vandenburgh K, Manninga H, Scaringe SA, Weber K, et al. Sequence, chemical, and structural variation of small interfering RNAs and short hairpin RNAs and the effect on mammalian gene silencing. Antisense Nucleic Acid Drug Dev. 2003; 13:83–105.

    Article  CAS  PubMed  Google Scholar 

  37. Hsieh AC, Bo R, Manola J, Vazquez F, Bare O, Khvorova A, et al. A library of siRNA duplexes targeting the phosphoinositide 3-kinase pathway: determinants of gene silencing for use in cell-based screens. Nucleic Acids Res. 2004; 32:893–901.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  38. Takasaki S. Methods for selecting effective siRNA target sequences using a variety of statistical and analytical techniques. Methods Mol Biol. 2013; 942:17–55.

    Article  CAS  PubMed  Google Scholar 

  39. Saetrom P. Predicting the efficacy of short oligonucleotides in antisense and RNAi experiments with boosted genetic programming. Bioinformatics. 2004; 20(17):3055–63.

    Article  CAS  PubMed  Google Scholar 

  40. Takasaki S, Kotani S, Konagaya A. An effective method for selecting siRNA target sequences in mammalian cells. Cell Cycle. 2004; 3(6):790–5.

    Article  CAS  PubMed  Google Scholar 

  41. Khvorova A, Reynolds A, Jayasena SD. Functional siRNAs and miRNAs exhibit strand bias. Cell. 2003; 115:209–16.

    Article  CAS  PubMed  Google Scholar 

  42. Chalk A, Wahlestedt C, Sonnhammer E. Improved and automated prediction of effective siRNA. Biochem Biophys Res Commun. 2004; 319(1):264–74.

    Article  CAS  PubMed  Google Scholar 

  43. Luo K, Chang D. The gene–silencing efficiency of siRNA is strongly dependent on the local structure of mRNA at the targeted region. Biochem Biophys Res Commun. 2004; 318(1):303–10.

    Article  CAS  PubMed  Google Scholar 

  44. KatohT, Suzuki T. Specific residues at every third position of siRNA shape its efficient RNAi activity. Nucleic Acids Res. 2007; e27:35.

    Google Scholar 

Download references

Acknowledgements

The authors thank Dr. Le Si Vinh for stimulating discussion, Dr. Phuong Nguyen for critical review of the manuscript.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Bui Ngoc Thang.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

BTN designed, developed and implemented the method and wrote the manuscript. HTB carried out the verification and evaluation of the method and edited the manuscript. TK conceived the research problem and provided insight on biological interpretation. All authors read and approved the final manuscript.

Funding

This work was supported by JSPSs project “Computational Methods for Discovering Molecular Mechanisms of Hepatitis Pathology and Therapy”, JAIST’s project “Data Analytics”, Vietnam National Foundation for Science and Technology (102.01–2013.04) and 322 project of Ministry of Education and Training, Vietnam.

Rights and permissions

This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly credited. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Thang, B.N., Ho, T.B. & Kanda, T. A semi–supervised tensor regression model for siRNA efficacy prediction. BMC Bioinformatics 16, 80 (2015). https://doi.org/10.1186/s12859-015-0495-2

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-015-0495-2

Keywords