growtree2: Tree growth based on PIs

Description Usage Arguments Value

View source: R/ATEN.R

Description

A helper function for running tree-growth while each leaf is a prime implicant

Usage

1
2
3
4
5
6
7
8
9
growtree2(
  tree,
  pis,
  maxK,
  currentnodes,
  allnodes,
  penalty = FALSE,
  fast = TRUE
)

Arguments

tree

an And/Or tree

pis

A list of prime implicants; Each prime implicant is a leaf

maxK

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

currentnodes

The number of prime implicants that used for inferring a tree

allnodes

The number of genes in the Boolean network

penalty

TRUE or FALSE used to control the size of the tree

fast

A 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.