View source: R/compute.pairw.cor.z.R
compute.pairw.cor.z | R Documentation |
This function computes the Z transformation of the meta-estimate of pairwise correlation coefficients for a set of genes from a list of gene expression datasets.
compute.pairw.cor.z(datas, method = c("pearson"))
datas |
List of datasets. Each dataset is a matrix of gene expressions with samples in rows and probes in columns, dimnames being properly defined. All the datasets must have the same probes. |
method |
Estimator for correlation coefficient, can be either pearson or spearman. |
A list with items: -z Z transformation of the meta-estimate of correlation coefficients. -se Standard error of the Z transformation of the meta-estimate of correlation coefficients. -nn Number of samples used to compute the meta-estimate of correlation coefficients.
map.datasets, compute.pairw.cor.meta, compute.proto.cor.meta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.