Skip to contents

Computing cor of cor between study expression data

Usage

calc_cor_of_cor(ex_list)

Arguments

ex_list

list of expression datasets

Value

correlations of correlations

Examples

if (FALSE) {
ex_list <- list(
  GSE39582 = GSE39582_df,
  READ = read_df,
  COAD = coad_df
)

calc_cor_of_cor(ex_list)
}