pratio | R Documentation |
ψ is also called polar ratio. It is used to measure overlap of two subdatasets. If ψ>1, these two subdatasets have a gap, while ψ <1 indicates that two subdatasets overlap.
pratio(xx, na, nb)
xx |
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. |
Psi (ψ ) is defined as
ψ = max≤ft(\frac{min(X_A)}{max(X_B)},\frac{min(X_B)} {max(X_A)}\right)
pratio |
pratio list |
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.
omega
, and oddratio
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) pratio(xx=XX,na=4,nb=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.