Line 99: | Line 99: | ||
<article> | <article> | ||
The gene silencing probability can be described as: | The gene silencing probability can be described as: | ||
− | $$ P(eff|X) = \frac{P^{eff} P(X|eff)}{P(X)} | + | $$ P(eff|X) = \frac{P^{eff} P(X|eff)}{P(X)} \qquad (1)$$ |
</article> | </article> | ||
Line 105: | Line 105: | ||
<article> | <article> | ||
− | + | \(P^{eff}\) is the prior probability 0.1 as mentioned above. The siRNA sequence is represented by \(X\), where \(X_1, X_2 ... X_n\) belong to the possible nucleotides adenine, guanine, cytosine and thymine. As P(X|eff) is the probability, that the given siRNA sequence will effectively silence if the nucleotides belong to the frequent nucleotides of common effective siRNAs, it is computed as the product of the probabilities that a particular nucleotide is located at a particular position of the siRNA: | |
− | $$ P(X|eff) = \prod_{i=1}^19 q_{x_i^n}^{eff} | + | $$ P(X|eff) = \prod_{i=1}^{19} q_{x_i^n}^{eff} \qquad (2)$$ |
</article> | </article> | ||
<article> | <article> | ||
− | q_{x_i^n}^{eff} indicates how likely the occurrence of base n is at position i based on known effective siRNAs. It can also be called frequency ratio of n at position i. The last element P(X) of formula (1) is the possibility that X will effectively silence the target sequence. It is the sum of the probability that X is effective if its nucleotides are found in effective siRNAs plus the probability that X is effective if its nucleotides are found in ineffective siRNAs. Both probabilities are weighted with the prior probabilities P^{eff} and P^{inf} = 1-P^{eff}. | + | \(q_{x_i^n}^{eff}\) indicates how likely the occurrence of base n is at position i based on known effective siRNAs. It can also be called frequency ratio of \(n\) at position \(i\). The last element \(P(X)\) of formula (1) is the possibility that \(X\) will effectively silence the target sequence. It is the sum of the probability that \(X\) is effective if its nucleotides are found in effective siRNAs plus the probability that \(X\) is effective if its nucleotides are found in ineffective siRNAs. Both probabilities are weighted with the prior probabilities \(P^{eff}\) and \(P^{inf} = 1-P^{eff}\). |
+ | $$ P(X) = P^{eff} P(X|eff)+P^{inf} P(X|inf) \qquad (3)$$ | ||
</article> | </article> | ||
<article> | <article> | ||
− | P(X|inf) is calculated similar to P(X|eff) and is the probability that X will effectively silence if the nucleotides belong to the frequent nucleotides of common ineffective siRNAs | + | \(P(X|inf)\) is calculated similar to \(P(X|eff)\) and is the probability that \(X\) will effectively silence if the nucleotides belong to the frequent nucleotides of common ineffective siRNAs. |
</article> | </article> | ||
+ | |||
+ | $$ P(X|inf) = \prod_{i=1}^{19} q_{x_i^n}^{inf} \qquad (4)$$ | ||
<article> | <article> | ||
− | In this case, q_{x_i^n}^{eff} indicates how likely the occurrence of base n is at position i based on known ineffective siRNAs. | + | In this case, \(q_{x_i^n}^{eff}\) indicates how likely the occurrence of base n is at position i based on known ineffective siRNAs. |
</article> | </article> | ||
<article> | <article> | ||
− | With all defined formulas, formula 1 can now be calculated as follows:</article> | + | With all defined formulas, formula 1 can now be calculated as follows: |
+ | |||
+ | $$P(eff|X) = \frac{P^{eff} P(X|eff)}{P^{eff} P(X|eff)+P^{inf} P(X|inf)} = \frac{P^{eff} \prod_{i=1}^{19} q_{x_i^n}^{eff}}{P^{eff} \prod_{i=1}^{19} q_{x_i^n}^{eff}+P^{inf} \prod_{i=1}^{19} q_{x_i^n}^{inf}} $$ | ||
+ | |||
+ | </article> | ||
<article> | <article> |
Revision as of 05:53, 13 October 2018
siRCon - A siRNA Constructor