Skip to contents

A function to pull signaling matrices from a domino object

Usage

dom_signaling(dom, cluster = NULL)

Arguments

dom

A domino object that has been created with create_domino()

cluster

Either NULL to indicate global signaling or a specific cluster for which a

Value

A data.frame containing the signaling score through each ligand (row) by each cluster (column) OR a data.frame containing the global summed signaling scores between receptors (rows) and ligands (columns) of each cluster

Examples

monocyte_signaling <- dom_signaling(dominoSignal:::pbmc_dom_built_tiny, cluster = "CD14_monocyte")