powered by
The function weightReacts computes the weights of rescue reactions.
weightReacts(model, mc.cores = 1, gene.num = 1, draw.num = 1000)
An object of class modelorg indicating the weighted rescue model obtained from the rescue process.
modelorg
rescue
The number of cores to use (at least 1), i.e. at most how many child processes will be run simultaneously. Default: 1.
The number of genes to remove. If 1, oneGeneDel will be performed and draw.num will be ignored. Default: 1.
oneGeneDel
The number of random draws. Default: 1000.
A vector of weights for rescue reactions and an object of class phylo for colored plot of fitness weighting schema.
phylo
# NOT RUN { data(Ec_core) mod <- rescue(Ec_core, target=0.1) weightReacts(changeObjFunc(mod$rescue, react=rownames(mod$coef), obj_coef=mod$coef)) # }
Run the code above in your browser using DataLab