Skip to contents

A function to pull the parameters used when running build_domino() from a domino object

Usage

dom_info(dom)

Arguments

dom

A domino object that has been created with create_domino()

Value

A list containing booleans for whether the object has been created and build, and a list of the build parameters that were used in build_domino() to infer the signaling network

Examples

build_details <- dom_info(dominoSignal:::pbmc_dom_built_tiny)