Description Usage Arguments Value
Conducts co-expression analysis using correlation for association measure.
1 |
x |
The n by p matrix of counts. |
threshold |
Cutoff for significant associations. If NULL, all correlations are returned. Otherwise, correlations of magnitude at or below this threshold are set to zero. |
method |
The method used to compute correlations. Should be either "pearson" or "spearman". The default is Spearman, which provides the more conservative estimation of associations. |
A p by p matrix of association scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.