oddratio | R Documentation |
ζ is used to measure homogeneity intensity of two subdatasets. If ζ is larger than 1, these two subdatasets have good homogeneity; otherwise, ζ <1 indicates that two subdatasets have poor homogeneity (big noise).
oddratio(XX, na, nb)
XX |
nonnegative count data of RNA reads generated by next generation sequencing. |
na |
number of replicate libraries in condition A. |
nb |
number of replicate libraries in condition B. |
Zeta (ζ) is defined as
ζ=ln≤ft(1+\frac{\bar{X} \times σ^2 +1}{\bar{X}_A\times σ^2_A+\bar{X}_B\times σ^2_B+1}\right)
where ζ is different from ψ. If two subdatasets have big a gap and good homogeneity,then seta value has much larger than 1.
zeta vector.
Yuan-De Tan tanyuande@gmail.com
Yuan-De Tan Anita M. Chandler, Arindam Chaudhury, and Joel R. Neilson(2015) A Powerful Statistical Approach for Large-scale Differential Transcription Analysis. Plos One. 2015 DOI: 10.1371/journal.pone.0123658.
pratio
, mbetattest
.
XX<-matrix(NA,2,8) XX[1,]<-c(112,122, 108,127,302, 314, 322, 328) XX[2,]<-c(511, 230, 754, 335,771, 842, 1014,798) oddratio(XX=XX,na=4,nb=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.