17.1.1.1.1.1.1.2. cobra.core.summary.model_summary

Define the ModelSummary class.

17.1.1.1.1.1.1.2.1. Module Contents

17.1.1.1.1.1.1.2.1.1. Classes

ModelSummary

Define the model summary.

cobra.core.summary.model_summary.logger[source]
class cobra.core.summary.model_summary.ModelSummary(model, **kwargs)[source]

Bases: cobra.core.summary.Summary

Define the model summary.

See also

Summary

Parent that defines further attributes.

MetaboliteSummary, ReactionSummary

_generate(self)[source]
Returns

flux_summary – The DataFrame of flux summary data.

Return type

pandas.DataFrame

to_frame(self)[source]
Returns

Return type

A pandas.DataFrame of the summary.

_to_table(self)[source]
Returns

Return type

A string of the summary table.