Description Usage Arguments Value Examples
Get ordered column correlation matrix from input dataframe. Normally used to do sample corealtion of gene expression or OTU abundance matrix.
1 | Matrix2colCorrelation(mat, method = "pearson", digits = 4, cor_file = NULL)
|
mat |
A dataframe. |
method |
Type of correlation coefficient given to |
digits |
Number of decimial digits (given to |
cor_file |
Save ordered correlation matrix to given file name. |
A list containing ordered column correlation matrix and hcluster result.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.