saalg2: Tree growth

Description Usage Arguments Value

View source: R/ATEN.R

Description

A helper function for running tree-growth based on simulated annealling algorithm

Usage

1
saalg2(data, maxK, tree, initT, endT, iter, pis, allnodes)

Arguments

data

A data list generated by buildTimeSeries or bootstrap

maxK

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

initT

the upper temperature (on a log10 scale)

endT

the lower temperature (on a log10 scale)

iter

the maximum number of iterations used in simulated annealing algorithm

pis

A list of prime implicants

allnodes

The number of genes in the Boolean network

Value

An And/Or tree


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