Skip to contents

A function to pull z-scored expression from a domino object

Usage

dom_zscores(dom)

Arguments

dom

A domino object that has been created with create_domino()

Value

A matrix containing the z-scored gene expression values for each gene (row) by cell (column)

Examples

zscores <- dom_zscores(dominoSignal:::pbmc_dom_built_tiny)