compute_gene_cor_save: Allows to save to a file the correlation of the genes...

View source: R/genes-meta-analyses.R

compute_gene_cor_saveR Documentation

Allows to save to a file the correlation of the genes expression between two datasets across different tissues

Description

Allows to save to a file the correlation of the genes expression between two datasets across different tissues

Usage

compute_gene_cor_save(DF1, DF2, method, out.df1, out.df2, save, ...)

Arguments

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 saveToFile

Value

numeric named vector while also saving it to a file


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.