The function rescueDist computes the distances (similarities) between rescue reactions.
rescueDist(
model,
mc.cores = 1,
gene.num = 1,
draw.num = 1000,
tol = SYBIL_SETTINGS("TOLERANCE")
)
An object of class modelorg
.
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.
The number of random draws. Default: 1000. It is ignored when gene.nume = 1.
The maximum value to be considered null. Default: SYBIL_SETTINGS("TOLERANCE")
.
An object of class dist
, containing distances between rescue reactions in the given model.