Rdocumentation
powered by
Learn R Programming
BTR (version 1.2.4)
grow_bmodel: Add extra genes to a Boolean model
Description
This function adds extra genes to a Boolean model. Return a list of BoolModel object and an initial state.
Usage
grow_bmodel(in_gene, in_model)
Arguments
in_gene
character vector. Genes to be added into the model.
in_model
data frame or BoolModel object. If it is a data frame, it must have 2 columns, which are targets and update functions.