.get_correlates {fcoex}R Documentation

.get_correlates

Description

auxiliary function for find_cbf_modules

Usage

.get_correlates(
  i,
  gene_by_gene_su_correlation,
  discretized_exprs,
  expression_table_only_with_genes_with_high_su
)

Arguments

i

A gene to be correlated

gene_by_gene_su_correlation

the dataframe with the correlations to be updated

discretized_exprs

the dataframe with discretized expression to extract a gene

expression_table_only_with_genes_with_high_su

the dataframe to after the filtering step

Value

the updated column of the gene_by_gene_su_correlation


[Package fcoex version 1.7.2 Index]