Description Usage Arguments Value
Used internally in PAIRADISE to compute the MLEs of delta, mu, sigma1, sigma2, sigma
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
x |
Numeric vector such that x = (sigma1, sigma2, sigma, mu, delta) if equal.variance = FALSE, and x = (sigma1, sigma, mu, delta) if equal.variance = TRUE. sigma1, sigma2, sigma must be positive |
M |
Number of replicates for the current exon. |
I1 |
Exon inclusion counts for group 1. Positive integers. |
S1 |
Exon skipping counts for group 1. Positive integers. |
I2 |
Exon inclusion counts for group 2. Positive integers. |
S2 |
Exon skipping counts for group 2. Positive integers. |
l.iI |
Effective length of inclusion isoform. Positive integer. |
l.iS |
Effective length of skipping isoform. Positive integer. |
logit.psi1 |
Numeric vector with values of logit psi1. |
logit.psi2 |
Numeric vector with values of logit psi2. |
alpha |
Numeric vector with values of alpha. |
equal.variance |
Are the group variances assumed equal? Default value is FALSE. |
The MLEs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.