Description Usage Arguments Value
This function runs correlation between markers of a data frame or matrix, returning the values of the lower/upper triangular of the correlation matrix in a vector.
1 | CorTri(x, method = "pearson")
|
x |
Data frame or matrix. Column vectors are correlated |
method |
Character string. Name of method passed to cor. Pearson by default. |
cors Numeric vector. Correlation coefficients of pairs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.