Microbial Community Class
MiCo-class.RdA class to represent communities of microorganisms.
Slots
speciesA character vector representing the microorganisms present in the community.
metabolitesA character vector representing the metabolites consumed and produced within the community.
fluxesA numeric vector representing the fluxes of each metabolite in the community.
edgesA list containing a hash of neighbouring metabolites and neighbouring species. For neighbouring metabolites, both the ingoing and outgoing flux is specified.
bin_matrixA binary matrix representing the presence of fluxes.
nameA string representing the name of the community.
n_edges_matrixA matrix representing the number of species in the edge between two metabolites.
flux_prod_j_matrixA matrix representing the total flux of production of j in the community.
eff_flux_prod_j_matrixA matrix giving the effective fluxes of production of j in the community.
flux_cons_i_matrixA matrix giving the total flux of consumption of i in the community.
eff_flux_cons_i_matrixA matrix giving the effective fluxes of consumption of i in the community.