betaparametw | R Documentation |
Function betaparametw is used to calculate weights.
betaparametw(xn, a, b)
xn |
a vector of |
a |
parameter alpha(α) in beta distribution derived from output of function betaparametab. |
b |
parameter beta (β)in beta distribution derived from output of function betaparametab. |
alpha and beta (α,β) are used to calculate weight. Then weight is in turn used to correct bias of estimation of alpha and beta in betaparametab function.
return weight(W).
Yuan-De Tan tanyuande@gmail.com
Baggerly KA, Deng L, Morris JS, Aldaz CM (2003)
Differential expression in SAGE: accounting for
normal between-library variation.
Bioinformatics, 19: 1477-1483.
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.
betaparametab
and betaparametVP
.
XX<-c(2000,2000,2000) a<-1.1458 b<-6.4932 betaparametw(xn=XX,a=a,b=b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.