compute_standard_corr | R Documentation |
Function to compute standard correlation between two matrices
compute_standard_corr(mat1, mat2, mat1_name, mat2_name)
mat1 |
first matrix, genes on rows, samples on columns |
mat2 |
second matrix, genes on rows, samples on columns. The number of samples must be the same |
mat1_name |
name of the first matrix, e.g., "RNA" |
mat2_name |
name of the second matrix, e.g., "miRNA" |
A list with three fields: 1. cormatrix: correlation matrix estimates 2. pmatrix: pvalue matrix, without fdr correction 3. table: dataframe with all previous info in a table
d <- compute_standard_corr(mat1, mat2, mat1_name, mat2_name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.