Skip to contents

A function to pull receptor-transcription factor correlations from a domino object

Usage

dom_correlations(dom, type = "rl")

Arguments

dom

A domino object that has been created with create_domino()

type

Either "rl" or "complex", to select between the receptor-ligand or complex correlation matrix

Value

A matrix containing the correlation values for each receptor (row) by transcription factor (column)

Examples

cor_matrix <- dom_correlations(dominoSignal:::pbmc_dom_built_tiny, "rl")