growtree: Subtree growth based on individual nodes/genes

Description Usage Arguments Value

View source: R/ATEN.R

Description

A helper function for running tree-growth while each leaf is a node/gene

Usage

1
growtree(tree, maxK, nodes, penalty = FALSE, fast = TRUE)

Arguments

tree

An And/Or tree

maxK

The size of the tree, or the maximum number of input genes; By defalt, maxK=8

nodes

The number of nodes in the Boolean network

penalty

TRUE or FALSE used to control the size of the tree

fast

An argument used to indicate whether a sort is needed

Value

an And/Or tree


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