Skip to contents

Create a correlation plot between transcription factor activation score and receptor

Usage

cor_scatter(dom, tf, rec, remove_rec_dropout = TRUE, ...)

Arguments

dom

Domino object with network built (build_domino())

tf

Target TF module for plotting with receptor

rec

Target receptor for plotting with TF

remove_rec_dropout

Whether to remove cells with zero expression for plot. This should match the same setting as in build_domino.

...

Other parameters to pass to ggscatter.

Value

a ggplot object

Examples

cor_scatter(dominoSignal:::pbmc_dom_built_tiny, "FLI1","CXCR3")