Description Usage Arguments Value Examples
Bayesian estimation of expression conservation from previous data set
1 | estParaWBayesian(Q_gene = NULL, gammaparas = NULL)
|
Q_gene |
a vector specifying parameter Q estimated from |
gammaparas |
a vector specifying parameters estimated from |
returns a vector of exptations and confidence intervals of parameter Ws estimated from previous Q estimation
1 2 3 4 5 6 7 8 | data('tetraExp')
species.group <- c("Human", "Chimpanzee", "Bonobo", "Gorilla",
"Macaque", "Mouse", "Opossum", "Platypus")
inv.corr.mat <- corrMatInv(tetraExp, taxa = species.group, subtaxa = "Brain")
brain.exptable <- exptabTE(tetraExp, taxa = species.group, subtaxa = "Brain" ,logrithm = TRUE)
gamma.paras <- estParaGamma(exptable =brain.exptable, corrmatinv =inv.corr.mat)
brain.Q <- estParaQ(brain.exptable, corrmatinv = inv.corr.mat)
brain.post<- estParaWBayesian(brain.Q, gamma.paras)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.