View source: R/genes-meta-analyses.R
compute_permuted_corQ | R Documentation |
Optimised to work with clustermq (to be used for LSF jobs) and 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_corQ(rep, x, y, g.names, method = "spearman",
random = 145)
rep |
positive integer. The current iteration for |
x |
numeric data.frame for a first expression study |
y |
numeric data.frame for a second expression study |
g.names |
character vector. Names of the genes. |
method |
a character string indicating which correlation coefficient is to be computed. One of "pearson", "spearman", "kendall". |
random |
positive integer. Random seed to add to "rep" so while the shuffling is random, it can be reproduced. |
a random shuffling instance for compute_gene_cor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.