Skip to contents

A function to pull gene expression from a domino object

Usage

dom_counts(dom)

Arguments

dom

A domino object that has been created with create_domino()

Value

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

Examples

counts <- dom_counts(dominoSignal:::pbmc_dom_built_tiny)