Correlate columns of data frame
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.
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.