Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| % Generated by roxygen2: do not edit by hand | |
| % Please edit documentation in R/model_modification.R | |
| \name{grow_bmodel} | |
| \alias{grow_bmodel} | |
| \title{Add extra genes to a Boolean model} | |
| \usage{ | |
| grow_bmodel(in_gene, in_model) | |
| } | |
| \arguments{ | |
| \item{in_gene}{character vector. Genes to be added into the model.} | |
| \item{in_model}{data frame or BoolModel object. If it is a data frame, it must have 2 columns, which are targets and update functions.} | |
| } | |
| \description{ | |
| This function adds extra genes to a Boolean model. Return a list of BoolModel object and an initial state. | |
| } | |