outputTree: Compute the output of the tree

Description Usage Arguments Value

View source: R/ATEN.R

Description

Compute the output of the tree according to the Boolean functions (And/Or tree) and the data matrix

Usage

1
outputTree(tree, input, nodes)

Arguments

tree

An And/Or tree

input

A data matrix, each row is a time point, each column is a node/gene.

nodes

The number of nodes in the Boolean network

Value

a vector of the output of the tree


ningshi/ATEN documentation built on April 27, 2021, 7:40 a.m.