Correlation of two matrices for more efficient calculations
matrixCorrelation.RdCorrelation of two matrices for more efficient calculations
Usage
matrixCorrelation(
mat1,
mat2,
type = c("pearson", "spearman"),
rank_data = FALSE,
return_pvalue = TRUE
)