correlation | R Documentation |
Correlation
correlation(x, y, ...)
## S4 method for signature 'DESeqResults,DESeqResults'
correlation(
x,
y,
col = "log2FoldChange",
method = c("pearson", "kendall", "spearman")
)
## S4 method for signature 'DESeqAnalysis,missingOrNULL'
correlation(
x,
y = NULL,
i,
j,
col = "log2FoldChange",
method = c("pearson", "kendall", "spearman")
)
x |
Object. |
y |
Object. |
col |
|
method |
|
i |
|
j |
|
... |
Additional arguments. |
numeric(1)
or matrix
.
Updated 2021-03-15.
stats::cor()
.
stats::cor.test()
.
stats::sd()
.
https://stats.stackexchange.com/questions/24980
data(deseq)
## DESeqAnalysis ====
correlation(deseq, i = 1L, j = 2L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.