Description Usage Arguments Value Examples
Generate an inversed correlation matrix between expression profiles of species
1 2 | corrMatInv(objects = NULL, taxa = "all", subtaxa = NULL,
method = c("spe", "pea"))
|
objects |
a vector of objects of class |
taxa |
one single character or a vector of characters specifying main taxa to generate
an inversed correlation matrix.
If one single character "all" is given,
all the taxa included in the |
subtaxa |
one single character specifying sub taxa to be included in generating an inversed corrlation matrix. |
method |
specifying which distance method (Spearman or Pearson) to be used to estimate correlations between expression profiles ("spe" by default) |
returns an inversed correlation matrix
1 2 3 4 | data('tetraExp')
species.group <- c("Human", "Chimpanzee", "Bonobo", "Gorilla",
"Macaque", "Mouse", "Opossum", "Platypus")
inv.corr.mat <- corrMatInv(tetraExp, taxa = species.group, subtaxa = "Brain")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.