Description Usage Arguments Value Examples
Estimation of parameter Q from expression table
1 |
exptable |
an exprssion level table: column corresponds to median expression value of all biological samples within one taxa_subtaxa group; row corresponds to othologous genes |
corrmatinv |
an inversed correlation matrix between species |
returns a vector of parameter Qs from given expression table
1 2 3 4 5 6 | 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)
brain.Q <- estParaQ(brain.exptable, corrmatinv = inv.corr.mat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.