Description Usage Arguments Details Value
This function returns the squared error term as described in Leng et al. 2015, section Oscope: paired-sine model.
1 | squared_epsilon(psi, x1, x2)
|
psi |
Phase shift between the gene expression of the two genes. |
x1 |
Vector of gene expression values for gene 1. |
x2 |
Vector of gene expression values for gene 2. |
The definition of the error term is:
ε_{1,2}^2 = ∑_s ( x_{1,s}^2 + x_{2,s}^2 - 2 x_{1,s} x_{2,s} cos(ψ) - sin(ψ)^2)^2
Squared error term, i.e., ε_{1,2}^2.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.