Description Usage Arguments Value References Examples
This function performs numerous pair-wise correlation analyses of genes. Within each such correlation the Pearson correlation coefficient (r) and the probability p value are calculated.
1 | pearsonCor(expression, ctVal = TRUE)
|
expression |
a matrix of expression levels. Each row corresponds to a sample and each column to a gene. |
ctVal |
a logical value indicating data type. If ct-values are input, ctVal=TRUE, otherwise, ctVal=FALSE. |
A matrix of the Pearson correlation coefficient (r) and the probability p value.
Pfaffl MW, Tichopad A, Prgomet C, Neuvians TP. Biotechnol Lett (2004) <doi: 10.1023/B:BILE.0000019559.84305.47>
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.