Description Usage Arguments Details Value
Compares the an experimental matrix of expression values against a reference matrix of expression values to that of an entry in the Gene Expression Omnibus database.
1 2 | CCAcompare(ref_mat, expr_mat, do_plot = FALSE, cor_function_use = cor,
...)
|
ref_mat |
A variable x observation (i.e. genes as rows, samples as columns) matrix of reference values |
expr_mat |
A variable x observation matrix of experimental values |
do_plot |
Plot the correlation matrix. Default: FALSE |
cor_function_use |
Correlation function to be used. Default: stats::cor |
... |
Additional parameters to pass to the correlation function |
Performs a canonical correlation analysis on the two datasets and then assesses the correlation using the CC scores.
A matrix of correlation values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.