View source: R/genes-meta-analyses.R
compute_gene_cor_save | R Documentation |
Allows to save to a file the correlation of the genes expression between two datasets across different tissues
compute_gene_cor_save(DF1, DF2, method, out.df1, out.df2, save, ...)
DF1 |
numeric data.frame |
DF2 |
numeric data.frame |
method |
a character string indicating which correlation coefficient is to be computed. #' One of "pearson", "kendall", "spearman". |
out.df1 |
character string to use for DF1 in the saved file label |
out.df2 |
character string to use for DF2 in the saved file label |
save |
boolean; default: TRUE. Whether the correlation should be saved in a file |
... |
other possible parameters for |
numeric named vector while also saving it to a file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.