The generic function plotSpecActivity
displays the input/output substances with the highest variance (could also be defiened manually) for all species
plotSpecActivity(
simlist,
subs = list(),
var_nr = 10,
spec_list = NULL,
ret_data = FALSE,
useNames = FALSE,
rm_unused = TRUE,
cutoff = 1e-06
)
An object of class Eval or a list with objects of class Eval.
List of substance names
Number of most varying substances to be used (if subs is not specified)
List of species names to be considered (default all)
Set true if data should be returned
Use substance names instead of ids
Remove substances which do not change from plot
Minimum valu for fluxes to be considered
Returns ggplot objects