View source: R/genes-meta-analyses.R
| compute_permuted_cor | R Documentation | 
Shuffle randomly one expression dataset before computing the correlation with the same labelled rows from another dataset across the same set of different tissues
compute_permuted_cor(x, y, method = "spearman")
| x | numeric data.frame for a first expression study | 
| y | numeric data.frame for a second expression study | 
| method | a character string indicating which correlation coefficient is to be computed. One of "pearson", "spearman", "kendall". | 
a random permutation for compute_gene_cor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.